Hello,
Sorry but the composer will not work on mobile devices. It has not been tested and we cannot recommend using the composer from mobile devices
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 so we can identify you.
Thank you!
Bogdan B
Hello
If you do not ue the mobile theme plugin, he header ad will show up as the header banner on mobile devices as well. If you use the mobile theme plugin. you have to place the ads for the mobile theme separately by using this guide https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello,
The text color for the highlighted tab of the related articles section cna be changed using a css code like so:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color:white;
}
You can add the code in the theme panel under custom code.
Thank you!
Hello,
You can do it using the tagdiv composer by stretching the row: https://www.screencast.com/t/HSx7N7mTQJ
This can be done for pages by default and or posts and other templates using the new cloud library plugin.
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thank you!
Hello,
Please provide more details to exactly what category labels you are referring to.
Thanks.
Hello,
If you need an ad under the menu, it is best to choose a header style that can show the header ad under the menu like for example header styles 9, 10, 11, 12 or the multi-purpose header styles
Thank you!
Hello,
The same setting will return the header and footer to boxed if you switch it back. Make sure you clear cache afterwards though.
Thank you!
Hello,
Thank you for your suggestion. I will add this to pour list and if this request becomes more popular, we will consider implementing it into our theme.
Thanks
Hello,
The code i provided only applies to the contact form and woocommerce products. and they still apply. Please check your custom css section of the theme panel as it seems the code is no longer present there. Please use the theme panel and do not place the css code directly in style.css as it will get overwritten when updating the theme.
The orioginal code was not created to target products such as here:
https://www.virtualmagie.com/categorie-produit/livres-de-magie-papier/
You can use this new code to also handle the products:
.single-product .product .summary .cart .button, .wpcf7-form input[type=submit], .woocommerce ul.products li.product .button {
border-radius:5px;
background-color: #f60;;
}
.single-product .product .summary .cart .button:hover{
background-color:#444!important
}
.wpcf7-form input[type=submit]:hover{
background-color:#444!important
}
As for the orange block at the end of posts, if i set the button to orange, you will not distinguish it any longer:
https://www.screencast.com/t/NdtU1vBL
Thanks
Hello,
If you get the blank grey page, then please use this implementation:
https://forum.tagdiv.com/topic/problems-with-taddiv-composer/
Thank you!
Hello,
Sorry but our theme does not have any such option. It can be created custom if you want by using this topic:https://forum.tagdiv.com/topic/post-last-updated/
Thanks.
Hello,
It seems the plugin needs the sidebar class or id. This would be class “td-main-sidebar”
We have not tested this plugin so we cannot provide any insight into it’s implementation.
Thank you!
Hello,
It can only be done with custom ode modifications. There is no spot for custom content in the top bar so it can only be created from scratch. Unfortunately custom modifications are not covered by the theme support. You cna fin the top bar files here if you want to alter their code: https://www.screencast.com/t/w4rDi8I6ds
Thank you!
Hello,
You can download the patch here:
http://cdn.tagdiv.com/wp-content/uploads/2018/08/patch_8.8.2_9.0.zip
Thank you!
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 so we can identify you.
Thank you!
hello,
The image you mention is the featured image. please note you are editing a template that is going to be applied to a post. Not a post directly Not like a page. The content you edit will need to accommodate the post content. You will only see the proper result once you apply the template yo a post. The image is a place holder until you apply the template to a post and see the featured image applied. You cannot edit the post itself in the tagdiv composer. Just the template applied to that post.
Thanks
Sorry but the theme does not have an optio nto chage the links inside woocommerce product description separately.
You can try to use this custom css code in the the theme panel under the custom code section:
.single-product .td-ss-main-content a{
text-transform:Uppercase;
color:#14867a;
font-weight:bold;
}
Thank you!
Hello,
Please use these guides to make the implementation properly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
Thank you!
Hello,
There are 2 ways to install a demo. With our without content. Please read this guide: https://forum.tagdiv.com/installing-demos/
If you do not need the sample content, simply install a demo without content.
There is an important note in the documentation regarding editing and keeping the demo content as your own. it will get removed when changing demos. Please do not keep the dummy data as your own final content.
Thank you!
hello,
Yes, the live search now works fine with wpml
Thank you!
Hello,
You must edit the page with the tagdiv composer and place elements on that page. Please use this guide to learn how to add or remove elements from pages:
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thank you!
Hello,
You cna try adding this custom css to your theme panel under custom code:
@media (max-width: 767px){
.td-wpml .menu-top-container {
width: 100%!important;
}
.top-header-menu{
display:flex!important;
}
.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu{
right: auto!important;
left: 0!important;
}
}
Thank you!
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 so we can identify you.
Thank you!
Hello,
You need to update the plugin as well. The new theme version detects if a thee plugin is not updated and disables it to prevent compatibility issues. Please use this guide: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Thank you!