Questions tagged [wpbakery]
168 questions
3
votes
1 answer
WPBakery Video Background Autoplay not working
I'm working on some websites that are using the WPBakery video background on rows. These should autoplay, and did until recently. Sometimes they do, and sometimes they don't. Typically it happens where they don't work more when I'm looking at them…

Brandon Vreeman
- 53
- 1
- 6
3
votes
4 answers
WPBakery Page Builder Backend Editor Not Working
I have recently set up a new website with WPBakery page builder however the backend editor is not displaying. I only get the options to edit content under the "Visual" or "Text" tabs and there is no option for a block editor (please see screenshot…

MLB_27
- 39
- 1
- 3
- 11
3
votes
2 answers
WP Bakery Tab Animation Override
I am trying to override WP Bakery's tab animations, which slides content vertically in and out of view. I am a front end designer with limited JS experience. The site runs a theme, but from what I can tell in the code, the tabs and animations are…

MBar
- 45
- 7
2
votes
1 answer
Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported
im trying to fix a bug with Wp-Bakery Wordpress builder after updating the system to PHP8.
The error is Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)
Here is the code:
…

Traian Liposchi
- 21
- 2
2
votes
1 answer
Creating slideshow from folder with WP Bakery WordPress loop
I am migrating a client website orginally created in ASP into a WordPress driven CMS. The orginal site has about 200 separate directories, each with photos for a specific event and each directory is named with a unique number.
In the orginal site,…

omarkoza
- 41
- 5
2
votes
0 answers
HTML5 FPS drops on scrolling page when a video tag & js exist
I am editing a website and playing a video for this website on the homepage. The video I play starts as autoplay and there is a button on the video using zIndex. When this button is triggered, the current video tag turns itself into a comment line…

sikdurum japonya
- 31
- 1
- 4
2
votes
0 answers
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated
Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/cobbktpr/public_html/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php on line 673
This is the code on line 673.
$host = isset(…

Swena Kalra
- 21
- 1
- 2
2
votes
0 answers
wpbakery Accordion tab auto open when clicking the anchor link
I'm new to this section. I'm using a wordpress homepage and use wpbakery for creating my content.
My specific problem is that I have an accordion but cannot open it automatically.
That's what I did: created an accordion with different tabs. I wanna…

Jocky
- 21
- 2
2
votes
1 answer
Owl Carousel2 image not displaying full width when using Stretch row and content, Stretch row and content(no padding) in wordpress
I am using Wordpress with a WPBakery page builder and owl Carousel2. I have to display the slider on my page. I have to display the image and text. I have 3 sliders. The code is working perfectly on the localhost without WordPress. No, I have to use…

user9437856
- 2,360
- 2
- 33
- 92
2
votes
0 answers
Wordpress image attachment size
I am using Visual Composer / WPBackery to display a "services-image" block on my page. Visual Composer or my theme seems to be using the class="attachment-large size-large" by default which is causing my images to be larger than what is required.…

ultramel1987
- 91
- 2
- 11
2
votes
1 answer
How do I dynamically display additional params using WPBakery's vc_map()
I've developed a plugin using WPBakery's API that basically allows the user to select a post type, along with a taxonomy to be displayed on the frontend. What I'm trying to achieve is the ability to display additional fields dynamically, depending…

Tim Hallman
- 854
- 15
- 27
2
votes
0 answers
wpbakery custom element nested if else condition
i am trying to create custom element for wpbakery and i am new to this things.
i creating a element which should be use for 2 different purposes i.e either user can display button or social media links. below is the code i tried :
//frontend
…

tejal
- 33
- 1
- 5
2
votes
4 answers
Function to get files of same name from parent folder
I've created custom elements for WPBakery. In the functions.php file, I currently have the following:
add_action( 'vc_before_init', 'vc_before_init_actions' );
function vc_before_init_actions() {
require_once('vc_elements/text-image/init.php'…

Freddy
- 683
- 4
- 35
- 114
2
votes
3 answers
set background position to top in wordpress
I am using Wordpress and WPbakery. I have set a full-width, full-height background. But currently the background-position is set to centred with '!important' assigned as I see in the developer tools.
I want to set it to 'top'. I edited in developer…

Julliard
- 523
- 1
- 6
- 23
2
votes
1 answer
How to enable Wpbakery Page Builder(Visual Composer) in CMB2 "wysiwyg" type?
I am adding a custom metabox text editor in wordpress with CMB2 for post type. Here Wpbakery Page Builder(Visual Composer) is enabled in default post type editor. but i can't able to enable Wpbakery Page Builder(Visual Composer) in custom post…

Nayeem Hyder Riddhi
- 561
- 1
- 6
- 25