Code

Discussion on WPBakery Page Builder for WordPress

Discussion on WPBakery Page Builder for WordPress

Cart 407,480 sales

wpbakery supports this item

Supported

This author's response time can be up to 1 business day.

22686 comments found.

Hello, since the update I am over the button to edit but on page !!!

What do you do ??

Hi, you can not see Visual Composer button for edit? Please open support ticket at support.wpbakery.com and share your site credentials so our support team can take a look at your problem and help you out.

Knowledge Base · Official Support · Facebook · Twitter

When are you releasing the next VC update?

Hi, we are planning to release update with fixes within 1-2 week – still working on minor improvements. Afterwards we will continue to work on next big update, but this will take some time for sure as we are changing our release process to improve product quality before releases.

Knowledge Base · Official Support · Facebook · Twitter

Hello, First off I love VC, I was using pagebuilder but recently switched. I am curious if there is a way to do a 1/5 + 4/5 column set up under the custom layout settings? When I type it in it does not accept it. Alternatively is there an option to set the columns in various percentages like Pagebuilder? PB has a slider you can set any combination of percentages which works well in some areas. (i.e. 24% + 46% + 30%). Thanks

Hi, thanks for kind words – appreciate that. As for your question – Visual Composer is based on Bootstrap grid principles – 12/12. Currently Bootstrap does not allow using x/5 for column creation. You should look into layouts which are according to 12/12 grid principles/ Here is a quick overview: http://www.w3schools.com/bootstrap/bootstrap_grid_system.asp

Knowledge Base · Official Support · Facebook · Twitter

When updating to the latest version it’s completely messed up layouts due to the fact that images are not scaled inside their containers anymore. Seems to be a Firefox (35.01) only problem.

Please advise!

The problem lies in the css…

.wpb_single_image .vc_single_image-wrapper { display: inline-block; }

Changed to

.wpb_single_image .vc_single_image-wrapper { display: block; }

And that did the trick

Hi, yes, we are aware of it – in the next update scheduled soon this fix will be included.

Knowledge Base · Official Support · Facebook · Twitter

i can’t find “Row – Design Option” please help me. i am tired with Remove Spaces Between Adjacent Rows

Hi, Design Options of Row is available as a tab in Row edit param window. If for some reason they are not there it could be so that your theme author disabled them for some reason. I would recommend to open a support ticket at support.wpbakery.com and share your site credentials so our support team can take a closer look and help you solve the issue.

Knowledge Base · Official Support · Facebook · Twitter

Love, love, love Visual Composer. I have an opportunity to add a progress bar to a page to track donations and have been trying to change the background colors to anything but gray, but gray is all you get. Just wanted to bring it to your attention to see if it’s happening to everyone, or just me.

Hi, just checked progress bar and it worked just fine at our end. Could you please open support ticket at support.wpbakery.com and share you site credentials and URL where we could see problem. Our support team will be there to help you out. And of course – thanks a lot for kind words and glad that you enjoy using Visual Composer.

Knowledge Base · Official Support · Facebook · Twitter

VC progress bars do not work on bbPress or BuddyPress pages.

Hi, could you please open support ticket at support.wpbakery.com and provide URL and also site credentials so our support team can check it out at your end and help you out.

Knowledge Base · Official Support · Facebook · Twitter

Hi there,

the new Post Grid element is just what I needed; thanks a lot.

