Questions tagged [visual-composer]
383 questions
0
votes
1 answer
wordpress jquery .load(url + ' #grabMe') with visual composer
I am loading a posts contents which is generated using visual composer into my div on the page using jquery.load(url + ' #grabMe');
however, once post is loaded into the correct block, the posts sliders, videos, masonary, faq sliders all dont work…

Daniel
- 1
0
votes
1 answer
Random Products are not showing the amount of post which i include in posts_per_page
Random Products are not showing the amount of post which i include in posts_per_page
this is the criteria which i used to call products
$cpsc_args = array(
'post_type' => 'product',
'posts_per_page' => 8,
'order' => 'desc',
'orderby'…

Sultan
- 1
- 7
0
votes
1 answer
ACF Field Wordpress - Custom Shortcode Problems
I have a small problem
I wrote a simple shortcode function to display my acf value in the grid of the visual grid composer, this is my simple custom shortcode
function my_module_add_grid_shortcodes( $shortcodes ) {
$shortcodes['vc_say_hello'] =…

Andrea Mattani
- 5
- 3
0
votes
0 answers
Product sale price is not shown on post pages
As i wrote in the title, i can't view the sale_price in post page but only regular price. Instead the sale_price is shown in woocommerce product page, category page etc.
Anybody could help me?
thanks a lot
sale_price is not shown in post page

Amaranth
- 1
- 2
0
votes
1 answer
Mobile view on iPad (Visual Composer / WordPress)
I have a situation and need help with Visual Composer in WordPress.
I have a ROW with 3 columns. In desktop and iPad it shows normal with 3 columns.
Imagine like this
X X X
On mobile it shows 1 column per row!
X
X
X
I want columns…

Barlet
- 545
- 2
- 8
- 26
0
votes
1 answer
WPBakery Visual Composer keeps loading forever
I'm trying to edit a page with Visual Composer, But the page keeps loading, The preloader keeps loading the plugin logo.
Here is a screenshot of the issue:
WordPress version: 4.9.8
Plugin version: 5.1.1
The console errors:
Uncaught TypeError:…
user9853119
0
votes
1 answer
Migrate Visual Composer to Thrive Architect
Is there a way to migrate content made with visual composer to thrive architect? I could not find any script or plugin.
Or can I use visual composer and thrive on one installation and migrate the content manually? For example: On the post X I am…

GeroTreeman
- 105
- 8
0
votes
1 answer
Change the styles of the visual composer in Wordpress?
in the site on the Wordpress in a footer are loaded such styles
0
votes
1 answer
Prestashop 1.7 Override CmsController
In prestashop v1.7.4.2, with VisualComposer installed,
after I bought another module named: FormBuilder, can't enable and cause error like this:
Cannot enable module gformbuilderpro. Unable to install override: The
method initContent in the class…

NiMA
- 1
0
votes
2 answers
Visual Composer Nested shortcodes in a container
I just created a nested shortcode with vc_map for a wordpress website.
It works pretty well and is really simple.
My parent shortcode is "simple_table" and my chlidren shortcode are "simple_table_row".
[simple_table param="foo"]
[simple_tablerow…

Inglebard
- 427
- 5
- 14
0
votes
1 answer
Wordpress - How to specify an ID in custom Visual Composer element
I'm current building a website for a non-profit, and am using an older edition of the Wordpress theme, Savior.
There is a custom post type of Donations, and it allows the admin to set up different "Causes", each of which is a post with a specific…

Qing
- 1
- 2
0
votes
0 answers
Why do inline Javascript calls get automatically removed by WP Bakery Page Builder?
When adding a Javscript call to an element via WP Bakery Page Builder, e.g. via
Click
or
Click
the code gets automatically removed after saving & closing the respective…

SomewhereDave
- 453
- 8
- 20
0
votes
1 answer
Visual Composer and User roles Issue
I'm using Visual Composer in wpbakery 5.4.5 version on my Multisite setup . But only super admin can use the page builder without issue . if non 'super admin' uses the page builder , the page layout will be scrambled . I'm looking forward to hear…

Anushka
- 2,434
- 1
- 17
- 14
0
votes
1 answer
Changing the Visual Composer CSS path to prevent https errors
My WordPress website (built by a sloppy contractor - they won't be able to fix it) has an absolute path to one of the CSS files. As a result, the visitors get warnings (and with some settings unable to load) when visiting the https pages.
Here is…

Vadim Berman
- 1,932
- 1
- 20
- 39
0
votes
1 answer
WordPress jQuery only works every other time with ninja tables search
The title says it all. I'm gathering search criteria and putting into a ninja tables search box. It works perfect the first time then every other. Here's what I have in my Visual composer Raw JS object: