Questions tagged [visual-composer]
383 questions
1
vote
2 answers
Insert PHP code into the Visual Composer
I have the php code (ACF Pro plugin code). How can I insert this code into my Visual Composer? Can't find the solution for a long time but now it's critical for me.

Morgari
- 524
- 2
- 8
- 24
1
vote
2 answers
white spaces in visual composer rows
i have a weird issue with visual composer rows in my wordpress theme.
block are set on full width but in RTL version VC rows display white spaces around right and left.
can you help me to fix this?
i've tried to edit margins and paddings but can't…

ehsandesign
- 21
- 7
1
vote
0 answers
VisualComposer - custom layout for block
In wordpress visual composer I have block with some articles and I want to display them in custom way so I need to add some layout which can be available from layouts list (screen below). What is the correct way to add custom layout for some…

Joint
- 1,218
- 1
- 12
- 18
1
vote
0 answers
Page jumps to top when scrolling down
Check out the page http://www.slide-art.com/get-inspired/ .
When scrolling down after the page is loaded, it jumps back to the top. I've tried scrolling down slowly and fast.
It only happens once, after it has jumped back to the top the problem is…

J.DD
- 388
- 2
- 13
1
vote
1 answer
Uncaught TypeError: Cannot read property 'call' of undefined' in backend.min.js:2
I have a problem with Visual Composer, I have build a website, now I want to change the images of the homepage, but when I click the edit button to edit the image, I can select the image from the media gallery, but I can not save the image in Visual…

J. Doe
- 83
- 1
- 15
1
vote
2 answers
Show WordPress Page outside loop with vc page builder code inside the content
I use WordPress inside an extern website
(with require_once($_SERVER['DOCUMENT_ROOT'] . '/wp-load.php');)
I would like to load a specific page and show the content.
$post = get_post(467, OBJECT);
$content = $post->post_content;
$content =…

chrisdapos
- 57
- 1
- 5
1
vote
2 answers
How to limit title length with Visual Composer Post Grid
I have a VC Post Grid element on various pages. On one page, it has 4 columns, on another it has 2, for instance. I need to limit the post excerpt and title so that the post blocks are all aligned horizontally. I have managed to limit the post…

digitalia_shy
- 13
- 1
- 5
1
vote
3 answers
Visual Composer: Custom Shortcode Not Working
The following is the shortcode I created in functions.php:
function echo_first_name() {
echo $_GET['first_name'];
}
add_shortcode( 'first_name', 'echo_first_name' );
And I'm entering the following into my Visual Composer editor:…

Leon Burman
- 391
- 2
- 15
1
vote
0 answers
How to create new param type in wpbakery visual composer?
I want to create a custom param type in visual composer that can upload any file (mainly PDF) and return the attachment url.

Minhaz Khaled
- 11
- 3
1
vote
1 answer
In Wordpress Visual Composer, is it possible to set default values for the fields under Select Custom Fields?
Specifically I'd like to give every new post a particular sidebar by default. Seems like setting default values should be possible, but I can't see where in the interface and a Google turned up nothing, so any advice appreciated. Thanks!

user6325
- 55
- 6
1
vote
0 answers
How to perform a css absolute position in Visual Composer without row/columns?
How can I insert a simple div that has "position:absolute" relative to the root of the page, made with VC (Visual Composer)?
If I simple add a div with position:absolute, it will be automatically contained in a row and column by VC, even if added…

edbras
- 4,145
- 9
- 41
- 78
1
vote
3 answers
Visual Composer giving ReferenceError: id is not defined error when adding an image
I was asked to look into a problem on a WordPress page that I didn't make. It uses Visual Composer and for a few days they can't add any images to the pages in the backend. The Single Image component loads, you can select the picture, but when you…

András Hideg
- 21
- 1
- 3
1
vote
1 answer
Delete all Visual Composer Shortcodes saving content
I'm trying to import 200 posts from an older wordpress, with a lot of visual composer shortcodes in the content.
Is there any way to delete all shortcodes and save the content?

WilsonWilson
- 166
- 6
1
vote
1 answer
Visual Composer not parsing
I just installed a theme I bought for wordpress and I installed dummy data.
The istructions said I should install the visual composer plugin so I am assuming that is was built that way.
But when I open pages that it came with, it doesn't parse…

user1899829
- 397
- 1
- 3
- 14
1
vote
3 answers
How to load visual composer during using ajax in wordpress
I used an ajax request in Wordpress to get the content of a post, in that post i used the Visual Composer. but the content shows only the VC shortcodes with out changing them to the real content.. That is the code that i used
add_action(…

Pshtiwan KarDo
- 89
- 1
- 8