Code

Discussion on WPBakery Page Builder for WordPress

Discussion on WPBakery Page Builder for WordPress

Cart 407,586 sales
Recently Updated

wpbakery supports this item

Supported

This author's response time can be up to 1 business day.

22694 comments found.

Has anyone customized the Custom Heading module to allow for some HTML? Like I want to add a span tag around a certain part of a sentence and WPB strips it out. Is this a security issue? Thanks.

That’s not what I asked. If I wanted to use the html module I wouldn’t have posted my question here. I want to customize the custom heading to allow for a span tag. Simple as that. How come you don’t already have it any way? Other page builders have had it for years. Come on keep up with the competition. They’re kicking your you know what.

Hello, The custom heading element uses textfield which does not support html input. However, it can be customized with some PHP by adding it a param of textarea_html: https://kb.wpbakery.com/docs/inner-api/vc_add_param/ and then outputting it by changing it’s html: https://kb.wpbakery.com/docs/developers-how-tos/change-shortcodes-html-output/



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Not what I wanted and or asked. UGH. Why is it so hard to talk to people on here? I want to add a around text so we can color the text differently. What you sent me has nothing, is not even in the same atmosphere.

Hi, guys. I found some more deprecated jQuery in WPBakery. In owl.carousel.min.js depreacted $.type is used.

And also there’s deprecated $.isFunction in js_composer\assets\lib\bower\scrollTo\jquery.scrollTo.min.js and js_composer\assets\lib\bower\zoom\jquery.zoom.min.js

Hello, Thanks for sharing. This has been added onto our improvement.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Hi, thanks for fixing $.isFunction. But there’s still $.type.

is that possible to make that type of title with right angle clickable text? If so, then how?

https://ibb.co/yPrVYW3

Hello, If I understood correctly you want to align the text to right? You can do so using text block alignment option.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Yes, in the same line straight right. as like the image. can you show me how?

Hi, You can find the right alignment option here: https://i.imgur.com/PcjBjEJ.png



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

When are you going to support WordPress 5.8?

Hello, The current version is compatible with WordPress 5.8 release.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

The backend editor isn’t working with the current version.

Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Hello,

I looked through all your developer docs and can’t figure how to create a top level element (same level as vc_row).

I want to create an element (a shortcode) that renders between two vc_row elements, on the top level.

Tried this on the vc_map with no results:

‘js_view’ => ‘VcRowView’,

And this: ‘js_view’ => ‘VcColumnView’,

With this also:

'show_settings_on_create' => false,
'as_parent' => array(
    'only' => 'vc_row',
),
'as_child' => array(
    'only' => '', // Only root
),
'class' => 'vc_main-sortable-element',
'is_container' => true,

I don’t know of this is out of your support scope, but would appreciate if you could at least point me on the right direction.

Thanks in advance!

Hello, Unfortunately, the plugin does not support custom master elements such as row. It supports custom container elements which can be added within the rows.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

I keep getting this error when trying to update the theme >>> include(): Failed opening ‘RHEA_ASSETS_DIR/icons/bed.svg’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’)

Hello, If there is any issue while theme updating, then you can contact the theme developer so that they can guide you with the same.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

There’s some deprecated jQuery in vc-waypoints.js, namely jQuery.isFunction() on line 448. At least this codes triggers jQuery Migrate notice.

This have not been fixed in WPBakery 6.8.

There’s some deprecated jQuery in jquery.flexslider.js, namely:

- jQuery.fn.bind() on line 58.

- jQuery.fn.delegate() on line 137

- jQuery.fn.focus() event shorthand on line 634

- jQuery.fn.blur() event shorthand on line 632

Hello, This issue is on our list and it will checked in the upcoming update.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Thanks for fixing this.

Hi!, Do you know about an incompatibility issue between WPBakery and Stripe for Woocommerce? The issue is the Google Pay button doesn’t show the text “Buy with G Pay”. The button works but is “blank”.

Thank you in advance.

Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate the issue further.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

