Questions tagged [wpbakery]
168 questions
1
vote
1 answer
WPBakery - Text Font Size Tiny When Page Viewed on Phone
Why is the text font size tiny when viewing my page, built with WPBakery, on a phone, but the same page displays fine on the desktop?
Do I really need to explicitly set the text size for each category of device (e.g. desktop, tablet portrait, tablet…

Steve
- 696
- 7
- 15
1
vote
1 answer
Custom WPBakery elements not displaying in WP admin
I'm creating custom elements for WPBakery.
I have a folder called vc-elements which contains two files:
hero.php
text-image.php
On the WordPress admin side, I want both elements to be visible. To do this, in functions.php I'm running:
add_action(…

Freddy
- 683
- 4
- 35
- 114
1
vote
0 answers
Getting schedule posts for WPBakery's Post Grid
I am using WPBakery to build a page with several posts in columns using the Post Grid element, narrowing the data source by List of ID's. But I'd like to get schedule posts, in order to have the page built in advance, but it can't get those.…

André
- 21
- 4
0
votes
0 answers
WordPress theme support wp bakery page builder and why yoast not compatible wp baker page builder
Actually, I am facing an issue on WordPress with Yoast SEO plugin. I am using Kamlesh Yadav Astrologer WordPress theme this theme used WP Bakery page builder and if installed Yoast SEO then my website change all website structure and design header…

Vali
- 1
- 2
0
votes
0 answers
WPBakery Page Builder grid builder how to display time of event
I'm currently building a WPBakery custom grid to display events (my events are handled with Event Manager), I saw I can add a custom field but I cannot find the correct Field key name.
Does someone knows which key name I am supposed to use?
Already…

Anaya
- 3
- 3
0
votes
0 answers
Wp bakery builder export and import
Hi transferring wp bakery builder templates from once site to another but it Doesent work transfers but not readable. The 2 sites are running different themes
Transfers the templates but not readable even tried posts and pages and just the same

JIMMY
- 1
0
votes
0 answers
WPBakery/Visual Composer back-end custom CSS not working
I'm trying to make the text darker in various editors (HTML, javascript, etc)... According to WPBakery documentation, I should be able to do this in the WPBakery->Settings->Custom CSS tab. It says "Add custom CSS code to the plugin without…

Eric C
- 1
0
votes
0 answers
Wp Bakery vc_map param_group with array
I am using param_group to show repeater item. This will shwo one item populated on start:
'params'=> array (
array(
'type' => 'param_group',
'value' => '',
'heading' => __( 'List Items', 'pt-vc' ),
'param_name' => 'price_list',
…

Toniq
- 4,492
- 12
- 50
- 109
0
votes
0 answers
Adding an attachimage setting in paramsGroup attribute in visual composer
I am attempting to create a paramsGroup attribute in my settings.json file.
I have defined it like this:
"bars": {
"type": "paramsGroup",
"access": "public",
"value": {
"value": [
{
"title": "Content Item",
…

Vladimir Mujakovic
- 650
- 1
- 7
- 21
0
votes
0 answers
How Wordpress theme WpBakery can expose component and page data as JSON rather than full HTML content via REST api?
Currently WpBakery exposes the content via REST api's, but it exposes the full HTML content of page.
But for us to build Headless front end in React or Angular we would need structured page/component data in Rest api as JSON, not the FULL HTML…
0
votes
0 answers
Wordpress wpbakery bouton ligntbox
I want to integrate lightbox with wpbakery button i tried with a lot of plugins without success any one have a solution for that.
Thanks lot.
i tried with this lightbox plugins :
"Simple Lightbox," "FooBox," or "Responsive Lightbox & Gallery."
0
votes
0 answers
Wpbakery post grid autoplay does not work
https://shorturl.at/sESTX
I want to create two blocks: one that shows the last three blog posts previews, then the previous three and so on, in an autoplay playback. It is called on the page as “Nuestro blog”. The other block is similar, but with…

Rafael Iglesias
- 21
- 3
0
votes
0 answers
NO TEMPLATE FOUND in export import wpbakery page builder plugin using thegem theme
Saved Templates not showing up in Import & Export wpbakery page builder plugin and also i am using thegem theme.
I want export all my website pages in json formate and export from wpbakery.
plz help me how to export page in json formate.

alpesh
- 1
0
votes
0 answers
Issue in Firefox browser with Worpdress WP Bakery vc_carousel
I need help to figure how to solve this issue that occur in firefox browser only in my WP 6.2.2 website that use image carousel with WP Bakery plugin.
The error is:
"Uncaught TypeError: $.support.transition is undefined"
the file where the error…

DanMar
- 1
- 1
0
votes
0 answers
WPBakery Do you know where models are created?
I want to save my models (WPBakery option) and use them again for others projects.
So i try to find where WPBakery save them, I searched them by the title, but no result in the BDD and in the files of the project...
Maybe someone here know how this…

Yosu
- 1