- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to Update the WPBakery Page Builder plugin
Hello,
Unfortunately you cannot use visual composer on category pages. You could redirect your categories to pages either by a redirect plugin or by creating a 301 redirect in your .htaccess
Thank you!
Hello
I changed role manager setting for subscribers and visual composer view disappeared.
Regarding contact form, I noticed that it has disappeared too, I don´t know exactly the reason because I didn´t change anything, but it´s what I wanted.
Thanks
How do I use the Visual Composer category page? Or, how can I direct the category page to a regular page?
Can I do this?
Hello Lars.
Unfortunately as the plugin is not tested to work with our theme we have no idea on the plugin functionality. The tested form plugin is contact form 7. Any other form plugin we cannot guarantee to work 100% and we cannot offer plugin implementation support. In a quick search through our forum i see users that have gravity form and use it successfully. You can try to see if there is no conflict with another plugin. You can try to disable all other plugins except visual composer and gravity forum and see if it works. IT seems that Gravity Forms Auto Placeholders plugin is causing problems and we have reports here on the forum of speedbooster causing gravity forms to disappear. Try it out and see how it goes.
Thank you!
Hello,
Please make sure you use the theme registration http://screencast.com/t/vjTvAtZk9es and not the wp default one or a plugin related login. Other plugins could conflict with our widget so try it without plugins. Disable all of them except visual composer and check again.
Let us know how it goes.
Thank you.
Hello Albert,
If you want to restrict the access of Visual Composer panel for some users, you can set it from Visual Composer settings, like this: http://screencast.com/t/tx4K0RmxayKJ and for Contact Form 7 it is more complicated because are required to insert some snippet code in core file to hide the panel for some users. For more information about “How to do this”, please check this topic -> https://wordpress.org/support/topic/plugin-contact-form-7-hide-contact-form-settings-in-admin-panel-for-editors
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
Check the browser console to see if you have any javascript errors, they appear in red – http://screencast.com/t/wfLNSiRpAdH
Analytics uses javascript and any js errors may break/alter it’s data retrieval process.
If you find errors try to disable all plugins except for Visual Composer and check if the errors are still there. If they are gone enable the rest of the plugins one by one until you find the one which causes this issue.
Once you find it check it’s settings or look for an alternative.
If you don’t find any errors please send us an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin access so we can take a look.
Thank you!
Hello,
Please try to disable all your plugins except visual composer, clear cache and reset cdn if you use it. It could be a plugin conflict. If the problem is still there, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Also include a link to this topic.
Thank you!
Hope this will explain. I’m inserting a row element from the visual composer in all the posts using ad inserter plugin. The code is given here
[vc_row equal_height="yes" content_placement="middle"][vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_3" spot_title="Advertisement"][/vc_column][vc_column width="1/2" offset="vc_hidden-xs"][vc_wp_posts number="4"][/vc_column][/vc_row]
It shows the result like this

How to add the custom CSS to this particular row that occurs in all the posts. For example how to set the margins for this row. I tried the code given below but this did not show any changes.
[vc_row equal_height="yes" content_placement="middle" css=".vc_custom_1451362361094{margin-top: 15px !important;margin-bottom: 15px !important;}"][vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_3" spot_title="Advertisement"][/vc_column][vc_column width="1/2" offset="vc_hidden-xs"][vc_wp_posts number="4"][/vc_column][/vc_row]
Thank you for the reply.
-
This reply was modified 10 years by
Pradeep Augustine.
Hello
I would like to know how to hide visual composer and contact form 7 plugin view from user panel. I refer to registered users when they access to their profile. I notice that they appear and I don´t like to give these irrelevant information to them, just editing their profile tab.
Thanks
Hello,
1) The woocommerce shop page has no title by default. (If you use the default shop page)
You can create your own shop page in visual composer and add elements to it and set a title and then set it as your shop page from the woocommerce plugin: http://screencast.com/t/XfOLJ9hfdMYQ
2) I cannot know for sure how you want the formating to be on your product page.
You can use css to style the titles:
.single-product .product_title {
font-size: 14px!important;
line-height: 20px!important;
}
You can use another css code for the prices:
.single-product .product_title {
font-size: 14px!important;
line-height: 20px!important;
}
.single-product .product .summary .price {
font-size: 14px!important;
}
I hope this helps.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello Jean-Paul,
If you want to use the Visual Composer in your header, it is neccesary to use do_shortcode from the generated code of the Visual Composer. You have to insert this in header_style used by you. (header_style_1, header_style_2, ….).
Below, I gave you an example for header_style_1 and I added a text block in this kind of header with Visual Composer. You have to follow these steps for any header style used by you – http://screencast.com/t/6gTYtbdo
Useful screenshots -> http://screencast.com/t/y1sREKfU – http://screencast.com/t/IcFTzoWYJ
Also, you have to make a different class with this shortcode because you will to need of this because are required to do some customisation using Custom CSS to give a better look.
<?php echo do_shortcode('enter visual composer element here');?>
The result you should see here: http://screencast.com/t/RSzP7Xol
Hope this helps and let us know how it goes!
Thank you for the message!
There is a note (Sidebar position/Custom sidebar):
The settings from this box only work if you do not use visual composer on this template. The template detects if visual composer is used and it removes the title and sidebars if that’s the case.
Is that the reason and what can I do???
Hello @blackgold, @sailingchance,
I’ve checked on my side this tested plugin and everything seems to work properly and the sidebar too.
Please ensure that do not exist plugins in conflict. Please try to disable all the active plugins, except Visual Composer, clear all your caches and install only the plugins that come bundled with our theme and try it again. It is possible to use some miscellaneous untested plugins which cause a lot of errors in our theme.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Harry,
It will be much easier for us to see your request if you create a new topic with your issue. You can follow this guide to use visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/
You can also follow this video guide to see how it can be done: https://www.youtube.com/watch?v=ss-BEobegAw
I hope this helps.
Thank you!
Hi
Please make sure that you installed the Visual Composer plugin according with our documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all others plugins, clear all caches and test again. Also make sure that you have post which correspond with the filter set in grid settings: http://screencast.com/t/GfSBnwKVd0H For more details about Visual Composer usage please check our documentation: https://forum.tagdiv.com/how-to-use-visual-composer/
If you still can’t manage to solve this issue please provide your site url so we can take a closer look at this issue.
Thanks!
Hello xmirz0,
I’ve checked your website and I saw that you have a lot of js. errors in your console, as you can see in this screenshot: http://screencast.com/t/j77VamREbw These errors might come from conflict plugins. Please try to disable all the active plugins, except Visual Composer, clear all caches, purge the CDN files if you used and install only the plugins that come bundled with our theme. Also, please try to identify what kind of plugin create this issue, disable all of them and install one by one and check which plugin generates the issue. We recommend using only our tested plugins, like this: http://screencast.com/t/f9BQ7y11TM If you want to use other plugins, please notice that we cannot provide support for this kind of untested plugins, sorry!
After this advice, if your problem is still there and your mobile menu still not working, please let us know.
Hope this helps!
Thank you for your understanding!
Definitely some kind of conflict somewhere with the new version of visual composer.
1, I’ve deleted the theme, deleted all the plugins
2, Reinstalled everything as it was and the same problem re appeared
3, I went back and disabled all plugins
4, Deleted the new visual composer plugin and the social share
5, Reinstalled a previous version of VC from early November, not sure which version
6, Activated plugin, checked pages and everything is fine
7, Activated social plugin and everything still fine
8, activated all other plugins, everything still fine
I had saved a previous template in VC for use on my secondary nav pages, I tried to load this page template again with the older version of VC and this again produced the same broken results as before the VC plugin downgrade
Just tried to save a vc template again with the older version of VC and this again produced broken results when loaded with the backend editor so I’m not sure what’s going on now….. I can create pages manually without reproducing the broken elements but would like to get to the bottom of it.
Let me know if you have any ideas what might be causing this erratic behaviour, this is all since the server migration though so who knows
Hello,
Please try it without plugins. Disable all of them except visual composer, clear cache and check again. It could be a plugin conflict that causes it.
Let us know how it goes.
Thank you!
Hello doran,
I’ve tested on my side and everything seems to work properly. This is the original size of the thumb used by the theme. This thing you should see here: http://screencast.com/t/IfHJMtXc – http://screencast.com/t/513dm70GHOYr – http://screencast.com/t/lp8qXWPIt4ev
I suppose that your original size is different of this block and it becomes to original size (218 px) when the number of posts is 1…this is strange…and might be a conflict plugins. Please try to disable all the active plugins, except Visual Composer, clear all caches, purge CDN file if you used and install only the plugins that come bundled with our theme and try it again. If the problem is still there, after this advice, please let us know.
Hope this helps!
Thank you for the message!
Hello,
Please try to disable all plugins except visual composer, clear your cache and reset cdn if you use it. Also if you have any modifications to your logo, please check them as well and try it without modifications as well.
If the problem is still there afterwards, please provide a link top your website so we can inspect the issue.
Thank you!
Hello,
Please try to reinstall the theme via ftp: https://forum.tagdiv.com/install-via-ftp/ and make sure you try it without other plugins. Disable all of them and then install visual composer. You can also check for hosting settings. Please use this guide to see if your settings are in order: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi
I am not sure I understand your request. The indicated grid can be used as block on your site. You can chose where to use it from Visual Composer pagebuilder: http://screencast.com/t/RtgUahCd7
The grid wasn’t designed to have a vertical layout. To achieve that you will need lots of customizations in theme’s core files and I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
If this is not what you mean please provide more specific details about what you’re trying to do so I can get back with a more accurate answer.
Thanks!
Hello tagdiv,
I want to show some piece of text to the bottom of all the posts. Im doing it with the help of some plugin and the help of the row element from the visual composer. Everything is working fine. But i was not able to adjust the margins and the paddings. Is it possible to adjust the margins..? Check any posts in http://www.getcooltricks.com . I used the post editor to get the code for the row element with an adunit and a text block for responsive layout. The margin property works fine in that but when i use the same code to display the content after all the post content the margin propert is gone missing. Visual composer writes the custom margins as the post meta data. can i add it to all the posts..
Just need a guidence. Thanks in advance.
Hello muaythaiguy,
Each demo content is using a different CSS source and it is possible to cause same conflicts with your plugins used. We have a list of tested plugins and we recommend to use all of them because do not produce conflicts with our theme. This list you should see here: http://screencast.com/t/AoPtEGlpNgA If you use others plugins, we cannot provide support for this untested plugins and is possible to appear some errors. You have to disable all the active plugins, except Visual Composer and install one by one and check what the plugin may produce this error and try to replace it with another plugin with the same function.
Hope this helps and let us know how it goes!
Thank you for the message!