It’s a problem between WPBakery and Stripe for Woocommerce plugin. I’m notifying you. You’re welcome.

There’s some deprecated jQuery in frontend-editor.js, namely jQuery.fn.mousedown() event shorthand on line 7106, here’s the code:

$('<div class="vc_resize-bar" />').appendTo(this.$el).mousedown(this.startChangeSize),

The code is corrupted by envato formatting but it should give you a general idea.

Hello, We have added this issue onto our list so that it can be checked during the upcoming release.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

This have not been fixed in WPBakery 6.8.

Hi, I have your plugin installed on my website.

On one of the pages, when I load it, a popup appears with the text “Enter your js here”. If I disable the WP Bakery Page Builder plugin, the popup does not show anymore.

Could you assist me in the matter? Thank you.

Hello, It looks like the page has raw js element added on it. You can edit the page to remove it.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Hi, guys. Editing page contents with WPBakery in the backend (namely backend.js) triggers following console message:

[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.

I was able to reproduce the notice with all the plugins deactivated and twenty twenty theme. Please take notice that it appears when you click edit element button, so it appears due to the code used to load element contents.

Hello, We will add this onto our backlog so that it can be tested further.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

This have not been fixed in WPBakery 6.8.

Hello, I got your plugin bundled with the Royal Theme of 8 theme.

We believe we have found some issues with compatibility of some different plugins.

I believe it might be the redux framework, but I am not sure. I have uploaded the theme and its accompanied plugins to the sandbox environment.

We had errors such as the following PHP errors:

https://pastebin.com/i7PpcyS8

And the following WP debug warnings, also containing Fatal Errors:

https://pastebin.com/t7fF0LUm

The Royal Theme is said to be compatible with WPML and Redux as well as WP Bakery, but I think there might be some things not working.

I used php 7.4 but have downgraded to 7.3. I am not sure if this is the problem.

I hope this is something you can help me look into.

I would be very thankful if you could find the issue or check the compatibility with The Royal Theme, its accompanied plugins and WPML, Woocommerce and Woommerce Multilingual.

Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue to check it further.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

have you guys still not built in product schema? this is a massive issue for ecomerce sites

Hello, The product output is controlled by the e-commerce plugin which is used such as woo-commerce. The WPBakery Page Builder can work within the area which outputs the content from default WordPress editor.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Hi! I lost my site and it was stolen incorrectly. Unfortunately my Wp bakery license was active on the site. How can I deactivate it if I no longer have access to the site? Thanks in advance

Hello, Please drop us a message via the profile contact form and share the email id used for purchasing the plugin, so that the issue can be checked further.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

Hi, guys. There is following deprecated jQuery in your plugin:

jQuery.fn.bind() in /wp-content/plugins/js_composer/assets/lib/flexslider/jquery.flexslider.min.js jQuery.fn.delegate() in /wp-content/plugins/js_composer/assets/lib/flexslider/jquery.flexslider.min.js

Please investigate and fix this.

Hello, Thanks for reporting. We have added it onto our list to check it further.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

How can I contact the author via their site? It seems that the only way to contact WPbakery for pre-sale questions is via codecanyon. No email, no phone number, and no contact form in their site. They don’t even have a social media presence. Very strange for a product that sold over 400k.

Hello, You can share the pre-sale question here in comments. I will be glad to answer them.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

BTW, is it possible now to set different background image for mobile? I can see many old questions regarding that and you always ask people to use CSS. People use page builder because they want to avoid CSS

Hello, The standard background feature does not support setting different backgrounds depending upon screen size. However, we do have many third party background add-ons which has such feature. Please do re-confirm the functionality with the respective add-on developer before making a purchase.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

No Black Friday discount?

Hello, Unfortunately, we do not have a Black Friday discount.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

When I save an Element, ‘My Element’ tab not showing.

Hello, Please use support.wpbakery.com and share your temporary website credentials so our support team can investigate your issue and help you out.



Knowledge Base · Official Support · Facebook · Twitter

Don’t forget to join our newsletter. Be first to get news and inside secrets from WPBakery team.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey