Code

Discussion on WPBakery Page Builder for WordPress

Discussion on WPBakery Page Builder for WordPress

Cart 407,563 sales
Recently Updated

wpbakery supports this item

Supported

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

22690 comments found.

Hey boss,

  1. Please check in Chrome Animations Single Image
    -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    

    Looks junky for me.

    The fix is linear instead of cubic-bezier
  2. Is there a way to modify colors of Pie Charts? They are Canvas right?
  1. A white flash for a moment during the animation but linear instead of cubic-bezier did fix the problem.
  2. There is
    public function jsScripts() {
        wp_register_script('progressCircle', $this->assetURL('lib/progress-circle/ProgressCircle.js'));
        wp_register_script('vc_pie', $this->assetURL('js/jquery.vc_chart.js'), array('jquery', 'waypoints', 'progressCircle'));
        //wp_enqueue_script('vc_pie');
    }
    

    in composer/lib/shortcodes/pie.php

    Can you provide a little snippet what should I do with that so de-register vc_pie and register my own?

Oh, wait, in regards to pie shortcode, I shouldn’t touch that code in pie.php right? Instead I can enqueue my own JavaScript file in pie shortcode template, right?

Yes, right.

Where can I select what goes in to the widgetized sidebar? My sidebars are not available in the drop down.

Thank you.

Hi,

You theme (or third party plugins) is responsible for registering sidebars in your site. When your theme will have sidebars, you will be able to add content to them in Appearance->Widgets in your WP Dashboard

Hey Mixey sorry again

is there any reason that this plug in will contradict the colour options for things like fonts etc that i have set with the theme.

www.commonlight.co.uk

i have made changed in the theme to change pretty much everthing all crazy colours so i can ID what section controls what, however everything seems to stay black or white

if it helps im using titan wordpress theme

Visual Composer relies on the theme’s styles. It adds minimum css (mainly for positioning elements, columns). With your theme styling you should style basic elements like p, headings, a (links) and so on. If you’ll add styles based on the IDs, then those styles will be applied only to elements with those IDs.

How do i wrap text around an image?

Hi,

You can insert Text Block and then place your image inside of it, in the Media library window, you will have an option to align your image.

Hi Mixey,

I love your plugin!

But there was a little problem when i’m using woocommerce.

I already activated custom post type integration in vc settings. But when i used it in product post type it always refreshed again2, the row & items that i added were all gone.

So i created vc in post, then copy the short code to the product post type. Could you fix this problem?

Many Thanks

Hi,

Could you please share more details via support ticket? If you’ll provide login credentials we could look for you. No one before reported any problems with woocommerce.

Hi there i love your plugin! You save my life! i spent hours searching for this.

Any chance we can get to do a logo slider on the footer with the plugin?

Btw being able to add the code instead of the link when adding a video could be nice too, i like to customize the thing a bit :)

Thanks!

Thanks for the nice feedback and suggestions! Yes, we have a lot improvements ideas.

Hi, Mixey. I really appreciate your plugin. It is great.

I’m making my own shortcode. I’m going to make my shortcode as container which can add other shortcodes inside it like accordion can have other shortcodes in it.

I added this in map.php file vc_map function, but this doesn’t have container interface which can add sub elements in it.

How can I make this?

Hi,

Please head over to support center and open support ticket. I’ll try to help you out. http://support.wpbakery.com

Hey guys,

Just wanted to say, thanks for bringing back the grid carousel, it works great.

Awesome plugin, great customer service. To anyone consider buying this plugin, I highly recommend it!

Cheers

Hi Mixey

this may be a real simple question, i have just bought your awesome code, however when i drop an image gallery in i get a nasty off center white box around it, is this normal

http://commonlight.co.uk/trainers/michael-andrew-2/

i am using a theme, so shoud i re work this code on a non themed site?

Im loving the functionality and would love to upload some already made templates or ideas do these exsist anywhere?

You are welcome!

Out of curiousity, is there some where i can find a list of this custom CSS so if i need to make amendments rather than hassling you each time

I’m afraid, but no. There’s no universal solution, I looked on your site and saw what have to be done.

I’m trying to sign up for support, but your support site keeps rejecting my purchase code. Any ideas?

Hi,

Please send me a message from my profile page. I’ll try to help you out.

Sorry, Mixey. I posted this message to the wrong page. I have no problem getting into your support site! Thanks.

Glad to hear that!

Hello Mixey,

you said the templates are saved in the data table. I can´t find it. Wich name have the table ?

Greetings

Take a look at wp_options table under the “wpb_js_templates” name.

p.s. Also have a look at Templatera addon, it’s very powerful to work with templates.

Hi

Is there any update about my question in category posts grid? My problem is the last post in all categories is not being displayed.

Please, I need at least a temporary solution because is for a client and need to buy the new license but need this solved before.

Thanks for your time!

For the record, the shortcode is being inserted in category description and there is where the -1 post happens, if I insert the shortcode in a page or in a post, all the posts are displayed

That is very important additional information. Also please keep in find, that Visual Composer was designed to work in page’s/post’s main “body”. We never tested shortcodes anywhere else.

Hi mixey, great plugin! Is there any way to define WP Recent Posts to just one specific category? Hope so… Regards! Pb

