Hello,
This error is because you do not have the woocommerce plugin installed. We have created 2 additional plugins to integrade the woocommerce plugin better with our theme. Please install this plugin if you want to use commerce option:http://www.woothemes.com/woocommerce/ If you do not want to use the woocommerce options you can simply dissable the tagdiv invoice and woolabel plugins.
Thank you!
Hello,
1) the top bar was hidden by default in the mobile menu. You can activate it by using custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}
This code will provide this result: http://screencast.com/t/jxljko5scU8T
2)I do not understand your issue. i assume you are talking about the loading effect of images. The lazyload animation can be deactivated from here: http://screencast.com/t/5i5me0oPV
Thank you!
Hello,
Replace the code with this one:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: block !important;
}
}
As for the images, please provide more details to how you add your images and provide a link to your website so we can inspect the issue directly.
Thank you!
Hi,
I saw the screenshot. Unfortunately based on that i am just assuming it is a visual composer gallery element. Unfortunately i cannot say for sure. That is why i required a link to your website or more details to how you added the images.
Just assuming it is a visual composer gallery, please make sure you have it set to thumbnail so it always users the same size for your images: http://screencast.com/t/xrxes5HJs6n
If this is not the way you added the images please provide more details.
Thank you!
There is another problem. https://ultimatemember.com/ theme coincides with this plugin. the authors can not load profile picture. What can we do?
Web Page
Hi,
Please try to regenerate thumbnails to fix this issue – http://screencast.com/t/hKa29E3AB8 – https://forum.tagdiv.com/existing-content/ Also note that the featured image should have at least the sizes of thumb’s container, because WordPress doesn’t enlarges images. If you use smaller images you will have to use a plugin like Thumbnail Upcale in combination with Force Regenerate you can find more details regarding this here – https://forum.tagdiv.com/thumbnails-vs-featured-image-size/ – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also please provide more details about the author picture. Do you refer to this? – http://screencast.com/t/M8DLf3AFBOa
We recommend Wp User Avatar plugin to add a custom picture for author, we use it also on our demo.
Thanks!
Hi,
I have answered above please use Wp User Avatar plugin(it is tested with the theme) just install it and the avatar option will appear in Users -> Your Profile so you can upload an image – http://screencast.com/t/XhuxLvam
Or you can use gravatar – https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress
Thanks!
Hi,
Please make sure you update the theme to the latest version 6.6.4 and update also the Social Counter plugin, you can find it in /plugins folder from package that you download from themeforest. Then please follow these steps to configure(api key) – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thanks!