Hello,
Just change the text with your own ant it will work.
Thank you!
Hello,
Please check the documentation link again. There is nothing wrong with it. It works as expected. https://forum.tagdiv.com/header-ad/
Try another one and naviugate to the ad section if it does not work directly: https://forum.tagdiv.com/wordpress-information/
Basicly it depends on the ad you would like to use. If it’s adsense you can use the code directly in the theme panle. If it’s any other ad, you need to use the div’s provided:
<div class="td-visible-desktop">
<!-- Your NON AdSense code here - this ad will show only on desktops -->
</div>
<div class="td-visible-tablet-landscape">
<!-- Your NON AdSense code here - this ad will show only on tablets in landscape orientation -->
</div>
<div class="td-visible-tablet-portrait">
<!-- Your NON AdSense code here - this ad will show only on tablets in portrait orientation -->
</div>
<div class="td-visible-phone">
<!-- Your NON AdSense code here - this ad will show only on phones -->
</div>
Thank you!
Hi,
If you are referring to the post filter, in version 6.6 we added a filter by ID method to select the posts you want to display:http://screencast.com/t/00iZOPRIxC
If you are referring to the ajax dropdown, you can use the ID method to select which category is shown: http://screencast.com/t/FlLPMkrMjwlX
Thank you!
Hi,
Please make sure you have more posts to display, as i see there are exactly the same posts from above the footer. I’ve tested a block on my end with the same settings are posts are getting displayed properly. Please send an email at contact@tagdiv.com so we can take a look.
Thank you!
Hi,
CSS modification will not be affected as they are stored in the DB not the theme but core files modifications such as these will have to be redone if the file is changed in the update. Here is a list of modified files that will be repl;aced in the 6.6 version: http://tagdiv.com/td_deploy/Newspaper/changed_files_6.5_6.6.html
Thank you!
Hello,
It will break in an update only if the header.php file will be replaced. To be on the safe side, you can use a child theme to make your modification: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Please use this code instead:
#wpadminbar .ab-top-secondary{
float:left!important;
}
#wpadminbar ul{
float:left!important;
}
.quicklinks{
display: table;
margin-left: auto!important;
margin-right: auto!important;
}
Thanks.
Hello,
It can be done by editing the core files like so:
You need to edit every post template file you use. Every template has 2 files a loop.php and a single.php http://screencast.com/t/V8eaFkJyhaw. You need to remove the code for the category headers from the loop files: http://screencast.com/t/ICSY0coK7H and then add the code to the single.php files: http://screencast.com/t/i1hxTT2J
Then you can use this custom css for positioning:
.td-crumb-container{
display: inline-flex;
}
result: http://screencast.com/t/MYMxqNtuuECc
Thank you!
Hello,
Unfortunately we have no idea of how the true mag theme implements videos. There could be a compatibility issue between the two methods so the videos are not getting added. Please try to set your posts to video mode: http://screencast.com/t/vgptG1JO1KL0
It could also be a plugin incompatibility so please try it without any plugins. Disable all of them except visual composer and check again. If everything else fails, i’m affraid you will have to re-add your videos to the posts.
Sorry for the inconvenience.
Hello,
Please consult this topic to understand the virus problem:
https://forum.tagdiv.com/topic/virus-detected-in-the-theme-2/
Thank you!
Hello,
Unfortunately this is a known issue. 2 video playlists do not work on the same page. You can try to use an embed method or a plugin until we can fix this issue.
Thank you!
Hi,
You can move the category titles to the top of the image:
.td-module-image .td-post-category {
position: absolute;
top: -17px;
display: table;
But it will not be so easy to align them to the right. It will need customization as the responsiveness will be broken.
I hope this helps.
Hi,
You can create a full width row using visual composer like so: http://screencast.com/t/oicIENFhr3
Then your row and content will be stretched: i used an single image element as an example: http://screencast.com/t/dS45zwQImC
Thank you!
Hi,
I tested this again in the current version and it still works.
Please check that your modification is done according to the instructions above
http://screencast.com/t/4P5bG6gcklbX
Thank you.
Hello,
This overlay should only display the first time you use visual composer. Please check the visual composer settings and disable the tips.
If this does not solve your problem please send an email at contact@tagdiv.com with your login information so we can take a look. Please include a link to this topic so we know how you are and what the problem is.
Thank you!
Hi,
You can follow this tutorial: https://forum.tagdiv.com/author-card/
or You can create a page to display all your authors using Authors Box block. It will display all your authors(name, photo and posts and comments counter) – http://screencast.com/t/l1baxeL773s2
If you need also author bio information, you will have to add this code in td_block_authors.php file – http://screencast.com/t/LQFrzsG1J –
code:
$buffy .= '<div class="td-authors-description">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';
And add the following css in Theme Panel > Custom Css – http://screencast.com/t/2esvImmE
.td_top_authors div.item-details {
height: auto;
}
You can increase the image size from 96px using this custom css ():
.td_top_authors .td_mod_wrap {
min-height: 256px;
padding-left: 185px;}
.td_top_authors img{
max-width:100%;
width:256px;
}
Unfortunately it is not easy to target just a particular author box.
Thanks!
Hi,
You can disable comments on posts from here: http://screencast.com/t/xV1gIp6bSRY and the comments area will disappear completely. (that is if you use the default comments. If not, check plugin settings.)
Thank you!
Hello,
The latest version of our theme is 6.6
Please follow this guide on how to update your theme:
https://forum.tagdiv.com/how-to-update-the-theme-2/ – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
Please increase the upload size mentioned here: http://screencast.com/t/ptH3Cib4G
You can follow this guide:http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Thank you!
Please send an email at contact@tagdiv.com with your login information so we can take a look. Please also include a link to this topic.
Thank you!
Hello,
It depends on the sorting method you use and the offset. If you have it set to random posts, it can cause duplication. If you have it set to latest the post will not be duplicated. Set your block with an offset of 7 posts so the ones in the big grid will not be displayed then use one the latest sort option on your block 15.
Thank you!
Hi,
Please use this custom css in the theme panel:
.widget_tag_cloud .widgettitle:after{
width: 600%;
}
Thank you!
Hello,
You can change the ad names in the core files of the theme:
http://screencast.com/t/owTu0Ekp2 – http://screencast.com/t/eUFJ5chwD8O
Thank you!
Hello,
Unfortunately the mega-menu has no color options. You will need to use CSS to change it.
Use this custom CSS in the theme panel-> custom CSS box:
.td_mega_menu_sub_cats{
background-color: black!important;
}
Thank you!
Hello,
Unfortunately the Wordfence security plugin is not tested with our theme and we have no idea of the functionality of the plugin. You could contact the plugin developer to see if they have any ideas.
Thank you!