22695 comments found.
Hi,
Have tried to use the Teaser post, just not sure what information it is pulling. wanted to create a carousel of staff members, but shows nothing. page type, category for Staff, even names of Titles, still show nothing on preview. any help would be appreciated Thanks
Please open a support ticket: http://support.wpbakery.com and provide us with more details (site url, login credentials, we will guide you throw)
@mcollins you can add class to a row actually but I agree would be cool to add id as well.
Hey I think it is a nice plugin, I´m very intrested for Charts, but I didn´t find any tourtorial that explain me this. In the video you show only things they are very easy to understand!! Also I tried it on the demo and I didn´t understand this! Can you explain me that!!
Pie Charts are very easy to use too. Actually, you can place it on your page and preview it, you will see default behavior. To customize it you can set value (from 0 to 100), Enter units (%, px, $, etc) add label (Sales, Revenue, Turnover, etc) and finally select color.
Give me an example, that I can try in your demo!!
demo.wpbakery.com/vc/wp-admin/post.php?post=111563&action=edit
Hi,
I have tried this plugin a few times on my test server, and love it. Ease of use is fantastic. But what I really wish is that there was a way to add a class or ID to a row as well as a column. THat way the ones that are good at CSS styling, we can style up each element easily.
Especially if we had a way to add a class per row, it means we can style a row consistent for a few rows on other pages. I am not sure if this has been asked or requested before.
Thank you,
Ciaran
Hi Ciaran, you can do that already. When you click edit row, you can enter Extra CSS Class name, same applies to each column (and individual content elements)
One more please. I did created an option for a row:
vc_add_param( 'vc_row', array(
"type" => "dropdown",
"heading" => __("Parallax scrolling", "js_composer"),
"param_name" => "parallax_scrolling",
"value" => array(__("Yes", "js_composer") => 'parallax_scrolling_yes', __("No", "js_composer") => '', ),
"description" => __("Enable parallax scrolling?", "js_composer")
) );
After selecting No from a dropdown and clicking saving the lightbox is closing. Then I again click Edit this row but there is Yes in the select is selected but not No in some reson.
Can you help please?
Your “No” selection doesn’t have a value (empty string), in that case dropdown items are using first element in the list. So you should:
a) change your values order (No first, Yes Second) b) add value for “No” selection.
Thank you very much! Works perfect!
Hey boss,
- 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 - Is there a way to modify colors of Pie Charts? They are Canvas right?
Hi,
1. Looks fine here. What concerns you have? 2. Yes, you can change them. I didn’t have a time to write docs for it yet, please see jquery.vc_chart.js file, you can initialize pie charts from your theme js file and pass colors.
- A white flash for a moment during the animation but linear instead of cubic-bezier did fix the problem.
- 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?
Hi,
This comes from your theme. It is using very “heavy” css selector, which applies to ALL ul items in the page body. Place this in the custom css code in the settings->visual composer->custom css section and save
#page_content_wrapper .wpb_gallery ul { margin: 0; }
thankyou so much that is great, if there is any place i can view templates or page layout ideas it would be great.
Hi Mikey, ive had a play, but i seem to be having a simliar issue with the tabs section
http://commonlight.co.uk/trainers/michael-andrew-2/could you let me know if there is something i need to do or if its my theme i need to mod?
#page_content_wrapper .wpb_tour_tabs_wrapper ul { margin: 0; }
thanks Mixey “your the best…. around nothings ever gonna bring you down”
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.