Hi, WP Recent Posts is default WordPress widget and it doesn’t have such a setting :(

P.S. Thanks for the nice words!

Hi again mixey, is there a list or something like that with all plugins compatible with Visual Composer? Or just the default from WP works? Regards,

Yeap, everything should work. Visual Composer is coded according to WP coding requirements.

I am having issues with content inside of the Tab elements on my webpage after updating to the new version. Please help.

Here is the page with trouble: http://riwg.subculturemarketing.com/nicole-gesmondi-photographer/

Hi,

I couldn’t see tabs used on that page. Please open support ticket for further assistance http://support.wpbakery.com

Here is some code to use Bootstrap (RC2) classes. It uses the same column sizes across all viewports. It will allow overrides to be made in the VC columns extra classes field.

This allows for 3/3/3/3 across lg, md, sm viewports and you could set 6/6 for xs viewports (by entering col-xs-6 in all of the VC columns extra classes). The script automatically handles adding all clearfixes required.

http://pastebin.com/qJp9SXvP $lCounter = 0; $mCounter = 0; $sCounter = 0; $xsCounter = 0; function custom_css_classes_for_vc_row_and_vc_column($class_string, $tag) { global $lCounter, $mCounter, $sCounter, $xsCounter; if($tag=='vc_row' || $tag=='vc_row_inner') { $class_string = str_replace('vc_row-fluid', 'row', $class_string); $lCounter = $mCounter = $sCounter = $xsCounter = 0; } if($tag=='vc_column' || $tag=='vc_column_inner') { if($xsCounter >= 12) { echo '<div class="clearfix visible-xs" />'; $xsCounter = 0; } if($sCounter >= 12) { echo '<div class="clearfix visible-sm" />'; $sCounter = 0; } if($mCounter >= 12) { echo '<div class="clearfix visible-md" />'; $mCounter = 0; } if($lCounter >= 12) { echo '<div class="clearfix visible-lg" />'; $lCounter = 0; } $xsSize = $sSize = $mSize = $lSize = 0; if(preg_match('/col-xs-(\d*)/', $class_string, $matches)) { $xsSize = $matches[1]; } if(preg_match('/col-sm-(\d*)/', $class_string, $matches)) { $sSize = $matches[1]; } if(preg_match('/col-md-(\d*)/', $class_string, $matches)) { $mSize = $matches[1]; } if(preg_match('/col-lg-(\d*)/', $class_string, $matches)) { $lSize = $matches[1]; } if(preg_match('/vc_span(\d*)/', $class_string, $matches)) { if(!$xsSize) { $xsSize = $matches[1]; $class_string .= ' col-xs-'.$matches[1]; } if(!$sSize) { $sSize = $matches[1]; $class_string .= ' col-sm-'.$matches[1]; } if(!$mSize) { $mSize = $matches[1]; $class_string .= ' col-md-'.$matches[1]; } if(!$lSize) { $lSize = $matches[1]; $class_string .= ' col-lg-'.$matches[1]; } $xsCounter += $xsSize; $sCounter += $sSize; $mCounter += $mSize; $lCounter += $lSize; } } return $class_string; } // Filter to Replace default css class for vc_row shortcode and vc_column add_filter('vc_shortcodes_css_class', 'custom_css_classes_for_vc_row_and_vc_column', 10, 2);

Thanks for sharing! This might be useful for other users.

Hi,

I am using a theme with built in custom shortcodes. My question is, will the plugin include the built in custom shortcodes of the theme I am currently using?

Is this compatible for WordPress multisite install?

Thank you!

Hi,

Yes it will work with multisite installation. And no, Visual Composer will not “catch” your current shortcodes. To make them work in Visual Composer interface, your theme author should “teach” Visual Composer with special instructions (settings) this is relatively easy task and many developers are doing that already.

Hi my flex slider from the image gallery option appears broken. It is not showing arrows or navigation and shows up in a box with dashed boundaries. It’s not even close to the flex slider shown in the VC demo. How to fix this?

Hi,

If Visual Composer came with your theme, then support related questions should be addressed to your theme provider.

Hi

1/5 columns are not support?

The layout is ruined when I write 1/5 + 4/5 ect…

Also is it possible to style the individual components? If there’s a CCS editor/tab in the plugin settings?

Regards Nick

We are using 12 column based grid. And there’s no 1/5 option (12/5=2.4)

You can write your custom css code in Settings->Visual Composer->Custom CSS eg

.my_class { background: red; }
and then in the Extra CSS Class field for your content element, you may use my_class class name.

Good day! After update to 3.6.10 all text goes in P (paragraph). In visual i make it not in P but in native wp editor they appears like i use P

Hi,

My question may sound naive but The Theme I just purched does integrate Visual Composer 3.6 Version.

I did purchased a few weeks ago your version 3.6.9

Can I install that newest version on top of the version proposed by the Theme without getting any conflict ?

Thanks for your time,

Cheers..

Most likely you will be welcomed by the conflict message. Your theme provider should update theme with latest plugin included.

Also you can try overwriting plugin files in your theme, but do this on your own risk. We can’t control what theme authors do within their themes and they may edited some plugin files.

Excellent, Thanks for your time,

Cheers..

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