Questions tagged [wpbakery]
168 questions
1
vote
0 answers
WPBakery css not coming through to content template output pages
I am trying to write my custom css in WPBakery on wordpress but nothing shown through the output page and every changes ignored on it.
I hope someone can give me a hint. How can I programatically get the CSS code that WPBakery creates for a page's…

Hsn
- 29
- 2
1
vote
1 answer
URL link in div class overrides second url WPBakery
My website has a home grid function earlier created by another developer. There are two blocks with two separate buttons with a link. Now "lees meer" goes to a URL and "lees hier alles over" goes also to the same URL, but this needs to go to another…

AdemD
- 13
- 4
1
vote
0 answers
WPBakery Page builder shows code on live page
I came across a problem with the WPBakery Page builder (I have V. 6.7.0) on the live page.
I use the theme Sway (v. 2.2) by Key-Design, and they both support each other, but out of the blue the output code started to show in the text block and live…

Sara
- 11
- 1
1
vote
1 answer
Menu nav dropdown links don't work on home nav only
Site I did not build but trying to help with, recently, (don't recall it being an issue before so maybe some update jacked it up?) no longer shows the hover on the drop downs of the links from the home page, thus also is not clickable. The top nav…

Kristen
- 11
- 3
1
vote
0 answers
Output of vc_link in Backend of wpBakery faulty
I have a strange display and I don't know how to display it correctly.
When entering the link looks ok. But after saving it will be a long cryptic link.
In the frontend everything works and looks good.
Where is the mistake?
Backend Picture
Below is…

kollin
- 11
- 2
1
vote
0 answers
Uncaught TypeError: Cannot read properties of null (reading 'length') on custom WPBakery element
I'm trying to make a custom WPBakery element and it is not working properly. The element will help me display a list with a title for the list, image and also will add a custom icon or image on each element. Everything shows up just fine except…

BuGs
- 11
- 2
1
vote
0 answers
WPBakery replacing image URLs in shortcode
I have a wordpress site migrated to azure recently, I have transferred all the media to azure blob storage and changed URLs in the database. I am using WPBakery Page Builder plugin to build the site. When I add an image it adds something like…

Aravind Emmadishetty
- 350
- 1
- 3
- 13
1
vote
1 answer
Can we edit WP-bakery template using the divi builder?
my client's requirement is to add a wp-bakery template and make changes using Divi builder, but I haven't found any relevant articles/tutorials related to this. I'm not sure whether this will work or not

Saad Hassan
- 35
- 7
1
vote
1 answer
How to change heading tag of page builder elements in WordPress?
I am using a WordPress theme named "Delaware" which utilizes WP Bakery as its page builder.
The issue with it is that some of their custom elements in WP Bakery don't offer the option to change the heading tag.
Is there any way I can change it by…

anirudh
- 13
- 2
1
vote
1 answer
Changing text color of one form but not the other?
I feel like I'm missing something here and this is becoming more complicated than it should be.
Basically, in the first section of my site I have a contact form to fill out that I need to have white text as the labels. I am trying to implement this…

way245
- 49
- 6
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
0 answers
Is there a WP Bakery-compatible WordPress plugin that works on multiple blocks?
I need a WordPress plugin that will let me hide a bunch of content until a user clicks on a Read More link.
Sounds easy, but here's the twist:
I need to hide both text and images
The content is set up in separate WP Bakery blocks
All the plugins I…

what.just.what
- 11
- 1
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
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