HI
I am not sure why this happens but it could be a conflict caused by some plugin or caches. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again. Also check if the toolbar is enabled on user profile: http://screencast.com/t/sxK901mpba4
Let us know how it goes.
Thanks!
HI
The content is loaded on the page following a specific order. If the code which call the ad is added before page’s content the ad will be loaded first. try to paste the ad-code above get_footer() to load it after page’s content.
Thanks!
HI
That happens becasue you’re using page-builder+title and the page’s structure is a bit different. Try this css, it should work fine: http://screencast.com/t/K0V92mz37EI4
.td-main-content-wrap .td-container {
background-color: aqua!important;
}
Thanks!
Hi
You can use is_category() function within a condition and pass category name as argument for indicated function. For more details please check this link where I’ve offered a similar solution: https://forum.tagdiv.com/topic/different-header-ads-according-to-category/
Thanks!
HI
Currently the theme does not have a taxonomy filter for blocks, sorry.
Thanks!
HI
We developed some smart-list templates which refresh the page when next/prev buttons are clicked and the ads will be also refreshed. You can use smart lists 6, 7 or 8 if you want to refresh the page to serve different ads.
Thanks!
Hi
Thanks for reporting this, I’ve made some tests on mys side and got the same behavior. I’ve added this on our issue tracker and we will try to find a fix for it as soon a possible.
Thanks!
Hi
You can address us via email at contact@tagdiv.com and provide wp-admin and a link to this conversion. We will inspect your issue and get back to you as soon as possible.
Thanks!
HI
Thanks for your suggestion, I’ve added it on our list and we will consider it for future updates. However I can’t say how soon will be implemented as we have a long list with feature requests and we have to pick carefully what features will be added to the theme.
Thanks!
HI
Try this css in theme panel > mobile theme > custom code: http://screencast.com/t/mxWc1GBaf
.td-classic-sharing li {
display: inline-block;
height: 20px;
margin-left: 0;
}
.td-post-sharing-top{
display: none;
}
This code will correct the button’s style and will hide top like and tweet bottoms.
Thanks!
Hi
Unfortunately the theme does not have an option to change the background color for poage contetn but you can achieve that using this css: http://screencast.com/t/GGLcbhkGM
.td-main-page-wrap{
background-color: aqua;
}
Hope this helps!
Thanks!
Hi
The theme have a single template for custom post types. To change the layout you can try to add a new template using theme’s API and set it to be available fore custom post types. Please check this link for more details about how to use theme’s API: https://forum.tagdiv.com/td_api_single_templateadd/
You will also need to change theme’s implementation with regard at custom post types: http://screencast.com/t/cLqOKyop4
Thanks!
HI
Unfortunately the theme does not have such a feature and to achieve the desired result you will need some customizations.
We can’t offer speed customization services at the moment so if you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding!
Hi
No big grid slide is not available for Newsmag at the moment. We may add it in future nut I can’t promise anything for sure.
Thanks!
Hi
The first css will underscore all links from post and pages. If this is not what you mean please provide more details about what you’re trying to do and maybe I can help.
Thanks
Hi
1. You ca use do_shortcode() function in search.php file: http://screencast.com/t/I72dALrU0GJ and pass it as parameter ad’s box shortcode from Visual Composer
2. When you’re using sidebar on posts the content have a width by 680px and the ad can’t be higher then that value. The only way is to not use sidebar and the ad will be displayed at 720px.
Thanks!
HI
@alberto786 you can paste the css here: http://screencast.com/t/xNT1Zo9kl
Thanks!
Hi
there is no space to increase the font size at 20px for related article box: If you increase it at that value the layout will be affected: http://screencast.com/t/20TTd3bQ1h
If this is not what you mean please provide more details about what you’re trying to do and we will get back to you as soon as possible.
Thanks!
HI
I am not very sire what you mean so please provide more specific details about you issue and maybe I can help. Also I have checked your site and the theme works fine. If you want to have latest article list at page’s bottom just change the page template used to page-builder+latest: http://screencast.com/t/6Mn6vl6xcNoZ
Thanks!
Hi
Please provide your site url as I need to inspect it closer in order to provide an answer.
Thanks!
Hi
No because each container have its own style and basically there are two links one above the other.
You can reduce the margins above and below the logo only if you delete ad’s container which is in the right: http://screencast.com/t/y932Ovyg4tye Try this css in theme panel > custom code > custom css: http://screencast.com/t/A4fDmaJc
.td-header-sp-rec {
display: none!important;
}
.td-header-sp-logo a {
height: 80px;
}
.td-header-sp-logo img{
margin-top: 0;
margin-bottom: 0;
}
Thanks!
Hi
1. Replace the code from single.php with this one: http://screencast.com/t/IADTpxVgJR – http://pastebin.com/PD6hNLns
2. Replace the code from td_module_single_mob.php with this one: http://screencast.com/t/9KgpykWNC -http://pastebin.com/218Ggk5w
3. Mobile theme does not have support for modal images and you will need some customization in theme’s core files to achieve the desired result. We can’t offer customization services at the moment so if you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
HI
Visual Composer plugin is tested and works fine With Newspaper theme. If you still have this issue try to deactivate all plugins except VC, clear all caches then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
HI
It may be an issue cause by cache. Try to clear all caches, also purge cdn files if you’re using then test the site again.
Hope this helps!
Thanks!