Just one thing – is there any way to make it work with default featured image selector plugins, like Default Thumbnail Plus (https://wordpress.org/plugins/default-thumbnail-plus/), as a standard loop does?

Regards, Tim

Also, the “Load More”, lazy loading and pagination do not seem to work. I’m using the Ultimatum theme.

Hi, we haven’t tested it with featured image selector plugins, but I will add it to our to-do list. Thing to mention: plugin you suggested looks a bit outdated.

As for lazy loading and load more – check if you have any errors there in browser console and you are using latest version of VC. I can not comment on Ultimatum case, because they make some modifications of VC which we are not aware of and I would recommend to talk to them directly or consider switching to default version of VC.

Knowledge Base · Official Support · Facebook · Twitter

I just tried your demo but i couldn’t control the size of images on post grid.

Hi, currently there is no strict size control for post grid images, nevertheless we are aware of demand and looking into ways to introduce it. Thanks for your request.

Knowledge Base · Official Support · Facebook · Twitter

Hello,

I love your product and use it a lot.. but.. I have gotten some error messages later and they seem to be connected to the Visual Composer.

1. I get an error message when I try to backup my site with Backup Buddy. It comes from the Visual Composer.

Details: Uncaught ReferenceError: Color is not defined.

URL: http://www.mydomain.com/wp-content/plugins/js_composer/assets/js/params/composer-atts.js.

Line: 105.

2. I get this on my landing page when in debug mode..

Strict Standards: Non-static method WPBakeryShortCode::getExtraClass() should not be called statically in /customers/0/8/b/mydomain.com/httpd.www/wp-content/themes/royal/framework/theme-functions.php on line 2213 Strict Standards: Non-static method WPBakeryShortCode::endBlockComment() should not be called statically in /customers/0/8/b/mydomain.com/httpd.www/wp-content/themes/royal/framework/theme-functions.php on line 2505 Strict Standards:

I have no idea what it means. Do you know? Nr 2 is not a big deal, as it goes away when I turn off debug mode, but I cannot back up my site because of the error in Nr 1.

Help! :)

Best wishes, Emelie

Hi, it looks like there is a compatibility issue between VC and Backup Buddy. Could you please open support ticket at support.wpbakery.com and share your site credentials and ftp access in the ticket so our team could take a closer look.

As for second – it seems your theme is trying to extend VC and triggers this. I would recommend to talk to your theme author as he can take a look at it.

Knowledge Base · Official Support · Facebook · Twitter

Hi Guys ! Just one more vote for the “Add a Row-ID custom field” feature request :D

It would really really help ^^

Hi, already working on it :) Thanks for your request.

Knowledge Base · Official Support · Facebook · Twitter

Goood ! That’s a very good feature :)

Good work of course, but in the last version, drag and drop don´t work. imposible move elements row to row.

Hi, which version you are using? This was an issue with older version of VC and latest WP 4.1. Please confirm that you are using latest VC 4.4.2 currently.

Knowledge Base · Official Support · Facebook · Twitter

Hi guys,

I am having problems with the “button 2” in my Visual Composer.

I cannot set the URL after clicking the button. Nothing is happening basically after I clicked the button to define the URL..

However, when I do the same with “button 1” – defining the URL, as I just have to complete the form, so no button there, works well..

Looking forward to hearing from you..

Hi, could you please open support ticket at support.wpbakery.com and share your site credentials so our support team can access your site and investigate your issue.

Knowledge Base · Official Support · Facebook · Twitter

Okay, I’m a relative CSS novice and I’m not sure where to put the quickfix code to resolve the problems with the single image block in Firefox.
.wpb_single_image img {
    width: 100%;
}
—where does it go? Or alternatively, another user recommended .vc_single_image-img {width:100%;} —where the heck do I put it?

I am having the same problems with text overlapping onto images. The site is www.duluthenergy.org--most noticeable at www.duluthenergy.org/dash-to-the-cash.

I assume IE8 compatibility isn’t high on your list of things to deal with, but some of our partners still use that browser and the site looks rather mangled in it—is there any way at all around that issue?

Hi, you should copy it into Settings/Visual Composer/Custom CSS. As for IE8 there are a lot of drawbacks in this version of IE so to make VC fully compatible with IE8 means cutting out some latest things that are available in new version of IE and/or other browsers which is not an option. If creating separate version for IE8 it takes too much time comparing with outcome as Microsoft also plans completely cut out IE8.

Knowledge Base · Official Support · Facebook · Twitter

Thank you! I was looking in the wrong place, which was why I wasn’t having any luck with the quickfix earlier. It looks beautiful now in Firefox and I’m delighted.

