CodeCanyon

Visual Composer for WordPress

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • United States

Is there a way you could make this plugin integrate with Advanced Custom Fields (ACF) by Elliot Condon? When Visual Composer is enabled, it will add the default WP editor above my custom fields created with ACF . I’d like for Visual Editor to be available to the WYSIWYG editor of any custom fields created with ACF . Here’s a link to ACF :

http://wordpress.org/extend/plugins/advanced-custom-fields/

Thanks again!

mixey
mixey Author

Thanks for the suggestion. I’m putting this into “consideration” list :)

BaneyDesign

Thanks again, mixey. I appreciate your timely responses, and it’d be cool if the integration with ACF comes to pass! :)

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 1-2 years

Hi,

i want to add a html code. So i think for that i can use the text editor. So when i add the html code than i can´t see anything on the Website. Have you any ideas?

mixey
mixey Author

At the moment there’s no content block for placing raw html code. In the next version it will be added.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

I have another example to show that my image grid is not working. when i place 8 images like the example it stacks the images verticalls unlike the examples shown that does it horizontally. Can you please help me fix this?? also when opening this example page on internet explorer it gives me a stack overfflow at line 139 error and does not show any images. Thanks

mixey
mixey Author

Please share your url, where you see the problem

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
http://test.medcruisecafe.com/?page_id=1018 forgot to add the page to my last post
mixey
mixey Author

Your gallery width is set to 1/4, try making it wider.

Default-user

its showing me the width is set at 100%?

mixey
mixey Author

try interacting with it… make it smaller, then back to original size and re-save your page.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

The plugin doesn’t seem to be adapting the style of my theme, is there a way I can change that? Thank you, I apologize in advance if it was listed in documentation or comments, I may have missed it.

mixey
mixey Author

In case you want to override default elements styling, you should place your css rules in the theme’s style.css file

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
blissmom Purchased

Hey there, I wrote to you about not being able to install this plugin. Haven’t heard back. Is it absolutely necessary to install WinAce to make this work?

mixey
mixey Author

Please make sure to unzip original file that you’ve downloaded. Inside of it you’ll find documentation and plugin .zip file (that should be uploaded to your site).

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 1-2 years

Hi, When I add a new tab or tour slide, how do you add content to the added slides? I see there is the edit content window under each initial tab given, but I can’t get any text for the new slides/tabs that I make. Is there a bug or something I’m doing wrong?

Thanks, AB

mixey
mixey Author

Please take a look here: http://www.screenr.com/v4x8

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

I have messaged support on their forums multiple times to be ignored, They msg’d me ONCE and now aren’t replying, It is conflicting with my theme, And my client needs it up ASAP .

mixey
mixey Author

Sorry, long national holidays over here. I replied to your thread.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
rhj123456 Purchased

Bug in the tabs.

If you add in tabs, and you do more than the default of 2, on the next one you will have nowhere to put content and so on with all new tabs.

Can you fix this??

Rob

mixey
mixey Author

Please take a look here: http://www.screenr.com/v4x8

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • Italy

Hello, your plugin is compatible with the theme of U-DESIGN?. thanks

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Any thoughts on this? There were two issues here:

My main menu which is responsive seems to be missing when viewing on my iPhone now that I am using visual composer. Heres a screenshot from my phone. The menu should be a dropdown below my sm icons. http://db.tt/OR2xRFTB

Second the page I used the visual composer with seems to be displaying fuzzy text. Here’s a look. http://db.tt/ZeZlZoLA

I don’t think that can be my theme because I never changed anything and it was working before I installed and used Visual Composer and I have the same theme on another one of my sites and it has the same setting but the navigation is displayed on my iphone….

mixey
mixey Author

Please paste this in the end of style.css file in your theme or special css file in your theme for custom css rules.

.responsive-menu-wrapper select.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: none;
    position: static;
}

I checked your page on my iPhone and it doesn’t look blurry.

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years

