22685 comments found.
Hi. I have this plugin with a bundled theme. If I purchase this plugin, will it be any faster? It takes about 1 minute to save the pages and more than 1 minute to preview. Is this normal?
Hello, The time to save and preview depends upon the number of elements which are used on a given page and the server response time at your end.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
how long does WPBakery when i buy a theme with this plugin included like copy version?
Hello, If we understood correctly, you are referring to time gap from purchasing the plugin and using it with the theme? If that is so, then you can use the plugin instantly after purchasing it by installing it as per: https://wpbakery.com/video-academy/install-wpbakery-page-builder-plugin-wordpress/
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hi. I love your page builder and it has really made building a website something anyone can do. Especially when you consider the addons that are offered for your product, I’m pretty sure I could teach my Grandma in a day. Despite these amazing qualities, I would like to hide the generator metadata that is displayed in the coding. I’ve tried the solutions you’ve posted in previous posts but have found that it does not solve the issue. It actually returns an error. The code I found was:
add_action(‘init’, ‘myoverride’, 100); function myoverride() { remove_action(‘wp_head’, array(WPBakeryVisualComposer::getInstance(), ‘addMetaData’)); }
Could you please help me out?
Hello, We are glad to hear that you are liking our product. Unfortunately, at present, the generator meta tag cannot be disabled. But, we are planning add a hook/filter in future so that the user can do so from their end.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
I made my footer in ‘posts’ using visual composer. I am just doing a regular wp query to get the content in the footer. When I add styles to the section or rows in the footer is doesn’t seem to render out or apply. I am loading visual composer already on my page. I also added this into my functions file
add_action( ‘wp_enqueue_scripts’, ‘add_theme_stylesheet’ );
function add_theme_stylesheet() { wp_enqueue_script( ‘wpb_composer_front_js’ ); wp_enqueue_style( ‘js_composer_front’ ); wp_enqueue_style( ‘js_composer_custom_css’ ); }
but still not getting any luck. Any ideas why my styles aren’t being applied to my footer?
<?php $args = array( ‘p’ => ‘131’, ‘post_type’ =>’post’, ); $the_query = new WP_Query( $args ); // The Loop if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query>the_post(); echo the_content(); endwhile; endif; // Reset Post Data wp_reset_postdata(); ?>
Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Even if I select to hide a row, in some cases, it still shows… How can I fix it?
Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hi, I’ve noticed that links don’t work in captions when added with your single image, can you tell me if this is going to be fixed?
Also, do wbakery pagebuilder pages work with visual composer if I was to upgrade to that?
Hello, The html is currently not supported by single image captions. However we already have it on our list to check it’s possible implementation while revamping the image element in future. We would not recommend running both the plugins together. Since both are separate plugins, the content created with one cannot be used by the other and hence it should be rebuilt.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
is it possible to create multiple column on mobile?
Hello, Yes, you can do so by changing the column width on mobile via column responsive options: https://wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hello. I have serious problems with your plugin on my VPS host:
I have a hosting with 4 cores on SiteGround Cloud Hosting.
Use case: I want to edit 3-4 wordpress pages (not sites!) simultaneously in the WP Backend. And if the site is running WP Bakery Page Builder I get a 503 error:
“The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”
cPanel Error Log: ....... Mon Jan 22 09:50:16.679229 2018 [pid 10596] Execute of /home/site/public_html/index.php stopped because of load 153.44 Mon Jan 22 09:50:16.679078 2018 [pid 10596] Execute of /home/site/public_html/wp-admin/admin-ajax.php stopped because of load 153.44 .......
Upgrade to more cores makes no sense to me, since my WP sites have not so much traffic and I have to keep in mind that all sites will no longer be displayed if such an error occurs.
Can you tell me what is happening?
I have the same problem with different themes and instances.
If I deactivate WP Bakery Page Builder I have no problems…
That are no good news about the performance of Visual Composer too: https://kinsta.com/blog/admin-ajax/
Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate the issue further at your end.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Got this from your support. i hope it will be fixed soon:
“Hi,
Yes, the issue is due to the number of requests generated which the server cannot handle when many pages are edited simultaneously. Each element on a particular page make a request via admin-ajax.php file when the page is edited or saved. The number of requests increases by the type of elements and their number on a given page. For eg: In a gallery each image makes one request. This increases many folds when multiple pages are edited simultaneously and if the server cannot handle these requests, then it can lead to such an issue. We are planning to enhance this in future while revamping the plugin code, so that the number of requests can be reduced. A work-around at present will be to edit one page at a time, so that number of requests can be minimised to the number of elements on that particular page.
Thank you”
Hi,
I know, this question is asked before… But when i add a image via the PaAge Builder, the title attribute of these images is missing.
How do i include the title atribute?
I found this question many times, but i only see the answer that this will be fixed after a update of WPBakery 
Hello, The single image element currently does not support title attribute. It does support alt attribute of the image. To add a title attribute, you can override the html output of the element as per: https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524369/Change+Shortcode+s+HTML+Output to pull the title in the output.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hi, great plugin! You are my lifesavers, keep up the good work.
Hello, Thank you for the kind words. It means a lot to us.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hello,
I would like to “Activate” WPBakery Page Builder license key.
WHERE DO I PLACE IT!
This is not easy….
Please advise
Don’t have direct license yet?
ANSWER: “I do”
Hello, You can activate the plugin license as per: https://wpbakery.com/video-academy/activate-wpbakery-page-builder-wordpress-license/ It is not required to manually enter the license as the above process will automatically do it at your end.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
The button link in the Hover Box don’t work on Safari. Do you have a solution ? Can you tell me the file that I have to modify temporarily to make it work while waiting for the update?
thank you very much
Hello, At present you can try using a CSS code: div.vc-hoverbox-block.vc-hoverbox-front { z-index:-9999; }
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Ah great !! You are the best !! It works very well !!
Hi, so my problem relates to sorting products in woocommerce, and the ‘product category’ element. I’m displaying different pages with different categories, using the ‘product category’ element. Some of my products appear under multiple categories. When I first sort the products for the first category, everything works fine, but when some of the other products are sorted for a second category, they refuse to be sorted correctly, I’m assuming because their sort order applies to the first category under which they were sorted. Is there anything I can do to fix this, so that I can sort my products under each category, even if the products are in multiple categories?
Thanks for your time and sorry for the convoluted question.
Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hey guys !
I have a problem, with 80% of my websites… I have do the updates, delete the plugin for reinstate it and i have always a white page on the theme options page for VC… the plugin is activate and nothing works … And on the all pages the backoffice VC doens’t work… i have HTML codes on the texte box… please help !! Thank you
Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
I have a sandbox site hosted on another domain where Visual Composer won’t update. How do I enable both domains with my regular license?
Hello, A given license can be only used on one setup. If the other is a development site, then you can use manual updating process on it as per the second method suggested here: https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524313/Update
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hello, I have some clients that lament issues with VC and PHP 7.2. I tested it too and actually VC doesn’t work. I see some comments here above about this issue and since Wordpress supports PHP 7.2 officially https://wordpress.org/about/requirements/ I would like to know what’s your position? Any chance to see a fix soon?
Thank you in advance, best 
Hello, Our development team is already planning on an update to make the plugin fully compatible with PHP 7.2 release.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
The in-stock license applies only to the envato market. Can I use a license outside the envato market, and include Composer to my item?
Hello, If the theme is sold via a marketplace such as mojo, creative market, etc. then you can use the extended license of the plugin to include it within the theme.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Hi, I would like to purchase another license but you need to give me some discount guys. Please send me a discount code at amaconline@gmail.com . Many Thanks.
Hello, The discounts are offered for 30+ license purchases. If you are planning to do so, then please check our bulk discount section: https://wpbakery.com/wpbakery-page-builder-license/#1438688692258-c545422b-16be for obtaining it.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
I’m sorry for disturbed you i use you product with themes BeTheme and The7, i’ll try made my own grid in builder, but in frontend i see my post as in vertical column http://prntscr.com/i3ljfi. I’ll try new, i’ll try edit template, anyway show as vertical. But when i use Grid element template in plugin default (add new) thats allright show as horizontal http://prntscr.com/i3lkre. Please help as you can
Hello, As you got the plugin within a theme, you will need to contact your theme author for support or use our support at support.wpbakery.com (You will require a direct license of the plugin for support access).
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.
Advice needed:
I have to transfer 200+ tables from another site into Wordpress.
Considering using this plugin (b/c it sounds awesome), but I’m wondering if it’s possible to create (separately, not while editing a product page) tables or “modules”, and then add them into the product page via the composer.
Basically, what I want is something that I can:
1.) Create a sample “module”. 2.) Export it to CSV / Excel. 3.) Merge (a lot more) data into it. 4.) Re-import it into the system. 5.) Attach it as needed, to product pages.
Sort of the same process as creating galleries, then inserting them with gallery ID or shortcode. But for a table of data.
Hello, We do have a table add-on: https://codecanyon.net/item/easy-tables-table-manager-for-visual-composer/5559903 which will allow you to create tables easily. Unfortunately, it does not have import/export functionality along with merging.
Knowledge Base ·
Official Support ·
Facebook ·
Twitter
Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.