Yeah, I realize that Microsoft isn’t supporting IE8, which is why I’m bewildered that people I’m working with are actually still using it. I really appreciate your quick answer!

Can you tell me why there are no gaps between my columns. I’ve tried different formats and I still cannot get gaps. I used to get them with other websites, but not now. I’m using Sudio Press’ Genesis platform with the Enterprise Pro theme.

Hi, currently there are issue with gaps. We are thinking on how to implement this feature in our future releases. As a workaround I could suggest using inner row within columns for now.

Knowledge Base · Official Support · Facebook · Twitter

I did that. It didn’t work. It used to add the gaps by default; what happened? I don’t want to design a bunch of pages and later on have to go in and redo them because of this. It’s a waste of time.

Any updates on this? I would rather not do double work because of this.

Hello! Is it possible to add custom icons to icon element?

Hi, this is not yet documented, but approx. process is following: Add icons param to vc_map with type “iconpicker” like:
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', 'js_composer' ),
'param_name' => 'icon_openiconic',
'settings' => array(
'emptyIcon' => false, // default true, display an "EMPTY" icon?
'type' => 'openiconic',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'openiconic',
),
'description' => __( 'Select icon from library.', 'js_composer' ),
),
Next update icon source dropdown to add value in it(check dependency also).
vc_map_update param :icon_type add __( 'Your icon set name', 'js_composer' ) => 'your_icon_set',
Next addd filter: vc_iconpicker-type-[TYPE_FROM_ICONPICKER_SETTINGS] ( like vc_iconpicker-type-fontawesome) and return array in this function (check our wp-content\plugins\js_composer\include\params\iconpicker\iconpicker.php ) to se how-to and last part is to enqueue css when needed: add_action vc_enqueue_font_icon_element (see our \vc_icon_element_fonts_enqueue function) and enqueue needed css: function vc_icon_element_fonts_enqueue( $font ) { switch ( $font ) { case ‘fontawesome’: wp_enqueue_style( ‘font-awesome’ );

Knowledge Base · Official Support · Facebook · Twitter

@wennemar

thanks a lot for your help! I had same troubles…

Your fix helps:

.vc_single_image-img {width:100%;} to my Editor css and that seemed to fix things for the Firefox browser.

Hi, I’m working on a customer website (VC is included in their theme) and, when I try to share the homepage, it’s not sharing the good text for the description it’s showing this : [vc_row no_margin=

I have tried to use SEO by Yoast to modify this problem. The title changed, the image too, but the description stays : [vc_row no_margin=

It’s a real big problem for my customer. For sure, when they are sharing by themself, they can change the description, but when it’s a visitor who will share their page, they won’t change the description and it’s really bad…

Could you help me please? Thanks in advance.

Hi, ok, I will rise this question to our devs for testing so what what’s the situation with it.

Knowledge Base · Official Support · Facebook · Twitter

Thanks, I appreciate it. Waiting for a solution. :-)

Hi,

Do you have any returns for a solution with that problem? My customer really want that it work correctly. I will really appreciate it.

Thanks.

Hello! I’m trying to translate my visual composer to portuguese. How I can do this?

Hi, there is already Portugese/Brazilian translation ready. All you have to do is change your WordPress language.

Knowledge Base · Official Support · Facebook · Twitter

I did this, but nothing happens and the plugin still in english

Hi, great plugin but I have a problem. The media grid gallery is sometimes not aligning all the images properly. They will be stacked together, with some behind the others etc. Refreshing the page makes it go away every time it seems. Im using the latest version as at 6th Feb.

Heres how it looks

http://i.imgur.com/XNK1Jor.jpg

Hi, we haven’t received such complains before, I would recommend to open support ticket at support.wpbakery.com share your site credentials and try to catch scenario on how to replicate it so our team can take a closer look at your end.

Knowledge Base · Official Support · Facebook · Twitter

Hi, wpbakery have had a thorough look at they have told me its the theme. We diabled all plugins and the problem persisted, they switched to the 2014 theme and the problem went away. What do I need to do for you to investigate further for me? Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey