Questions tagged [visual-composer]

383 questions
1
vote
1 answer

WP Bakery Nested Shortcode vc_map

I am following this example to create a container for some shortcode that would allow me to wrap multiple sub page builder elements. https://kb.wpbakery.com/docs/developers-how-tos/nested-shortcodes-container/ If I used the example code it works as…
Ian
  • 15
  • 1
  • 5
1
vote
1 answer

WPBakery Page Builder get custom css from design options

I have a page with a theme that integrates WPBakery Page Builder. The theme creates a single page layout by adding together different pages. The single pages itself have some custom design options, e.g. row paddings, margins, background-image,…
Matthias S
  • 3,358
  • 3
  • 21
  • 31
1
vote
1 answer

How to create a new element in visualcomposer.io API ( visual composer) (not a wpbakery)

How to explore this API https://visualcomposer.io/docs/api/ I have installed this plugin https://github.com/VisualComposer/vcwb-demo-element-example-plugin. But when I am trying to add any new attribute into setting.json it not reflect in the UI.
1
vote
1 answer

Visual Composer: Narrow data source to posts with Category1 AND Category2

I'm trying to narrow the data source in WP Visual Composer to posts that have 2 categories (cat1 and cat2). This is the complete element (a post grid): [vc_basic_grid post_type="post" max_items="-1" element_width="2" gap="20"…
Yisela
  • 6,909
  • 5
  • 28
  • 51
1
vote
1 answer

Update Custom Slider on Settings Update

I'm creating a custom slider element for the WPBakery Page Builder plugin, as the built in carousels are not suitable for my purpose. Everything works just fine except when I update the element settings, the slider disappears because the element is…
Mithc
  • 851
  • 8
  • 23
1
vote
1 answer

Visual Composer editor block tag link css

I'm trying to insert in a Visual Composer Editor a tag link css like this: but when I save it, the editor remove that. I don't know if the editor of Visual…
user3810167
1
vote
2 answers

Cannot read property 'getRelatedTab' of undefined (Console error)

I have searched a lot to fix this. but not succeeded find this fix. I'm working with visual composer 5.4.7 and Wordpress 4.9.6 i have used Visual composer tabs in a webpage. there it shows the below error and does not shows the dropdown list of…
user9867960
1
vote
0 answers

WPBakery Page Builder Image grid load more with ajax

I am using WPBakery Page Builder for my wordpress site. For images i am using Image Grid I want a scenario like First display 6 images and when user clicks on Load More It will load 6 images more. I want that with AJAX. WPBakery Page Builder…
Parthavi Patel
  • 739
  • 11
  • 28
1
vote
0 answers

My shortcode doesn't appear in Visual Composer using vc_map

I've built a Wordpress plugin, and now I want to add support for Visual Composer but I can't get it to work. I've read a lot of articles about how to use vc_map, found pages on github with examples, and it seems like I do everything like described…
Balázs Varga
  • 1,797
  • 2
  • 16
  • 32
1
vote
0 answers

Changing the price size in pre-build visual composer module

I am working on a theme for my customer and facing a problem with a module of WP bakery and the module is created by the theme owners. Here is the code where I am facing the problem: use MikadoCore\Lib; class PricingItem implements…
1
vote
2 answers

Will Visual Composer and Bootstrap 4.0 work together?

If I use any theme and include the newest Bootstrap framework 4.0, but I also want to have the plugin Visual Composer for some WYSIWYG editing, will they create a conflict? And if yes are there any workarounds?
Hristo Hristov
  • 111
  • 3
  • 13
1
vote
4 answers

Wp bakery Nested element using class

I working with nested elements wp bakery . i am trying uses classes and public function . But could not get it working . its not registering . I think its may be an issue because i used class . please find whats wrong with . i dont need a work…
1
vote
0 answers

Using variable in WPBakery custom query

I'm trying to create a custom query that uses a variable in the query. I can accomplish this using these instructions (from a comment on this blog post): If you need to pass a variable, edit the file …
user3325749
  • 171
  • 1
  • 11
1
vote
1 answer

Use param of an element as a dependency of param of another element - vc_map()

I am developing Visual Composer Addons and stuck in an issue. I am using Nested Shortcodes I want to use param from parent element as a dependency of param of child element. Example : If user selects theme-one in parent element than show…
hussain nayani
  • 317
  • 1
  • 3
  • 14
1
vote
0 answers

Visual Composer broken on production serve but works fine on local

I have a site which is on WordPress, Every time i import a local DB to the production server , First of all the PhpMyAdmin does not allow to import the entire Database in one go. it gives an error stating "Duplicate entry for primary key for…
Ryan Pereira
  • 173
  • 1
  • 1
  • 11