Hi,
the code works on every page as it only affects the header. As long as you do not have a different header on different pages, it will work on other pages as well. here is an example of the code applied to multiple pages of the same site: http://screencast.com/t/5clqg5YvBsH – http://screencast.com/t/svVGRmZAM – http://screencast.com/t/LfjCJ7IONKV1
Only the first of these pages is set as homepage. the rest are other pages. It works on categories, posts and every other part of the site as the header is the same one.
Thank you!
Hello,
The version of visual composer we provide is a free version and cannot be activated or updated from the plugin author please read more about this here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ – http://screencast.com/t/kAvI3aD0Qq5
Thank you!
Hello,
We will need some time to investigate this issue and as soon as we find a solution we will include it in the theme update. You will have to look for theme updates as the changelog will be posted on the envato page here: http://themeforest.net/item/newspaper/5489609
Thank you!
Hi,
Please try to do a clean install of the theme. Download the latest theme version form envato and follow this guide to install it via ftp: https://forum.tagdiv.com/install-via-ftp/
Then please disable and delete files for your version of the social counter and install it from here afterwards: http://screencast.com/t/epBpvqGTev
If you satill have trouble with it, please disable all plugins except visual composer, clear cache and reset cdn files if you use it as plugin conflicts can also affect the counter.
Let us know how it goes and if you still have trouble with this, contact us via email at contact@tagdiv.ocm and provide wp-admin so we can investigate.
Thank you!
Hi,
We already have this on our list for future updates. If the developers decide to add this option, it will get implemented.
Thank you!
Hi,
I have tested this on my end but could not replicate it. The 404 is provided if you do not add the full url path. you need to add it like so:
https://www.instagram.com/cocacola/ – result: http://screencast.com/t/o0TVhUQPAs
If I add it like you suggest: instagram.com/cocacola/ -the result will be wrong: http://screencast.com/t/WpgWoHSAd
The social fields need the full url.
If you have issues when adding the full url, please try to disable all plugins except visual composer, clear cache and reset cdn files. Then check the social network fields again.
Thank you!
Hi,
Can you please post a screenshot of this issue as I have checked your site again and could not see any issues with the header. (you can ignore the update as you can only update visual composer from the theme package you download from envato. We have not yet released version 4.12 of VC but plan on doing so this week)
Thank you!
Hi,
Unfortunately it will not work that way as the ad box does not accept custom code. This modification will have to be made in the theme files like this topic suggests: https://forum.tagdiv.com/topic/add-the-text-advertisment-in-inline-header-ads/
Thank you!
Hi,
Well if your sidebar is empty, you need to add content to it. I cannot say for sure why there is no content inside it. I pointed out above one reason we are aware of. If you did not remove the content yourself, then we do not know of any other problem that results in the sidebars getting stripped of content. Maybe a plugin conflict but there is no way to tell. Please try to add content to the sidebar and see if it gets displayed or not. IF you have trouble with the sidebars and cannot get them to work please send us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
Thank you!
Hello,
The plugin comes free bundled with the theme and there is no need to register it as you have access to all of it;s functionality. You can read more about this here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Replied in the other topic.
Thank you!
Hi,
Unfortunately our theme does not have settings for pdf embeds. If the plugin you use for embedding pdf’s does not provide such settings, then you need to look for another one that does as the theme does not have such options.
Thank you!
Hi,
I have accessed your site but could not see any issues: http://screencast.com/t/xgDy0AQFoiC4
Our theme does not reset settings as it has no such control over the database. WordPress themes only apply the styles for your content but the content itself is handled by wordpress, not the theme. We have no such reports of our theme resetting any setting. if the problem appeared by clearing the cache, please make sure you only use the recommended caching plugin which is wp super cache.
Thank you!
Hello,
Unfortunately our theme does not provide any social media login options so they will have to be either made custom or the theme login replaced with a plugin. Unfortunately in both cases, custom implementation is required and we cannot provide any custom work at the moment. Sorry. Maybe one of our users can help if they have social media login set up.
Thank you!
Hi,
Please provide an example of what tags you are referring to and where. Providing a link to your site pointing at these tags will also help us provide the proper answer.
Thank you!
Hello,
Please follow this guide to install a theme demo: https://forum.tagdiv.com/installing-demos/
Thank you!
Hi,
1) This can be done on pages, but not on posts unfortunately. Posts can only have standard or smart side-bar. There is no semi-smart sidebar available. sorry!
2) If you want a different header for posts, you need to add conditions in the code for it.
You need to change this function: http://screencast.com/t/xXUx3lwrl
replace the code with this one:
private static function _helper_get_active_id() {
$tds_header_style = td_util::get_option('tds_header_style');
if(is_single()){
$tds_header_style=12;
}
if (empty($tds_header_style)) { // nothing is set, check the default value
$tds_header_style = parent::get_default_component_id(__CLASS__);
}
return $tds_header_style;
}
}
This will set header style 12 for all posts. If you want a different header style change the number 12 in the code to the header style number you want.
Thank you!
Hi,
You can use this css to change the author name and post date color:
.td-big-grid-post .td-post-author-name a, .td-big-grid-post .td-post-date, .td-big-grid-post .td-post-author-name span{
color:Red!important
}
If you want to remove the overlay of the images you can use this css:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
Thank you!
Hi,
I have checked your site and saw the error. It is caused by this banner ad here: http://screencast.com/t/dk2ERxaD
Please select a smaller size for your mobile ad from the theme panel ad settings.
Thank you!
Hi,
OK,It seems something went wrong. Please reinstall the theme via ftp (clean install). You will not lose any content as it’s kept in the DB. Please use this guide: https://forum.tagdiv.com/install-via-ftp/
After you install the theme, please check your system status from the here: http://screencast.com/t/Bz2z8sLsynjI and make sure you get set all parameters according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/
After that please disable all plugins except visual composer and clear ALL caches. including a cdn or server cache.
Now test your site again and see if there are still problems. If there are, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login ind investigate. Also include a link to this topic.
Thank you!
Hi,
You can add new sidebars or delete old ones from here: http://screencast.com/t/MiWSXfxO
Please read this guide for more details: https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Hi,
If you want to add a shortcode in the theme files you need to use the do_shotcode function: https://developer.wordpress.org/reference/functions/do_shortcode/
Unfortunately since the plugin is not tested, I can;t say for sure how it should or would display. Plugin implementation falls beyond what support can offer you so we suggest hiring a freelancer to help out in this matter if you still need help.
Thank you!
Hello,
1) In order to redirect the login to the buddypress registration page you can create simple 301 redirects by following this guide: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
2) Please provide more details so I can provide the proper answer to your request as i can;t tell for sure what you are referring to.
Thank you!
Hello,
The theme has no setting for this, but it can be done with a bit of custom cssw:
.td-category-header .td-pulldown-filter-list{
background-color: rgba(34, 34, 34, 0.7);
}
.td-category-header .td-pulldown-filter-display-option{
background-color: rgba(34, 34, 34, 0.7);
}
You can add the code in the theme panel custom css code
Thank you!
Hi,
I have checked your site and apart from the fact that your visual composer plugin is not active, I could not find any errors. i have tested it on multiple devices but the mobile menu works fine. Maybe it was a caching issue and it since then got cleared.
Let us know if you still have trouble with this.
Than you!