Hi,
The new version of the theme has been thoroughly tested and there are no problems with it. Please provide more details to what these problems are.
Thank you!
Hello,
Our theme does not control this, but the seo yoast plugin can. Please follow this guide: https://forum.tagdiv.com/facebook-share/
Thank you!
Hello.
The settings for the TAG templates can be found here: http://screencast.com/t/B8omW1kcMj
As for the 301 redirect there are many online resources on the subject. It can be done either with plugins or by coding it in htaccess.
http://www.inboundnow.com/how-to-properly-set-up-wordpress-301-redirects/
Thank you!
Hello,
The latest articles section can be removed by using a different page template: http://screencast.com/t/rwpowl06y9
Thank you!
Hi,
The smart list unfortunately does not work like that. It’s inside a post so the titles will not be displayed in the header. The header will only display the main post title as you can see on our demo here:
http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/5/
Smart lists are not posts. They are simple lists inside a post.
in any case, our theme has no settings for that heading. It can be edited to some extent by the seo yoast plugin.
Thank you!
Hi.
I see your featured images on internet explorer not displaying properly, but I also see an altered height of the post template. Please make a back-up of your customization, then remove it and also disable all plugins except visual composer, clear cache and reset cdn files. Revert the theme to it’s defaults then test again.
This is how that particular post template should display by default:
http://demo.tagdiv.com/newspaper/td-post-the-new-screen-savers-the-show-that-launched-video-into-the-stratosphere/
Let us know how it goes.
Thank you!
Hi,
Unfortunately we cannot provide any PSD file beyond that what is included in the theme. Lots of components were created on the fly without the use of PSD files.
Thank you for your understanding.
Hi,
Please provide more details as to where you are trying to place your custom ad. If it’s inside the content and the page has a sidebar, then it’s never going to work as the content is 696 pixels wide. If this is the case then please remove the sidebar and your ad will fit.
Thank you!
Hi,
Please create more posts so the grid will have something to display. If you only have the one post, then only one post will show.
Thanks.
Hello,
The block settings are very easy to access. Simply hover over them and the green menu will appear. then click on the pencil button like so: http://screencast.com/t/Gv5Tk7JGY
Ad for pagespeed, there you will have to do a bit of reading because if your site is loading slow then you need to start to optimize it from the server down. This involves a bit of reading. please follow a few topics about how to optimize wordpress first:
http://www.sparringmind.com/speed-up-wordpress/
Then you can follow our own guide here:
https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!
Hi,
We will update the plugins along with the theme as the new versions of the plugins need to be tested before we release them to ensure nothing goes wrong.
Thank you!
Hi,
You can add this code:
<div style="padding-top:20px; margin-bottom:-90px!important;">
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?> </div>
In the footer file like so: http://screencast.com/t/CQ90MHLTmqf
Make sure you have an ad in the custom ad 1 spot.
Thank you!
Hi,
If the adsense code is a new one, then it can take up to a few days before the adsense will display on your site.
Please allow it a bit of time and check again in a couple of days. You can try it with a different ad render suftware like the adrotate plugin in order to exclude the theme and see if the ad shows up.
Thank you!
Hi,
For those particular widgets please use this code:
.widget_text{
margin-bottom:0!important
}
.widget{
margin-bottom: 5px!important;
}
You can use your browser inspector to get the specific classes and see the margins and padding on every element if you require this in any future customization:
Right click the element and select ‘inspect’: http://screencast.com/t/xESxPXQ6fg
Then you simply copy the classes for the element and modify the css property.
Hope this helps.
Thanks.
Hi.
It seems I forgot the php tag. Sorry :).
Please try this code:
<?php
if ($num_comments > 0){ ?>
<div class="td-comments-title-wrap <?php echo $td_css_cls_pb_padding_side ?>">
<h4 class="<?php echo $td_css_cls_block_title ?>"><span><?php echo $td_comments_no_text?></span></h4>
</div>
<?php }; ?>
Thanks.
Hello,
It is possible but it will require coding know-how. There is no option in the theme for it so you will have to add it through hard-coding. If you cannot do it, you can hire a freelancer to help you out.
Thank you!
Hi,
You can ignore this message as we provide the plugin and we will also provide the updates for it along with the theme updates. This message was only added in the current version of the plugin. Simply ignore it as it will not affect anything on your website. It’s the same with the revolution slider plugin. The free versions that come bundled with the theme are not activated so you cannot get updates from the plugin author, but we will provide these updates ourselves in the theme package We try on every update to implement the latest versions of the plugins as well.
Thank you!
Hi,
This depends on the widgets. Please provide a link so I can inspect the sidebar.
Thank you!
Hi,
You can send us an e-mail at contact@tagdiv.com and provide a link to this topic so we can identify you. It will also help if you provide wp-admin so if the need arises we can investigate your back-end.
Thanks.
Hi,
They look like the same size from your screenshot and they should be the same size as this is how the theme was built. It uses the same thumbnail size for all the posts inside a block element. if they really have different sizes, it means that you do not have the thumbnail activated from the block settings here:
http://screencast.com/t/7LP3lGhKDs
If you did not regenerate your thumbnails after you switched to newspaper, then you should fo it now as the theme needs it’s thumbnail sizes to be created. Please follow this guide:
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this helps.
Thank you!
Hi,
If you want to remove breadcrumbs from all pages you can use this code:
.page .entry-crumbs{
display:none!important
}
Simply add the code in the theme panel -> custom css box.
Thank you!
And what version might that be? I need this information so I can try to add a custom ad in the php files.
Thank you!
Hi,
Please check the ad code to see if it works. Test an ad spot with a simple image so you can be sure the theme renders ads. If it does, it means there is something wrong with the ad code. You can test the ad inside a different ad render software like the adrotate plugin to exclude the theme. If it does not work with adrotate as well then it means the ad is not implemented properly and you need to contact the ad provider.
Thank you!
Hi,
Unfortunately we do not have an ETA on this fix. We hope we can implement it as soon as possible.
Thank you!
Hi,
Yes, the code only works for the 2 column block. If you want to adjust it on the 1 column as well, please use this code:
.td_block_11 .td-module-thumb{
display:none!important;
}
.td_block_11 .td_module_10 .item-details {
margin-left: 0!important;
min-height: 0!important;
}
.td_block_11 .td_module_10{
padding-bottom:10px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left:0!important;
min-height: 20px!important;
}
(replace the old code)
Thanks.