Hello,
The YouTube element will need to be re-created if the videos are changed on yt. Please delete the element and create it again if the videos on yt get changed.
Thank you!
Hello,
We are not aware of any problems with the new version of wp. What is in that error log for 1 gig? There is no known issue that we are aware of. Please provide more details
Thank you!
Hello,
The email in our theme does not have an anchor tag so it can only be enabled through customization. You can find the code here: https://www.screencast.com/t/6UbdW3oVMtVj and here: https://www.screencast.com/t/96N7eBREk
Thank you!
Hello,
Sorry but we have not tested the poll plugin so I cannot say for sure if it will work properly or not. You will have to run a few more tests and see exactly which shortcode will remove the poll shortcode. Try to implement the poll through a column text element and not directly in the page shortcodes.
Thank you!
Hello,
You cannot make languages as a social network .The implementation is different. For a multi-lingual implementation we recommend WPML.
If you want to have a go at it anyway, you can find the code here:
https://www.screencast.com/t/qRjDM2lwi3
Thanks.
Hello,
Sorry but only one homepage post can be used per page. There cannot be multiple ones on the same page. The homepage post adds the featured image as the page background. You cannot have multiple backgrounds on the same page.
You can use other blocks though that have a similar layout but without the background.
Thank you!
Hello,
For each block you can select a different block title. Please check this option: https://www.screencast.com/t/ZdIolvjUq
Thank you!
Hello,
Sorry but our theme does not feature any such menu. It is a custom implementation on the documentation and is not part of the newspaper theme.
Thank you!
Hello,
Please read this topic: https://forum.tagdiv.com/topic/full-amp-support-in-newspaper-theme/
Thank you!
Hello,
For the page elements to go full width, ou will have to stretch the row in the tagdiv composes. You cannot stretch it from the thee panel but rather on each row in particular in the page builder. Please access the row options like so: https://www.screencast.com/t/DR29rg5z
Thank you!
Hello,
The font on the menu also needs to be set to font awesome as they are font icons and they will only load if the font awesome font is used.
Thank you!
Hello,
Please read this topic: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
The live preview search uses module MX2
Please change the post title for MX2
Thank you!
Hello,
Please also try to edit a new page. It could be a piece of code on your page that affects the composer. Test it on a new page without other code added to it.
Thank you!
For the moment there is no plan for this but if this request grows in popularity we will consider implementing it into our theme.
Thank you!
Hello,
You can try the new multi-purpose elements to implement such boxes but It depends on the design you are going for. Different blocks provide different results. https://www.screencast.com/t/uPg8yjNo6
Thank you!
Hello,
Please read this topic: https://forum.tagdiv.com/topic/css-overriding-gleam-io-styling/
Thank you!
Hello,
Please make sure you have the tagdiv composer plugin installed and active. Check the plugins section. If it;s active, then try to disable all other plugins except the tagdiv composer and test again.
Thank you!
Hello,
Sorry but if the settings were reset and o back-up made, you will have to set them again. Installing a demo will reset the theme panel settings.
Thank you!
Hello,
They are available in the tagdiv composer, not under posts. You have to install the multi-purpose plugin first. Please edit a page with the tagdiv composer page builder and you will see the new elements among the page builder elements. It is a live page builder so each element is self explanatory. you simply add it to your page and see the result live.
Thank you!
Hello,
The method that comes to mind is using the in_category function of wordpress: https://developer.wordpress.org/reference/functions/in_category/
You will have to modify the get_title function like so for posts:
if (in_category('Gadgets')){
$buffy .= '<h1 class="entry-title, customicon">';}
else{
$buffy .= '<h1 class="entry-title">';}
and replace this code: https://www.screencast.com/t/ikYJa8coe
And then you can use the new css class on your post title to add an icon to it using font awesome maybe.
For pages, the code is found here: https://www.screencast.com/t/quFJlOhp9
Thank you!
Hi,
Sorry but there is no simple solution we can provide in this regard. It will need a custom implementation in the theme blocks to detect the number of modules loaded. We recommend hiring a freelancer to help with the implementation as we do not have a customization department.
Thank you for your understanding.
Hello,
Please add this code in your theme panel-> custom css section:
.home .td_block_social_counter{
display:none;
}
.home.paged .td_block_social_counter{
display:block;
}
Thank you!
Hello,
Please provide a link to your site so we can inspect it and see if there can be an elegant solution.
Thank you!
Please press the back-end editor button as seen in your screenshot. You are in the mce editor, not in visual composer.
Thanks.