Questions tagged [visual-composer]
383 questions
1
vote
0 answers
Wordpress Visual Composer error on Edit or New page (Even in dashboard)
A friend tell me about an issue with Visual Composer plugin (Free Version).
I have a very small amount of detail but that is what I know:
When he try to:
edit an existing page,
or make a new one with the plugin,
or even when he try to access some…
user9225274
1
vote
0 answers
WPBakery Administrator disappeared from Role Manager
All of a sudden I've found that in WPBakery settings > Role Manager, Administrator role has disappeared (!?)...
How can I re-enable Administrator in the Role Manager??? Tried also to delete and manually reinstall plugin v6.7.0 but it didn't bring…

hexaae
- 135
- 1
- 5
1
vote
0 answers
Can you make a WPBakery page builder VC_MAP dependency for an unchecked box?
I have a custom WPBakery page builder element that uses a checkbox and some text boxes for input. I would like to setup my vc_map dependancies so that when the box IS NOT checked the two text fields below it are show and when the checkbox IS checked…

Mav2287
- 796
- 2
- 9
- 22
1
vote
2 answers
Give two elements with the same class a unique id
I am working in Wordpress with Visual Composer, and I have a toggle container. Essentially I click on each tab and the content below changes. I would like to assign a different image to each tab as a background, through css. I have achieved this…

KatherineMichelle
- 453
- 10
- 27
1
vote
0 answers
Inner Row - Vertical Align On Custom VC Element
I have an inner row in Visual Composer (WP Bakery) in which there are 5 columns - each with a image or icon. I need to vertically align this inner row to the bottom of the page (full page section: contact) and the 'pitch deck' button and 'send…

ultramel1987
- 91
- 2
- 11
1
vote
0 answers
WP Bakery - Displaying taxonomy in grid
I have a taxonomy which I have created as follows:
function understrap_custom_taxonomies() {
$post_types_index = array('cs_publications', 'cs_projects');
$taxs = array(
'cs_themes' => array(
'menu_title' =>…

dwinnbrown
- 3,789
- 9
- 35
- 60
1
vote
0 answers
Visual Composer: How to allow html tags in excerpt field
I am trying to use Post Grid element from WPBakery Page Builder. But it strips html tags when outputting excerpt in block.
How can I disable the removal of html tags?
Thank you.

ultralaise
- 11
- 1
1
vote
1 answer
Uncaught type error after Wordpress update to 5.5.3 and visual composer to 6.4.1
I got some uncaught error after updating WP to 5.5.3 version and visual coomposer to 6.4.1.
Visual composer page builder stopped working, it only shows shortcode in the backend. Luckily nothing breaks on the front-end.
When logged in backend in…

Zain
- 662
- 9
- 26
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
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
Shortcode: Image returning null
I have a block with an image field type:
array(
'type' => 'attach_image',
'heading' => esc_html__("Image"),
'param_name' => 'bg_image',
'value' => __(''),
)
To extract the image, I'm doing the following:
$getImage = shortcode_atts(
…

Freddy
- 683
- 4
- 35
- 114
1
vote
1 answer
Get the discount on a product
I need to get the discount on a product. The old and the new price are in visual composer. I can get them but i can't count them. The old and the new price are integers but when i divide an old price on a new price i receive something like…

Misha Marchak
- 35
- 1
- 7
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