Hi,
This is because you updated WordPress to the latest version but not the theme and the Visual composer plugin.
Please update your theme using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
And also update the visual composer plugin like so: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
Please try this code and see if the sharing button comes up:
echo do_shortcode('[mashshare]'); the quotation marks are double in your screenshot and php is very sensitive to these things. If it still will not work, maybe the plugin is not compatible with our theme. We can;t say for sure as we have not tested it.
As for the pagination I;m not sure what you want to achieve. Please provide more details so I can understand better.
Thank you!
Hi,
I’m not sure if it;s the block titles you are referring to. You can access the pages in the back-end and edit the blocks with visual composer to change the block titles: http://screencast.com/t/8ef6VHLw3Hw4
If this is not what you mean, please provide more details so I can understand better how to help.
Thank you!
Hi,
Please make sure you installed the theme correctly by following this guide: https://forum.tagdiv.com/install-via-ftp/
You can also try to disable all plugins except visual composer, clear cache and reset cdn files to rule out a plugin conflict.
If the error is still there, please send us an email at contact@tagdiv.com and provide wp-admin sop we can take a look. Please also include a link to this topic so we can identify you.
Thank you!
Hi,
I’m not sure exactly how you want the breadcrumbs to display as they already navigate to every level of the categories and sub-categories: http://screencast.com/t/I8StlMTZt
The home is set to the homepage but there is no setting to change it. Any change you want to make to the breadcrumbs need to be hard-coded.
Thank you!
Hi,
Unfortunately our theme has no such setting. The sidebars widgets were not designed to detect the post displayed including the post author. Unfortunately there is no easy way to do this. The author card on posts was created custom and cannot be added inside the sidebar. Maybe you can find a plugin that has this functionality but we cannot recommend any.
Thank you!
Hi,
The plugin form the revolution slider 5 folder is the correct version. The activation message will appear but it can be ignored. It seems they added this message in the current version but we cannot provide a license key as the plugin is a free version bundled with the theme. We will provide updates to it so you will not nerd any activation key to use it.
Thank you!
Hi,
The toolkit should work properly if you follow every step carefully here: https://forum.tagdiv.com/how-to-update-the-theme-2/
If you still cannot get it to work, please send us an email at contact@tagdiv.com and provide wp-admin and we will inspect this issue.
Thank you!
Hello,
Unfortunately our theme has no such option and we have not tested any sub-menus like that. Maybe you can find a plugin that has such a feature, but we cannot make any recommendations.
Thank you!
Hi,
In order to add your city to the top menu you need to add this code:echo '<div class="city">Paris</div>'; in this file: http://screencast.com/t/QLxrD1aBbJ
The you can add this css in the theme panel -> custom css box:
.city{
display:inline;
margin-right:5px!important;
}
result: http://screencast.com/t/Gq6vS9XS
Thank you!
Hello,
The linked in solution provided will not work for the newspaper theme properly. Please add this code instead in td_module_single.php: http://screencast.com/t/nQ0Tj5O1
<a class="td-social-sharing-buttons td-social-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=' . urlencode(esc_url(get_permalink())) . '&title=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="fa fa-linkedin"></i></a>
I added a font awesome linked in icon so you need to install and activate ‘font awesome 4 menus’ and then use this css code in the theme panel – custom css box:
.td-social-linkedin{
margin-left:8px;
background-color:
#006699!important;;
}
Hope this helps.
Thank you!
Hello,
It seems header style 9 is the closest one to your liking but i’m not sure if the “header area” you suggest should contain the logo and ad or just the logo itself. You can customize header 9 from the theme settings to look like so: http://screencast.com/t/1yHvpF9hHjJ
Thank you!
@Tenaya,
I replied in your other topic.
Thanks.
Hi,
Please also clear your cache after this modification as it could be loading from cache. In this case you will only see the modification once the cache is reset.
Thank you!
Hi,
Please follow the tutorial on page 1 of this topic: https://forum.tagdiv.com/topic/social-counter-facebook-fan-count-incorrect/ and if you still cannot get it to work, please send us an email at contact@tagdiv.com and provide a link to this topic so we can identify you if you do.
Thank you!
Hi,
The shortcode for the plugin appears on your site because you have the widget set either on a sidebar in the widgets area or in visual composer on pages. You need to remove it from there also if you want to remove the shortcodes.
Thank you!
Hi,
@Dhananjay, the Visual Composer plugin will work as before. they simply added a message for activation that does not interfere with any options or features of the plugin. You can ignore the message and use it the plugin like before.
@aph100 glad you managed to solve it. Please keep in mind that not all plugins work with our theme. This is the case with all premium theme as the code is custom and not all plugins can recognize it.
Hope this helps.
Thank you!
Hello Edward,
Glad too see you are doing well.
1) The code you are referring to in the sidebar is actually a social counter shortcode that does not get rendered because you do not have the plugin active. Either remove the social counter from the sidebar if you do not want to use it, or simply activate it from the plugins section.
2) This could be a plugin issue so please try to identify the plugin that causes it. please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the sidebar again.
Let me know how it goes.
Thanks.
Hi,
Updating using this method is basically useless. Lots of files were changed between these version and you have a lot to replace using all of the previous patches. The most “important” files have already been changed between these versions so you are better off updating the standard way and simply applying the customization again. It will be less work this way. Most of your customization will have to be re-added anyway even if you use the patches. If however you still want to try the patches, please request them via email and we will provide theme there (contact@tagdiv.com)
Thank you!
Hi,
In order to update the theme, you can follow this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
For visual composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Hope this helps.
Thank you!
Hi,
Css positioning cannot move one html element inside another container. You can position it absolutely if you want, but it will still have to be inside the specific container you want it to be in, this being the main menu container. I see the dropdown is added with a raw html code so you can probably ad it inside this file: http://screencast.com/t/FiNFLqodwi
You can create a div element and assign a custom class to it so you can later apply css for positioning.
If this is too difficult for you, we suggest hiring some help with it as we can only guide you in the right path. We cannot offer any customization services at the moment.
Thank you!
Hi,
Please follow this topic to rewrite the function: https://forum.tagdiv.com/topic/featured-image-category-link/
Thank you!
Hello,
Unfortunately we cannot offer any recommendation for a ratings plugin as we have not tested any of them. We have our own reviews settings so we did not need to test any plugins.
Thank you!