Obviously this great plugin works for the page layout… what about the theme… do you have to make that separately install it and then build the pages… I guess I’m missing something in the demo. Thanks!

mixey
mixey Author

With Visual Composer you can build only page content, not theme itself. So you should have a theme installed in your WordPress site.

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years
teekid Purchased

Hello,

Is there a way to make the slider arrows darker? On a white background they are impossible to see.

mixey
mixey Author

What slider you are talking about? I can help you with a css bit to change them.

Default-user
teekid Purchased

Flex slider slide…need the arrows to be darker.

Thanks

mixey
mixey Author
Create 60×30px png image, upload it your server and add this css line in your theme css file
.wpb_flexslider .flex-direction-nav li a { background: url(path/to/your_image.png); }
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
Armandot6 Purchased

What solution do you recommend for “wpautop” adding p tags before and after the short codes?

mixey
mixey Author

in some themes wp was wrapping html comments in p tags and as a result extra spacing was added. I removed html comments from generated code. Please try updating your plugin

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
Armandot6 Purchased

So heres my problem: WP Bakery uses short-codes to layout the content, however, WordPress adds additional p tags tags to the short-codes which messes up the layout adding one to many lines.

So i thought to turn off the” wpautop” filter which would solve that problem and i would just need to add the br and p tags manually, however, whenever you toggle from HTML view to Visual view the tags entered get striped out whenever going to visual view. So the only way to keep my tags as a want them is to save my page without switching over to the visual view, again however, WP Bakery does not allow you to update the page without going to the visual viewer first.

Any help would be great, thanks!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Hi,

first of all: its such a great plugin! its fun fun fun :-)

but I have one little problem:

for some reason the “Custom grid” does not show up in the “Visual composer settings” :-(

I can only choose “Content tyles: posts/page”....nothing else is showing!

I would like to set my content container width correctly.

I am using standard twenty eleven wordpress theme with a child theme called “three menus” (by digitalraindrops) and an WPML installation for a multilingual site.

page under construction but can be found here: www.travelocals.com

would be glad about what the problem could be and a hint what to do

can I also update the information about the grid inside one of the .css or .php files via ftp?

btw: I have installed your plugin once vis ftp upload and once by uploading zip-file using wordpress-upload-function.

happy about some news!

Jan

mixey
mixey Author

Hi Jan,

Custom grid settings are not needed since 3.0 version release. Because now Visual Composer is powered with powerful Twitter bootstrap framework and it’s percent based, this is why your layouts are automatically calculating widths.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Hello Team whenever I attempt to use this plugin on a new page it affects all other pages by pushing down some of the information on other pages and creating a white space between segments of those pages. I’d be happy to have you guys look at it if you will…

mixey
mixey Author

First of all please try updating the plugin and then share your site url where the problem is seen.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
  • United States

Hi. I have 2 feature requests:

1) Ability to switch Tabs to Tour and visa-versa. I often start with one format and end up needing the other, then having to recreate the tabs or slides.

2) I’m using Embed Posts plugin to insert content from a post/page into a tab or tour slide, often in order to emulate a tour inside of a tour. This works fine for normal content but if the page being embedded already has a VC Tour on it (which for me is often), in which case my end output tours work but shows an extra ‘[/vc_column_text]’ on the page. Any way around that?

Thanks for your consideration. Jeff

mixey
mixey Author

Hi Jeff,

Thanks for the suggestions and comments. I’ll take a look into it. But at the moment tour/accordion/tabs elements can’t hold tour/accordion/tabs elements inside them. Hopefully we will come up with a solution for this.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
  • United States

On #2 above I actually went into HTML mode, found the extra [/vc_column_text] and deleted it and things work fine (and no extra shortcode output).

Maybe I just had an extra shortcode in there? I’ll need to try a couple more pages like that to see what happens…

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Hi, can you please tell me how to style elements I tried backbround-color and so on but it doesn’t change.

mixey
mixey Author

You should be able to override default css rules in your theme style.css file.

by
by
by
by
by