Hi,
Unfortunately the theme has no such option so I cannot provide an easy solution for it. If seo yoast cannot target wordpress archives, then you will have to find a plugin that can. We have not tested this so I cannot make any recommendations Sorry.
Maybe you can find a few solutions online like: http://wordpress.stackexchange.com/questions/175884/how-to-customize-the-archive-title
http://presscustomizr.com/snippet/changing-the-title-of-the-categories-archive-pages/
Thanks.
Hi,
That is a new element that was no present in the videos. It is the second editor for the mobile theme. If you use the mobile theme plugin: http://screencast.com/t/tJTYnwGe there will be a second editor (the first one) called a mobile editor. This is destined for creating mobile versions of your pages without the use of visual composer as the mobile theme does not use visual composer. You can read more about this here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
This is the theme design. It was created that way. If you want to have a gap, you can use this css:
.sf-menu > li > a:after{
width:95%!important;
}
You can add the code in the theme panel ->custom css box
Thank you!
Hi,
Unfortunately this is customization and there is no update proof way of altering the theme files. You hafve to do it on every update or use the patches provided in the theme package. If the files modified did not get changed, then you do not need to replace them. Every theme update comes with a patch of the modified files. If the files you modified are not among the ones in the patch, you do not have to re-apply your customization as you will not replace those files if you use the patch files.
Thank you!
Hi,
Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also provide a link to this topic so we can identify you.
Thank you!
Hello,
You can try to add the code in this file: http://screencast.com/t/vPXWfqTwc but you will need coding knowledge for it. Unfortunately the plugin you are trying to use is not tested with our theme and plugin implementation falls beyond what support can offer you. We suggest hiring a freelancer to help out if you cannot get it to work as we cannot offer any custom work at the moment.
Thank you!
Hi,
It depends on how you want to change it. CSS has it;s limitations. Maybe some changes will have to be made in the theme files. Please provide an example of how you want it changed.
Thank you!
Hi,
If you are referring to the mobile featured grid: http://screencast.com/t/NkGFaB2gy1 you can remove it with this css:
.td_block_big_grid_mob_1{
display:none!important
}
If you do not use the mobile theme and have a different ‘featured’ element you will have to provide a link to your site so I can see how it was created so I can provide the proper code for it.
Than you!
Hello,
Unfortunately visual composer is not available on category pages. Categories can only be customized through the theme panel. Alternatively you can use static pages you create with visual composer to replace categories and use 301 redirects between the links. Make sure you do not use the same name for your categories and pages as it will be bad for seo.
Thank you!
Hello,
You can get the 7 days popular sorting option to work by following this guide: https://forum.tagdiv.com/7-days-post-sorting/ If you use caching you need to activate the ajax post views: http://screencast.com/t/QmXzPtKUOZJ
Thank you!
Hi,
There is an easier solution of hiding the tabs with css:
.single-product .woocommerce-tabs{
display:none!important;
}
I hope this helps.
Thank you!
Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files as you may have a plugin conflict that is affecting the theme settings.
Let us know how it goes.
Thank you!
Hi,
If you want to remove the pinterest and second twitter buttons, you can use this css:
.td-social-pinterest, .td-classic-twitter{
display:none!important;
}
As for the more from author please follow this topic to see both methods how it can be removed:
https://forum.tagdiv.com/topic/how-hidec-from-the-post-more-from-author/
Thank you!
Hello,
If you already created the tab element from visual composer, you can then use a text box element inside it and place your content inside. If you want to use tables, you can create html tables with this online tool and then copy the code for it: http://www.tablesgenerator.com/html_tables (add the code in text mode in the wysiwyg editor)
Thank you!
Hi,
This can be done with a bit of customization. Please remove this code from here: http://screencast.com/t/HQYVSpwEC and then add this code:
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'content_bottom'));?>
Add it in the post template files. You have to add the code for every post template you use. (each post style has it;s own file): http://screencast.com/t/A4dvVywq1R
Thank you!
Hi,
There is no setting to decrease the opacity but you can use this css to do it:
.td-grid-style-6 .td-module-thumb a:last-child:before{
opacity: 0.3;!important
}
You can use any opacity value between 0.1 and 1. The original was 0.7.
You can change this value to your preferred one.
Thank you!
Hi,
Maybe this will help: https://www.themepunch.com/faq/set-max-width-for-slider-5-0/
(please note that we are not the plugin authors so you will have to search through the plugin documentation for plugin specific settings.)
I hope this helps.
Thank you!
Hello,
Please use this guide to increase your memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/
Plugins can also affect this so please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the upload again.
Alternatively you can also test this on a wp default theme like twentysixteen to rule out theme interference as well.
Let us know how it goes.
Thank you!
Hi,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate.
Thank you!
Hi,
There is no issue there. You simply need to enter the visual composer builder like so: http://screencast.com/t/ZYvZQ9GRqsx7 and you will have access to the visual composer blocks and options.
Thank you!
Hi,
Please provide a link to your site and an example of such items so we can inspect the issue and figure out if it;s a theme bug or something else and provide the proper fix for it.
Thank you!
Hello,
This happens because you have the mobile theme plugin installed. This is a new mobile theme plugins we created to improve loading speeds for mobile users. Please read this guide to learn about how the mobile theme works: https://forum.tagdiv.com/the-mobile-theme/
If you do not like the mobile theme you can simply disable the plugin and your mobile version will be the standard responsive version of the desktop theme.
Thank you!
Hi,
The mobile theme is at version 1.0 as we just started to develop it. More options and compatibility fixes will come in future versions of the mobile theme plugin.
Thank you!
Hi,
Unfortunately we cannot say for sure if the implementation you use is compatible with the theme or not. We only recommend our own Instagram widget: https://forum.tagdiv.com/instagram-widget/
If your implementation worked before, try to identify what was changed since then. Maybe a plugin you installed, an update you made (automatic updates are the worst as it could have been a plugin update that caused this but if your updates were set to automatic, then it;s hard to figure out which one broke it)
The best thing to do is disable all plugins except visual composer, clear cache and reset cdn files. Then test the Instagram feed again. Unfortunately if the problem is still there, I won’t be able to help as I have no idea of how you implemented the feed in the first place and customization is not part of the theme support unfortunately.
Thank you!
Hello,
Is the theme top bar maybe the element you mention? http://screencast.com/t/L65Al84m1eG
i have checked your site but could not see any extra top bar apart from the theme one.
Thank you!