Hello,
You do not seem to have the page builder enabled. Please enable the tagdiv composer plugin.
Thank you!
Hello,
I understand but unfortunately as you said, the numbers are static, not dynamic. There is no option to animate the numbers. Sorry. You can try a few plugins that can offer this implementation.
Thanks
Hello,
The inline ads have nothing to do with the footer. Please check the footer ads and check for ‘auto-placed’ ads if you have any. They usually end up in the footer.
Thanks.
Hello,
Please check the css tab and add a negative margin to the row like a -20px for example: https://www.screencast.com/t/EdYke49TSt0
Thanks
Hello,
You can add this code in your functions.php to remove the email requirement:
function disable_comment_url($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields','disable_comment_url');
Thank you!
Hello,
These are the tdm images used by the tagdiv composer multi-purpose elements. They previously came up only when activating the multi-purpose plugin but starting from 8.7.5, the multi-purpose elements were integrated into the tagdiv composer, no longer requiring the multi-purpose plugin to be installed. Now the images appear for everybody.
The tdm images will come back if deleted. They were programmed this way as they are required by the new elements. We will provide a “fix” for this in the next theme update as it seems there are many requests to disable these images.
Sorry for the inconvenience caused.
Thanks.
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 so we can identify you.
Thank you!
Please make sure you download the full theme package and not just the installable zip file. You should have this folder structure if you downloaded the full package: https://www.screencast.com/t/fKMSWVbi
Thank you!
Hello,
Please read the official amp docs to learn how amp works
https://www.ampproject.org/docs/
Not all mobile views will be amp. Only views coming from google on mobile.
Thanks.
Hello,
I thought http://ireggaenation.com/ was your site. The site you mention uses newsmag not newspaper. that is why you see different implementation. If you want to change the backghround effect, please use this code:
.td-social-icon-wrap:hover i.td-icon-facebook{
background-color: #3b5998;
color:white;
}
Thanks
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 so we can identify you.
Thank you!
Hello,
The AMP plugin will activate the AMP template so google can index your posts as AMP posts.
Unfortunately our amp plugin cannot be enabled or disabled for individual posts in particular.
You should only use one amp plugin, not multiple at once.
Thank you!
Hello,
Please try to re-save your permalinks. Access the permalinks section and just press the save button. You do not have to change the Permalinks structure.
Thanks.
Hello,
Please check the official documentation for the new cloud library here: https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thank you!
Yes, increasing the php memory fixed the issue for multiple other cases. It is definitely worth a shot.
Thanks.
Hello,
You probably did not clear the cache after updating the theme. It seems fine from our end. Please check again and clear your browser cache.
Thank you!
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 so we can identify you.
Thank you!
Hello,
Unfortunately that section will not allow html so you cannot have separate paragraph. You can implement your privacy policy through the footer menu so this way you have it separated from the footer info text.
Thanks.
Hello,
No. There is no issue in your pages not being used in AMP. Pages are a way to present your posts. If your posts are found on google as an amp template, you do not actually need pages to be used in AMP as well. But this is a debatable subject and one of choice and if you want to have pages in AMP as well (pages using a page builder), you should use another amp plugin.
Thank you!
Hello,
Sorry but for the moment the theme only allows the featured videos from the mentioned networks. If you need to embed videos from a different source, you can use the oembed functionality of WP and embed the video directly in the post content.
Thank you!
Hello,
Yes, we are already on it and will provide a fix for it as soon as we can.
Thank you for understanding.
Hello,
The htaccess file gets rewritten by plugins. The htaccess is not part of the theme. It is part of your host and it is not something the theme can control. That is why the complicated mess with the code that needs to be added. Other themes as well that face the same issues, not just our theme.
You can simply google SubstituteMaxLineLength 10M and you will see a bunch of other page builders/themes being affected by the same setting. It is beyond the theme authors control unfortunately.
Thanks for understanding.
Hello,
I’m not sure what below the “above” is though. Sorry. Please provide more details in this regard
If you want to add content to the about section in the footer, please use this section of the theme panel: https://www.screencast.com/t/4omRYeRH
Thank you!
Hello,
I’m not sure I understand this right. You want to change the background for the whole social icons container when hovered over any of the icons? Please provide more details to what background do you want changed. Where?
Thanks.
Hello,
td-grids-red-pack is a ionmag plugin. Please do not use it in newspaper. Please access your plugins section and remove any at all ionMag plugins you have installed. They will not work in the newspaper theme.
Thank you!