OK, and what is the error you are receiving? Please provide a screenshot of the error so we can figure out what it is. You have to provide more details if you require help as we cannot guess what the error is.
Thank you!
Hello,
This is because you are using the mobile theme plugin. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
I’m not sure what bottom box you are referring to. Is it the category tag maybe? https://www.screencast.com/t/Xg8eljd1x
If this is the case then you can use this code to change the category tag for a specific category:
.category-fashion .td-post-category{
background-color:Red
}
Thank you!
Hi,
You can use this css to change the gird colors:
.td-big-grid-post .td-module-thumb{
background-color:
#f6f1e9!important;
}
Thank you!
None from this angle.
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 topic so we can identify you.
Thank you!
Hi,
Yes it is a simple menu item you can remove from the wp menus section. It is included in the dummy data menu. You can remove this menu item at any time.
Thank you!
This means there is a theme related element that is called using http and not https. Please check the logos or background image or any other setting in the theme panel.
Here are your mixed content errors:
https://www.screencast.com/t/BEJyrzH6Oc
Please check these few leads:
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/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/
Thanks.
Hi,
You can use the slider only as it is provided in the main theme package free of charge: https://www.screencast.com/t/gh6yhU2RVBF
Thank you!
Bogdan B
Ok,
Thank you for this solution. Unfortunately we are not seeing the issue on our end using the latest theme and visual composer version:
https://www.screencast.com/t/6xnlIc0IS
https://www.screencast.com/t/FK2vhZNwGv
https://www.screencast.com/t/hgfbJMWvl
We will investigate this further and see if we can figure out a cause for the problem.
Thank you!
In order to hide the images from multiple theme elements, you will have to edit that particular theme element and create conditions in the code for it. It will be no walk in the park though. Here is an example.
<?php
if (!in_category('featured')){
echo $this->get_image('td_218x150');}
?>
The condition explanation is as follows. If the post is not in the fatured category, then get the image for it.
else, do not get any image.
So changing the featured category in the code you will be able to make the element not grab the image for that specific category. In the related articles module, you can wrap this code in the condition:
https://www.screencast.com/t/jpSd4qegeD7A
This is how you can implement such features you request.
Thank you!
It is possible to be used on posts as well but we cannot guarantee it’s proper functionality. SOme elements could not position properly.
https://forum.tagdiv.com/how-to-use-visual-composer/
Thank you!
Hello,
This information is posted here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
https://www.screencast.com/t/un1HzhlYYkAK
Thanks.
Hello,
After you create or import the slider, access visual composer and use the revolution slider element like so:
https://www.screencast.com/t/y427GSY5
I hope this helps.
Thanks
This will not be so easy unfortunately. You will have to create the conditions necessary for the option, then register it in the theme panel with the necessary graphics and controls. If you are not aware of the steps you need to take in this regard we suggest hiring a freelancer to help out as we cannot offer any custom work at the moment.
Thank you!
Unfortunately our theme will automatically add the category name to the breadcrumb. The category tag is also the category name assigned in WordPress. Our theme does not change the category names of WP so any name you assign a category will be shown in the category tag and breadcrumb. I’m not sure how you want to add more titles to 1 category though. There is only 1 name added to each category, not multiple ones.
Thank you!
Hi,
Wow, a year has passed since I posted that solution though. Please provide a link to your site so i can provide the proper css code.
Thank you!
replied via email
Hello
The ads seem to be implemented with a script in a text widget, not through the theme ad spots. Please also test this with the theme ad spots, or the adrotate plugin.
If the ad is still not visible then also test with a wp default theme like twentysixteen
Than kyou!
Unfortunately we have not been able to identify the issues yet as no one provided access to their sites for us to inspect for the moment. If you share any of these issues, please contact us via email at contact@tagdiv.com and provide wp-admin so we can investigate. I suspect there is a popular plugin that used to run fine with our theme and got updated and is no longer compatible. Since lots of users have automatic updates, it is very easy to determine.
As for the collection of passwords, we are currently investigating the matter.
Thank you!
Please create a new topic and exemplify the exact issue as you posted in 2 toics with different issues that you share the same one. Please open a new topic and provide a link to your site and specific instructions to what and how it is not working properly.
Thank you!
Please provide a link to your site and provide specific detaiuls to what is not working properly.
Thanks.
Hello,
Unfortunately we are not the ones capable of answering this question. We are not the plugin authors. We simply have an agreement with visual composer to provide the plugin free of charge to our customers, but we cannot answer questions as top why something is there and why a setting does this instead of that. It is simply the way that it is and we have to work with it. Sorry.
Thanks.
Hello,
The unique articles will not work with pagination and infinite loading unfortunately. It will only work on that specific page where there are no dynamic elements. In this case we suggest using different filters and offsets to reduce duplication.
Thank you!
Hello,
There could be an issue affecting your settings that prevents you from changing the theme panel settings.
please disable all plugins except visual composer, 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.
If this is not the case, then please try to increase your system status parameters like so: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
It seems you do not have the big grid thumbnail active from your theme panel. Please activate this thumb:
http://screencast.com/t/9iWxIfHF5zp
Thank you!