Questions tagged [wpbakery]
168 questions
1
vote
1 answer
How to remove black line at the bottom of images
Links to webpage and sceenshot at bottom of post
I am re-building a webpage with the plugin WP-bakery. The original webpage does not have any problems. When I try to use the same CSS with the new webpage, there are black lines at the bottom of the…

birbhouse
- 128
- 1
- 1
- 13
1
vote
0 answers
In wordpress new products do not appear with wpbakery Only the old ones that appear
When adding a new product or post through the wpbakery page on WordPress it does not appear at all, but only old products appear, and this is through the plugin tool: Tours Grid:
Whereas, I can only see new products when using Woocommerce
But the…

jak dev
- 23
- 4
1
vote
0 answers
wpbakery elements shortcode implement in php
I have created a shortcode through wpbakery Add Element section. I am trying to apply this shortcode in PHP
Here is the shortcode
[vc_masonry_grid post_type="post" max_items="10" grid_id="vc_gid:1592135090064-3fb6b6dd-7144-2"…

devil
- 106
- 1
- 7
1
vote
1 answer
Using a Shortcode within a Shortcode
A client is using WPBakery and a form is being pulled into the description attribute of a shortcode. Ordinarily you would pull the form by its shortcode but the boiler plate demo has the form being pulled with a string beginning with a…

Britton Pentakill
- 175
- 1
- 8
1
vote
1 answer
WP Bakery woocommerce show product subcategory (FREE)
I wanted to share this work with you since I did not find any solution on the internet, so I had to build mine.
The problem was that the client wanted to show the subcategories within the main category using a shortcode. Only the name of the…

Adrian Manz
- 11
- 2
1
vote
2 answers
How to Rearrange WPBakery Page Builder Categories?
When I use vc_map() to add a new element to the content element list there is the category parameter to put the element in a certain tab.
If there are to many category tabs, VC will put some of them in a dropdown list on the right hand side. Is…

s3mre8
- 288
- 1
- 4
- 11
1
vote
1 answer
Adding Row settings to WPBakery plugin
How do I get the settings to the frontend? I need to add classes to vc_row.
/**
* Ken Burns Effect for Row.
*/
add_action( 'vc_after_init', 'ken_burns_effect_add_option_to_vc_row' );
function ken_burns_effect_add_option_to_vc_row() {
// Ken…

wasterel
- 43
- 5
1
vote
0 answers
Arabic is not typing as "right to left" when it's editing in WPBakery
When I am trying to edit and type text in WPBakery editor it's typing in the wrong direction. Arabic should be typed from right to left but it's typing from left to right. it's weird because everything is working fine except this issue.

Awais Asif
- 61
- 1
- 6
1
vote
1 answer
How do I access vc_map() internal values to create custom markup for WPBakery interface?
A similar question has been asked here, without any viable responses: Visual Composer custom markup for custom shortcode (vc_map)
and here: Visual Composer custom shortcode template - custom_markup display user input
I am trying to create custom…

Tim Hallman
- 854
- 15
- 27
1
vote
1 answer
wpbakery does not work and giving me a blank white screen with wpbakery logo
i'm using wpbakery plugin to build web pages. Yesterday i found that i wasn’t able to edit any pages or posts. Page builder is giving me a blank white screen with wpbakery logo on every single page or post I try to edit. If I disable page builder…

marie
- 129
- 1
- 3
- 10
1
vote
1 answer
saving row as a template using WPBakery Page Builder is not working
I am working on theme development and using "WPBakery Page Builder" for creating pages. I am getting below mentioned error while save row as template by opening edit row settings and click on gear icon. It gives me following error::
TypeError: $ is…

Archana Sharma
- 1,953
- 6
- 33
- 65
1
vote
0 answers
I want to add the Bootstrap CONTAINER to WPBakery Page Builder and don't want to use the already available SECTION element instead
I'd developed a wordpress plugin with addons for WPBakery Page Builder sometime back and over the time I was getting some suggestions from its users so decided to build some of those into my plugin...
You could please check more details regarding…

CyberXoft
- 11
- 4
1
vote
2 answers
Visual composer custom loop shortcode
I need to use custom loop from visual composer:
if( function_exists('vc_map') ) {
vc_map( array(
'base' => 'minimag_popular_post_custom',
'name' => esc_html__( 'Popular Post Custom', "minimag-toolkit" ),
'class' => '',
…

red
- 1,529
- 1
- 12
- 33
1
vote
0 answers
Is is possible to get WPBakery generated rows as a variable?
I'm creating custom elements in WPBakery (formerly Visual Composer), but encountering issues with its rendered markup.
For example:
I've created a custom element called text. text currently spans 12 columns in the WP admin:
The rendered markup for…

Freddy
- 683
- 4
- 35
- 114
1
vote
1 answer
Can't obtain first dropdown value (but gets the rest)
I'm building a custom element in wp-bakery and having mixed results with a dropdown field.
The field:
array(
'type' => 'dropdown',
'heading' => __("Text align"),
'param_name' => 'text_align',
'description' => 'Select the alignment of…

Freddy
- 683
- 4
- 35
- 114