Questions tagged [visual-composer]
383 questions
4
votes
0 answers
WP Bakery Page Builder (formerly Visual Composer) mandatory fields in custom elements
Is there any way to add a mandatory / required field in a custom VC element?
I cannot find any option like this here:
https://kb.wpbakery.com/docs/inner-api/vc_map/
I think it should be something like:
"required" => true in the param section...
But…

lisandrom
- 161
- 2
- 2
- 8
4
votes
3 answers
how to generate vc_shortcodes-custom-css? Visual Composer
A client of mine wants a "project of the month" feature on his Wordpress site. But with a archive page.
My idea was to create a custom post type and call it projects. In here the client can manage projects and make new ones.
With this piece of code…

Thomas Huurman
- 55
- 1
- 4
4
votes
1 answer
Visual Composer param_group open by default when adding new rows?
Is there an option when using param_group to have new rows toggled open by default. It seems odd that when using a param_group, you add a new row row, and its toggled collapsed. It would be great if when you add new rows, they're open by default.

Bowenac
- 493
- 8
- 19
4
votes
2 answers
Where does visual composer store links?
I am trying to target all links with no www. in the database.
https://launchhousing.org.au
and replace with
https://www.launchhousing.org.au
I have used the 'search and replace' plugin which has apparently changed all of the links but somehow Visual…

JoshRicha
- 311
- 4
- 18
4
votes
1 answer
Add custom font icons to visual composer
I'm adding new icons to the Visual Composer iconbox in wordpress but i get the following 2 errors anyone know how to fix? Below is the code in my functions.php file
// Add new custom font to Font Family selection in icon box module
function…

Paul Gwamanda
- 95
- 2
- 9
4
votes
3 answers
Display a custom field image on Visual Composer Custom Grid Template
I'm working on a WP site with Visual Composer.
In the homepage I've inserted a "Post Grid" element which load a specific custom post type.
This custom post has multiple custom fields (made with Advanced Custom Fields Plugin): one of these fields is…

frankcecca
- 149
- 3
- 13
3
votes
2 answers
wpbackery visual composer 5.4.7 front end editor not working only showing logo
here is the error i am getting in chrome console when try to open front end editor
I have latest wp 4.9.8 version
I have visual composer 5.4.7 version, Kindly check and help me to fix it
Note: my backend editor working fine only getting issue in…

Baljeet Uppal
- 31
- 4
3
votes
2 answers
SSL not working with Visual Composer - Mixed Content issues
I just activated SSL on a website which also uses Visual Composer. I'm using the Really Simple SSL plugin for that. Everything seems to be set up fine but I still don't have the green padlock but the https is grey.
So I tried to figure out what's…

Steffi
- 31
- 1
- 5
3
votes
1 answer
Select type in custom visual composer item
I am trying to make a custom visual composer item for my theme. I made everything right until now. but here, I want to make select choice for my item to check it if it was first value show something and if was second value show something else and so…

Elyas Behroozizade
- 256
- 3
- 11
3
votes
5 answers
Changing urls in visual composer's raw html block
Visual Composer saves the raw HTML block as a base64 encoded (and url encoded) string in the database. My site needs to go from http to https, and I would need to change asset URL's used in these raw HTML blocks to be served with https. Clearly the…

Seer
- 739
- 4
- 22
3
votes
1 answer
Custom Containers In Visual Composer
I want to create a custom root container like section in visual composer.
And i was able to do with the below code
vc_map(array(
'is_container' => true,
'show_settings_on_create' => false,
'class' => 'vc_main-sortable-element',
…

Varun Sridharan
- 1,983
- 2
- 20
- 54
3
votes
3 answers
visual composer text block bug
I would like to ask if there is anyone who was facing simmilar or exactly this problem.
Yesterday was everything working well, but today when i was trying to insert text from word to wordpress text block(classic text editor), i wasn't able to select…

Patrik
- 43
- 1
- 8
3
votes
0 answers
Disable Wordpress Visual Composer Auto format
I have tried this codes but the and
tag still appears. Is there any other way to remove/disable this? function my_formatter($content) { $new_content = ''; $pattern_full = '{(\[raw\].*?\[/raw\])}is'; $pattern_contents =…
tag still appears. Is there any other way to remove/disable this? function my_formatter($content) { $new_content = ''; $pattern_full = '{(\[raw\].*?\[/raw\])}is'; $pattern_contents =…

megingjord
- 31
- 4
3
votes
3 answers
How do I find the attribute image in vc_single_image
Suppose I have a footer that is writen in shortcode with visual compose and I wanna put an image:
[vc_single_image image="8469" img_size="full" alignment="center"]
where do I find the image value 8469?

Foppy
- 195
- 2
- 3
- 11
3
votes
1 answer
How to extend visual composer with custom post as element
I installed visual composer in my wordpress website. I need to add an custom post type as an element in visual composer and need to map the template file to the created custom post type element in visual composer.

Manush
- 1,852
- 7
- 26
- 39