Hello,
That would be the article top ad. Please read this guide: https://forum.tagdiv.com/ads-adsense-overview/
The article ads are explained here: https://forum.tagdiv.com/article-ads/
Thank you!
Hello,
Yes, your code will affect all smart lists 4.
If you want to target a specific post, you have to use the post id as the first class in your selectors. Use the browser inspector to get the post id: https://www.screencast.com/t/a8qrC9Fn
For my post I would use
.postid-1016 .td_smart_list_4 .td-sml-current-item-nr{
display:none
}
Thanks.
Hello,
The menu is not implemented by default in amp but the logo should be there.
Here is how the amp template should look:
https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
If you still cannot get the logo to show, please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
Hello,
It seems the css file is not being rendered. It simply indexed your post at a wrong time. Please rescrape it with google and test again.
Thank you!
Bogdan B
Hello,
If another plugin uses the same hook to install the plugin then you will have to disable all other plugins and install the mobile theme first. Then you cna install your other plugins.
Thank you!
Hello,
In the latest theme version you can use a page footer. Basically you create a new page and create the layout you need to show in the footer on that page. Then simply make it a footer page like so: https://www.screencast.com/t/wBC9mho32g
Thank you!
Thank you for sharing
Hello,
This feature will not be available in our theme for the moment. We never confirmed it will be implemented. For the moment we have no such plans as it was not decided upon. Please read this guide for a custom implementation on the subject:
https://forum.tagdiv.com/topic/post-last-updated/
Thank you!
Hello,
Usually when this issue occurs it is the page speed optimization that gets in the way of good quality images. You might have a speed optimization plugin such as autoptimize or image tools active on jetpack or other plugins that cause image quality reduction for increased page speed loading.
Thank you!
Hello,
Please try to change the page template first: https://forum.tagdiv.com/page-templates-2/
Then try to save the page. Maybe you had a plugin that added a new page template and is not recognized by the theme.
Also test without plugins to see if there is no plugin conflict.
Thank you!
Hello,
In order to move the author box from it;s current location you will have to move it in the code. You will need to edit the post template file for the post styles that you use: https://www.screencast.com/t/X3FLYKQ5
Thank you!
Hello,
This can only be done with customization. You will need to alter the css of the blocks in order to make them the same height. You will have to assigning an extra class to the slider and the block next to it so they can be targeted with css.
Here is an example on the default code, but this will alter every block that uses module mx1 and that is not desirable. That is why you need a custom class.
.td_module_mx1 .td-module-thumb{
height: 162px;
}
.td_block_14 .td-block-span12 .td_module_mx1 .td-module-thumb{
margin-top: 21px;
}
code with your custom class will look like so:
.mycustomclass .td_module_mx1 .td-module-thumb{
height: 162px;
}
.mycustomclass .td-block-span12 .td_module_mx1 .td-module-thumb{
margin-top: 21px;
}
result: https://www.screencast.com/t/29IpJWZZKCyi
There is also a responsiveness issue. The code needs to be adjusted for each of the 4 viewports. for desktop, tablets portrait and landscape as well as mobiles.
Change the values for each device to make it look properly on all devices. Use the advanced css box in the theme panel
Thank you!
OK,
Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please include a link to this topic so we can identify you.
Thank you!
Hello,
Sorry but we have not tested any members plugin with our theme apart from buddypress. Maybe one of our users can help in this regard if they have experience with such a plugin.
Thanks
Hello,
Did you modify the mobile plugin code? By default this should not be the case. If not, please contact us via email at contact@tagdiv.com and provide wp-admin and cpanel/ftp so we can login and investigate.
Thank you!
Hello,
You should follow the instructions provided for this ad regarding wordpress implementation. I cannot provide any insight as we have not tested this type of ads. Our theme was built to work with all ads but in special cases, a custom implementation is needed beyond the theme panel options. I can’t say for sure what it is though. The ad provider should be able to provide more details.
Thank you!
Hello,
Sorry but unfortunately there is no way to revert back to the old style of sharing buttons. The new buttons replaced the old code. The mobile devices do not have enough room to show multiple icons on the same row. Sorry for the inconvenience.
Thanks.
Hello,
The links seem to work just fine from our end. Please clear your browser cache and test again. try from a different device as well.
Thank you!
Hello,
Please use this guide and make sure you increase your memory allocation properly: https://forum.tagdiv.com/system-status-parameters-guide/
Also make sure you download he theme again from envato to have the latest version and update your theme. Please also update your theme plugins as they will not update
automatically.
Thank you!
Hello,
Please also clear all caching after you install a demo. It could be a caching issue.
Thanks.
Hello,
Please download the latest version (8.7.2) from themeforest and then use the FTP method to update the theme. Afterwards, please make sure you update the theme plugins as well because they will not update automatically. Disable and delete the current ones you have installed now and then install them again from the theme plugins section.
Thank you!
Hello,
If you already have the featured image into your post content, you should not use a post style that will show the feature image again, Please use post style 5 on those posts to not have double images.
As for the lightbox, unfortunately on galleries, the lighbox cannot be removed. sorry
Thanks.
Hello,
If you changed hosts, maybe you have a caching solution on the host and the view count does not work with cache. Please use this option: https://forum.tagdiv.com/ajax-view-count/
Thank you!
Hello,
Sorry but such an element can only be created custom. Our theme does not have an option to add an element with a custom animation on hover. You can use a multi-purpose element to create the standard element but the hover effect will require the custom modification.
Thank you!