Hi
Try to clear all caches, browser cache too and test again. If the problem persist please provide your site url so I can inspect it closer.
Thanks!
Hi
Thanks for letting us know and for your message.
We didn’t test the Silence Is Golden SIG Guard plugin with the theme so there is a chance to appear some issues when it’s used with the theme.
Thanks!
Hi
Try this custom css: http://screencast.com/t/43m8v958
.td-icon-mobile:before {
content: '\2630';
font-size: 40px;
}
Thanks!
Hi
To remove article inline ads from certain articles you need to add a condition like here: http://screencast.com/t/y908bBARe To get the post id please follow this link: http://screencast.com/t/kQNBqTyH85mm
Let me know how it goes!
Thanks!
Hi
@chauffeur the code I provided remove the author name only from posts written by the author with id=3. If you want to remove the author name from all posts you can use the theme option as @tilakmarg suggested.
Thanks!
Hi
Inspecting your website with browser’s developer tool I’ve noticed that a few containers are not displayed correct: http://screencast.com/t/td4hJoSr – http://screencast.com/t/JyKDWbfY1k Please make sure you followed the above instructions and if you still have this issues do a clean update, meaning the we recommend to delete the old theme files, including the plugins from theme’s path, clear all caches, deactivate all others plugins that you have it installed, purge cdn files then follow our documentation in order to install the theme again: https://forum.tagdiv.com/install-via-ftp/ – https://forum.tagdiv.com/install-via-wordpress/
Thanks!
Hi
The theme doesn’t have an option to display pdf files in browser, you can only upload a pdf file like an attachment and the user can download it. To achieve that you will need a plugin with a similar functionality, but I can’t make any recommendation in this regard as we didn’t test any of those plugins with the theme and I can’t say for sure how will work. You can try a few of them and use the one which suits you best.
Thanks!
Hi
Thanks for the suggestion!
We will include in our documentation more information regarding cloudflare rocket loader usage. We use cloudflare on our demo and works fine with lazy load animation active.
Thanks!
Hi
We offer support for each user which have a valid license. You can use the same license if you want to build a sub-domain which will display the same content as the main domain, translated in a different language. Basically if you’re using a different sub-domain to display a different version of the same site, translated in a different language for example, it’s considered as being part same project.
Thanks!
Hi
You can add google analytics code in theme panel > analitycs: http://screencast.com/t/kI6PnFUUeHt If you want to insert the code in header edit the header.php file and paste the code here: http://screencast.com/t/9o5z92Pup6ap For the advertisement code you can use the available ads spots or you can edit the corresponding file for the post template used and paste the code after the content: http://screencast.com/t/Qc3b3cYLu9i
Thanks!
Hi
I’ve test this solution on my side and works fine: http://screencast.com/t/YywtNtgXhbkx – http://screencast.com/t/z9vkc17cd
Please make make sure that you added the code as I indicated, clear all caches and test again.
Thanks!
Hi
Glad you could manage to solve this issue. Note that the Speed Booster plugin was tested only with a few plugins. You can check an untested plugin behavior with Speed Booster enabled by adding it on allowed plugins list: http://screencast.com/t/dCMffJFq or by moving its css/js resources at page bottom: http://screencast.com/t/P7r6uHvvJl For more information regarding Speed Booster please check this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Thanks!
Hi
I’ve checked your site and noticed that the sidebar from homepage is built in Visual Composer page builder. To have the same sidebar in posts or on different pages you need to create it as a widget under Appearance > Widgets: http://screencast.com/t/eOfk9MY9 then you will be able to chose the respective sidebar for posts: http://screencast.com/t/VjrRFS4S and also for pages, either using a widgetized sidebar block: http://screencast.com/t/KIBUjQLMLWbM or using the sidebar options from page settings: http://screencast.com/t/g458O6rHl9V
Let me know how it goes and if you need further instructions please provide more details.
Thanks!
Hi
To display the pagination above the article button ad you need to remove the the ad from post content: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF You can use the do_shortcode(‘ ‘) function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee in every post template files corresponding for the post template used.
To obtain a similar pagination you will need lots of customizations in theme’s core files and I can’t provide a quick solution now. You can use this example to customize the pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5 If you want a different implementation for pagination and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.
Thanks!
Hi
Thanks for the suggestion, I’ve added on our list and we will consider it for future updates. We must carefully select what features we will include as we have over 250 features requests and the user always must get what is best from us. If more people will request this we will implement it.
Thanks for the message!
Hi
You can customize the tag page from theme panel > template settings > tag template: http://screencast.com/t/xPrmMPUUQy The theme allow you to change the module used for the tag page, the sidebar position and which sidebar will be used for the tag page can be controlled from there.
The theme wasn’t designed to display blocks on tag page, but you can use do_shortcode() function to achieve that, like in this example: http://screencast.com/t/ASDXrbTpjTLM
<?php echo do_shortcode('[td_block_big_grid category_id="63"]');?>
To get the shortcode create a blank page, add the block which you want to display on tag page: http://screencast.com/t/6rMkvdLh then switch in backend editor, copy this code: http://screencast.com/t/zQKx94rg1 and paste it inside the function.
The result should be like here: http://screencast.com/t/GakHkD6yTT
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Sorry about that, I indicated the wrong function.
Try to change the condition like here: http://screencast.com/t/YcimFCB4W It should work fine.
Let me know how it goes.
Thanks!
Hi
I’ve test the slider on my side with the following configuration and works fine: http://screencast.com/t/7GROeTyyPO – http://pastebin.com/PpPx7aaK – http://screencast.com/t/UlZZPuLq Please make sure that you’re using a full width layout in VC (no sidebar) and set the sidebar from Visual Composer pagebuilder like in above example, also clear all caches, deactivate all plugins except Visual Composer and test again.
Thanks!
Hi
Sorry for misunderstanding you.
To change the color for articles tile try this css in theme panel > custom css; http://screencast.com/t/tJwET3UN
.td-footer-container .td-module-title a {
color: #F2F2F2;
}
Thanks!
Hi
Try to change the fonts a few times, save the settings, clear all caches then test 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
Try do deactivate cloudflare’s rocket loader, clear all caches and test again. Also I’ve checked your Video category and noticed that the subcategories have a 0 opacity that’s why they don’t show up. This also could be caused by the fact that theme’s js doesn’t work properly when rocket loader is active.
Let me know how it goes.
Thanks!
Hi,
Try to deactivate lazy load animation from theme panel > template settings: http://screencast.com/t/pFGo6zqq also deactivate all plugins except Visual Composer, clear all caches ant test again. Ther Lazy load animation create issues when Rocket loader or any other tools wich minify the js are used.
Let us know how it goes!
Thanks.
Hi
Replace the above css with this one: http://screencast.com/t/pUEqb7CbVUe
.block-title span, .block-title > a {
background-color: transparent !important;
position: relative;
border-radius: 0;
padding: 3px 70px 3px 20px;
}
.block-title span:before, .block-title > a:before {
content: '';
background-color: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: skew(-15deg);
-moz-transform: skew(-15deg);
-o-transform: skew(-15deg);
-ms-transform: skew(-15deg);
transform: skew(-15deg);
border-radius: 3px;
}
Basically you need to add this selectors to the css code: .block-title > a, .block-title > a:before
Thanks!
Hi
Sorry about that.
Try to remove this line of code: position: relative; from the css: http://screencast.com/t/3I6mwNJ5LyL
Thanks!
Hi
I’ve checked your site and noticed that you’re not using Newsmag theme: http://screencast.com/t/v3Dlc3BkR7D – http://screencast.com/t/2fz2hCc7b9k
If this: http://www.powerize.it/ is not your site please provide your site’s url, otherwise I can’t help you.
Thanks!