Questions tagged [visual-composer]
383 questions
0
votes
1 answer
visual composer $template.get(0) is undefined
$template.get(0) is undefined this is what I got when I try to add an element with visual composer, this error is different from $template.get(0) is not a function witch is a common more common, after some tests I found out that…

celia
- 33
- 10
0
votes
1 answer
Wordpress Visual Composer custom button
Is there a way to make a custom button style in Visual Composer without using extra class?
In the Button section I can choose plenty of colors, but none of them match with the theme design. How I add a new one?

Tiago Matos
- 1,586
- 1
- 20
- 29
0
votes
2 answers
How do I eliminate column gap within Visual composer?
I would like to know how to eliminate the gap that is left between two columns. Once the site is viewed on mobile the gap can be shown (Image 2). I created the row with 1/2 + 1/2 columns, it appears perfectly at a desktop resolution but on mobile…

JCrush
- 25
- 1
- 3
0
votes
1 answer
Change href of dynamicly created link
I have Wordpress site http://gambit.co/test with Visual Composer plugin which allows me to create pages in WYSIWYG mode. All content created by it is loaded with ajax and javascript. I have some nice media grid section but i cant assign specific…

Dominik
- 21
- 2
0
votes
1 answer
Mistakes in css classes in wordpress
I'm using Divi Builder for my wordpress site. I have also used Visual Composer, too. After I design my page in Divi Builder or Visual Composer, if I change any attribute of any item, when the page is rendered, the attributes I changed are written…

Tarık İNCE
- 11
- 4
0
votes
1 answer
Visual Composer Parallax for Video Backgrounds
I already broke my head trying to find the right solution. I added new row in my Visual Composer and now I just want to add a parallax effect to it background.
The parallax effect CSS is:
{background-position: center!important;
…

Jamdev
- 562
- 1
- 3
- 19
0
votes
2 answers
Images not showing up with visual composer in wordpress
The 3 images on the home page of aaleather.com are no longer showing up, and I can't figure out why. The content was added with the WPBaker Visual Composer and they were there previously with no problems. I don't know what would cause them to…

Chelsea Miller
- 3
- 1
- 3
0
votes
0 answers
Wordpress masonry grid not loading for large number of items
I have a Wordpress site using the Jupiter theme, using Visual Composer, hosted on a shared GoDaddy plan. I am using Visual Composer's Post Masonry Grid with lazy loading to display WooCommerce products, with 15 products loading at a time. The…

skiindude22
- 509
- 5
- 22
0
votes
2 answers
Wordpress Visual Composer inside Shortcode won't acknowledge custom CSS
I am using a content block plugin which allows me to use content frequently as a shortcode. The content editor for the shortcode content blocks uses Visual Composer. When I use a created shortcode for a block on a page, most everything works fine…

Ryan
- 75
- 10
0
votes
0 answers
Visual Composer Accordion (WordPress) doesnt work properly
the accordion on mobile screen doesnt work as it should.
Sometimes the tabs cannot be opened.
You cant close opened tabs.
If you open another tab it does not jump to the beginning of the new opened tab.
this is the WordPress-Site:…

Krystian
- 887
- 5
- 21
- 52
0
votes
1 answer
Visual Composer - Define Editable Area
I've got the following code in a Wordpress template
'#C4C332'
)); ?>

owenmelbz
- 6,180
- 16
- 63
- 113
0
votes
2 answers
Visual Composer
Programming novice here. I'm editing a WP site already constructed using visual composer, but having trouble creating responsive elements.
Can anyone point me in the right direction as there's little out there in the way of guides.
Problem: I'm…

Dezza
- 41
- 2
0
votes
1 answer
Troubleshooting "VC: Tinymce error! Compatibility with other plugins" for custom post_type
While using Visual Composer on a custom post_type you get the following error when editing a text field with a Tiny MCE wysiwyg:
visual composer "VC: Tinymce error! Compatibility problem with other plugins."

Jonas Stensved
- 14,378
- 5
- 51
- 80
-1
votes
1 answer
How remove gap between two image blocks in WP Bakery
Hi there how can I remove white gap between images in link below? thanks
https://flashsystem.ir/product/haylou-x1-neo-earbuds/
WP Bakery settings didn't changed anything

FlashPoint
- 1
- 1
-1
votes
1 answer
Issue with updating page after adding shortcode
I'm using WP bakery(visual composer) for building a website for a client. I have created a custom post type and a categories for it. My main goal is to display categories of this post type on a page. I created a shortcode in function.php in a child…