Hi,
Unfortunately yes, you can still use the theme as it is but unfortunately you cannot updated it as you will lose the RTL support or you can update it and make yourself the necessary adjustments needed.
The theme’s grid will be changed on v.5 and with it the whole css, from the code perspective it will practically be a new theme and unfortunately we don’t plan to add RTL support for it, sorry for this. There are a lots of new elements and we had to take this decision because we don’t have too many RTL customers and designing the theme to support RTL layout will cost us lots of resources.
If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hi,
The big slider shows up twice because you use the Homepage – bg .. template which adds a big slider to your page by default which shows posts from the featured category. This slider dons’t have much customization available however, you can only change it’s bg color or add an image:
ex: http://screencast.com/t/tSJeIb5Uj
result: http://demo.tagdiv.com/newspaper/homepage-with-background/
You can use another template and add the big slider as and VC page builder element and customize it as you like: http://screencast.com/t/yePIQFlAf7y
Thanks
Hi,
Could be due to your plugins then. I suggest you test without using any and empty caches.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The theme’s sharing system doesn’t have an option for a share counter and you’d need custom work for adding it and it wouldn’t be an easy task.
We will consider this if we decide to improve the theme’s social sharing system in the future.
Thanks for the message!
Hi,
@Gardeky
As Alin also stated we’re still trying to figure the cause of this. We will provide a solution as soon as we find the cause. Until the you can use the WordPress text widget to work around this.
Sorry for the inconvenience!
Thanks
Hi,
Sorry for the delay!
Blocks uses different loop from the one used on modules/categories.
Try it like this: post->ID , 'gueltig', true);
echo $gueltig; ?>
Thanks
Hi,
I’ve tested this and also get the same behavior. You can use this css to clear block 14 and fix this: http://screencast.com/t/Kh8adzwH
.td_block_14 {
clear: left;
}
Thanks
Hi,
That’s the post excerpt and the excerpt is based on your post content basically its displaying first words or characters of your posts’s content so without content is supposed not to show anything.
If you don’t want to add post content but you still want to have excerpt the you can add a custom excerpt in the excerpt filed from post editor panel: http://screencast.com/t/ImBxtKRW
Thanks
Hi,
Not noticing it: http://screencast.com/t/p2HIPlw5RT
Seems that sometimes Google’s testing tool could preview your site’s in different ways. Recently we had as similar report about the site looking unstyled but didn’t had actually any issues in the browser.
Your looks good now: http://screencast.com/t/rgfSisDh
Thanks for the message!
Hi,
I’ve added added a this on our lists as a feature request and stated that if we decide to change this feature or improve it in the future we will consider your request and having it look better on devices with smaller screen widths or find another implementation for it.
Thanks
Hi,
@sazanlushi
The issue comes from line breaking – end of line special characters interpretation. Please replace (overwrite it) the td_panel_categories.php file – http://screencast.com/t/rnRNRNL1Ri with the one provided in the following link – https://www.dropbox.com/s/tegdpkwb43z9air/td_panel_categories.zip?dl=0
We are working as we speak to fix all the issues and reports we have with the 1.7 version of the theme. If you don’t really need to update the theme then you could wait until we release the updated with all the issues fixed.
Sorry for the inconvenience and all the trouble.
Thanks
Hi,
You have to add it into your post template file replacing theme’s sharing functions, like this: http://screencast.com/t/3mLEWQcl
Use the code formatted like this: http://pastebin.com/LFGHssKG
Thanks
Replied!
Thanks
Hi,
@zaone
We know about this and we have it on our todo list and we will try to make it work in a future update. Unfortunately is not an easy task and because of this I can’t offer you a quick solution, we have to analyze all js to see where the problem comes from.
The theme doesn’t have an option to add line separators as you would want it but this could be done via custom css and add a border to the top or bottom of the containers, should be something like this: http://screencast.com/t/i7vMq6gUd
Adjust the css from below how you like it:
.home .td_module_10 {
border-top: 2px solid #000;
padding-top: 20px;
}
Use the css snippets to detect just the tables and desktop screens to apply your css:
@media (min-width: 768px) { add your css code here }
Like you’ve detected the tablet and desktop screens you can also use css just for mobile screens and style the images as you would want them, use the css snippet from below:
@media (max-width: 768px)
{
add your css code here
}
If you don’t have css knowledge I suggest you get a freelancer and let him now how you would want those changes as unfortunately we cannot provide custom work at this time.
Sorry for the inconvenience!
Thanks for the message!
Hi,
Thanks allot Chris for this info! We already have this on our checklist so we’ll make sure we have a look into this and include it in our tests.
Thanks
Hi,
I’ve also tried your code it worked somehow, not sure how it supposed to work but it added this on the post: http://screencast.com/t/9dd0tgw58C
Makes sure you also add the code in the text area in backend, like this: http://screencast.com/t/pFJEzlRLQJb
If still doesn’t work try without plugins and also test using a WordPress default theme, and empty caches.
The embed feature is not controlled by the theme in anyway and that function comes from WordPress. I did some research on this and found this list of supported embedded players but seems that the eplayer is not on that list: https://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F
I suggest you also try a plugin and you could try this one: https://wordpress.org/plugins/sportspress-tv/
Thanks
Hi,
I’ve checked your site an noticed some errors in your console that the “no image” thumb for the search thumb: http://screencast.com/t/G544oagpxpFt isn;t gounf: http://screencast.com/t/i3ZW5seKTk4 however I’m not sure how as long as the other posts under have the “no image” thumbnail.
Doing another search this errors don’t show up anymore just this js error referenced to the child theme: http://screencast.com/t/dYOgTxg16WVE
I suggest you also try this using to the main theme.
Let me now how it goes!
Thanks
Hi,
Try deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). It seems that a plugin can cause this, you can find here more detsila: https://wordpress.org/support/topic/wierd-failure-notice
Let us know how it goes!
Thanks
Hi,
We’re currently working on fixing all the issues we had with the 1.7 version, we’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!
Thanks for understanding!
Hi,
Not sure how you added it. Having it shown on module 6 then it should also appear on block 7. Please provide more details about how you’dd add it and also provide your site’s url with an example.
Thanks
Hi,
The theme uses two menus one for desktop and tablets and one for mobiles that’s why it has to menus and one hidden, we had do it like this to make some features available.
Search engines wont penalize you for this as those are internal link, you can find more details on this in this tread: https://forum.tagdiv.com/topic/huge-mistake/
Thanks
Hi,
If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42445
We know that the VC plugin uses lots of resources, unfortunately that happens since plugin’s version 4.4.2 which has doubled in size and also has several new features therefore uses more resources.
You could try to revert back to the previous version of the VC plugin if you don’t use the latest features. If you don’t have make a request at our email address(contact@tagdiv.com) for it and we will send it to you.
I suggest you search for a tutorial online to find out how to use cloudflare.
Please also note that we’re currently working to fix all issues reported in 1.7 theme version. We’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!
Thanks for understanding!
Hi,
@engels012
If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42445
We’re currently working on fixing all the issues we had with the 1.7 version, we’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!
Thanks for understanding!
Hi,
@okti I’ve tested this and found no issue. Please make sure you update the social counter plugin also then test again.
@Chris S We’re currently working on fixing all the issues we had with the 1.7 version, we’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!
Thanks for understanding!
-
This reply was modified 11 years by
Lucian.
Hi,
To use RTL you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the RTL.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include RTL support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the RTL support or you can update it and make yourself the necessary adjustments needed.
The theme’s grid will be changed on v.5 and with it the whole css, from the code perspective it will practically be a new theme and unfortunately we don’t plan to add RTL support for it, sorry for this. There are a lots of new elements and we had to take this decision because we don’t have too many RTL customers and designing the theme to support RTL layout will cost us lots of resources.
If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks for the message and for understanding!