Hello,
As you can imagine, the bottom border is meant for text. Please check: https://demo.tagdiv.com/newspaper/block-22/
You removed the author and post date. That is why the overlay is empty.
You can either enable the meta info or use this code to remove the overlay:
.td_block_22 .td-module-meta-holder{
display:none;
}
Thank you!
Hello,
Sorry but the mobile theme was designed to show a loop of all the posts on a site. There is no simple way to show the pages instead. You should not use the mobile theme if you nee to show pages. Use the standard responsive version of the theme to show your desktop content on mobile phones as well.
Thank you!
Hello,
The code comes from an incorrect implementation of the google analytics code.
The Analytics code needs to be added between the script tags like so:
<script>your analytics code</script>
Thanks.
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
Please uninstall the demo and then install it without content.
https://forum.tagdiv.com/installing-demos/
Thank you!
Hello,
It is called the “theme panel” not the themfy panel. Themefy is a software developer and not mentioned in our theme 🙂 That was the misunderstanding. https://www.screencast.com/t/1h6ullALf2KX
As for the issue at hand, if you updated to the latest theme version 8.5.1 (if not use this guiude: https://forum.tagdiv.com/how-to-update-the-theme-2/ ) and make sure you disable and delete the multi-purpose plugin and then install it again from the theme plugins section.
Thank you!
Hello,
Please also replace the multi-purpose plugin. Simply updating will not fix the issues. You have to disable and delete the multi=purpose plugin and install it again from the theme panel plugin section. The plugin will not update automatically.
Thank you!
You can use any header style you want with or without an ad. The logo however will still be constrained to the containers even if the re is no header ad.
I’m not sure what you are trying to achieve though.
Thank you!
Hello,
You forgot to also clear cache. Please check again as hey appear fine now.
Thank you!
Sorry but animated gifs will not work on our theme modules and blocks. They work in the psot featured iamge but will not be animated as thumbs of the gifs are created for each module. The theme elements were not designed to support animated gifs.
Thank you!
Hello,
You can activate the theme with the same activation code on the dev site as well. Testing platforms do not count as end-products as mentioned in the license: https://themeforest.net/licenses/terms/regular
Thank you!
Sure,
Please add this code in your theme panel-> custom css box:
.td-read-more a, .more-link-wrap a{
border-radius:20px;
padding: 5px 8px;
}
https://www.screencast.com/t/RnP4sTQPN
Thank you!
Hello,
There is no way of controlling the scale except for custom modifications. You will need to upload bigger images to the posts that use a full width image. We recommend a full had image for this type of post. Otherwise there will be quality loss.
Our theme cropping system is presented here: https://forum.tagdiv.com/featured-image/
If you want to change the way our themes crops photos, you can do that using the theme API. but that will require coding skills. There is no easy way of changing the thumb implementation.
Thank you!
Yes, the latest latest version 🙂 Theme version 8.5.1 more precise. And then delete the multi-purpose plugin you have installed now and install it again from the theme panel under the plugins section.
Thank you!
Hi,
When inserting images from the media library, please make sure you are not uploading a thumbnail of your image: https://www.screencast.com/t/JeVcnPA7cr8D
Thanks.
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thanks.
OK,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
Hello,
Sorry but our theme does not feature a captcha system
Thanks.
Hello,
You can activate the theme using this guide: https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
If you need to change domains afterwards, simply deactivate the theme from the system stats screen and activate it again on the new domain.
Thank you!
Hello,
It seem now you use a stretched menu which was not available when the code was provided. The css is changed and for a stretched menu, you need this code:
@media (min-width: 768px){
.td_stretch_content .td-container {
margin-left: auto;
margin-right: auto;
display: table;
text-align: center;
}}
Thank you!
Hi,
Please update your theme to the latest version and remove your multi-purpose plugin and install it again from the new theme package.
Thank you!
Hello,
Unfortunately there is no setting in this regard and I cannot recommend any plugin as we have not tested any such plugin. You will have to try a few plugins out and see which one works best.
Thank you!
Hello,
Please add this code in your advanced css section under mobile devices:
.td-header-top-menu-full{
display:block;
}
.td-header-sp-top-menu{
display:block!important;
text-align:center;
}
.td-header-sp-top-widget{
display:none!important;
}
Thank you!