Questions tagged [visual-composer]
383 questions
1
vote
2 answers
Uncaught ReferenceError: wp is not defined in wordpress
i have edit or add new page on wordpress ken theme with WPBakery Visual Composer but it not load properly
its give error on console
Uncaught ReferenceError: wp is not defined at mk_upload_option
(admin-scripts.js:2)
image for better…

Bhargav Chudasama
- 6,928
- 5
- 21
- 39
1
vote
1 answer
Add a unique ID to a button in Wordpress
I have a Wordpress one-pager (salient theme using visual composer) with four buttons.
Every one is linked to the same contact form, which is correct.
Now I want to add a specific ID to each button in order to track which one is most effective in…

Jack Norberg
- 73
- 2
- 9
1
vote
1 answer
On site load Visual composer "stretch row" not working properly. content going to out of screen
I've set VC row as stretch for full screen. but on site load i noticed VC adding css "left" value to section div. As you can clearly can see in screenshot.
can you tell me what is main issue is here. I'm using Visual composer of latest version.

Atif Riaz
- 31
- 7
1
vote
0 answers
How to fix Uncaught TypeError: Cannot read property 'Extend' of undefined?
I purchased an Theme on Themeforest called POL and am recently trying to move from one shopping cart to woocommerce and i found that 1 of the theme's Visual Composer plugin is conflicting with the Woocommerce admin panel. The code that is causing…

Jiff Solat
- 11
- 1
- 3
1
vote
0 answers
Visual Composer Front-end editor disabled
I was wondering you could shed a light to my WordPress premium theme issue. So I have a theme that comes with visual composer plugin. I notice front-end editor is not enabled. I checked the function.php file to enable it, but the code…

lekan oshodi
- 7
- 1
- 8
1
vote
1 answer
Nested Item - Visual Composer
I try create new widget for Visual Composer versrion 5.2
i found this https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524362/Nested+Shortcodes+container
So i create some example widget:

paweb
- 141
- 1
- 9
1
vote
0 answers
Is it possible to integrate visual composer for Advanced custom field plugin Wysiwyg Editor where I can add multiple columns and rows?
Is it possible to integrate visual composer for Advanced custom field plugin Wysiwyg Editor where I can add multiple columns and rows?
Any help please!
thanks in advance!

Israr Mansuri
- 151
- 1
- 1
- 10
1
vote
0 answers
Visual Composer + JS = not executing the code
Ive got a weird issue. I'm trying to apply to my wordpress page a piece of code which works perfectly inside codepen. You can find it here:
https://codepen.io/anon/pen/rzmWVE
JS Code:
jQuery(document).ready(function( $ ) {
var vid =…

Julia Galden
- 449
- 10
- 23
1
vote
1 answer
custom coding a inline style in side a visual composer element in css for mobile view
This is the inline style causing the problem... mobileheadingsh1 is the extra class name i added in visual composer and i added the custom code to the visual editor css still didn't work..
Dutchess Dad
- 13
- 3

Dutchess Dad
- 13
- 3
1
vote
4 answers
Remove visual composer shortcode
I'm trying to remove all unnecessary shortcodes from visual composer with some preg_replace. E.g. there is some elements like this:
[vc_row][/vc_row][vc_row el_class="hidepdf]
The best way would be to remove anything between [] starting with vc_…

Konrad
- 77
- 1
- 8
1
vote
1 answer
Wordpress Visual composer - Call template from php file
I have created a basic template in Visual Composer which mostly defines a layout of the page. Now I can select this template from "My templates" in VC.
However, what I really need is to call the template from a single_page.php file. Ensuring that…

Jakub Kašpar
- 285
- 5
- 6
- 16
1
vote
0 answers
Visual Composer - Custom Element not displaying correctly in admin editor
I've created a new custom element for Visual Composer and it's all working fine, except that it doesn't look very nice in the backend page editor
The screenshot below shows one custom element and then my custom element beneath.
The first one has…

Clarke Design
- 63
- 5
1
vote
2 answers
Wordpress visual composer RTL on window resize
As continue to this post:
Wordpress Visual Composer Strech Row and Direction RTL
This jQuery solution is great for window load:
jQuery(window).load(function () {
if (jQuery('html').attr('dir') == 'rtl') {
…

Oshrib
- 1,789
- 12
- 40
- 67
1
vote
2 answers
Detect that all buttons have been clicked on a per user basis
I'm creating a "Complete tasks to unlock" system, but I'm very newbie on coding and can't make it work. I'm literally weeks trying to search ways to do it, but nothing until know. I have only the very basic.
I'll separate all that I need and I…

Kaio Loureiro
- 9
- 4
1
vote
2 answers
If page has posts in certain category - wordpress
I have a client built site that I am adding some functionality too - I don't usually develop using Wordpress. They have built pages using Visual Composer to display posts from varying categories
If the post is within a certain category 'Deals' I…

webcreator25
- 59
- 7