Questions tagged [visual-composer]
383 questions
2
votes
2 answers
WordPress visual composer not loading
Hi I installed Rosie theme (Version: 1.4) and Installed visual composer (Version 4.4.2). Website was working very fine for more than a year without any issue, but now while editing the pages, the visual composer not loading... I have attached the…
user6864832
2
votes
2 answers
Adding new Icons to Visual Composer
I am trying to add a new font icon set to Visual Composer and although the name is appearing in the dropdown; No dropdown for the actual font icons are being loaded and I cannot figure out what's missing or wrong with my code below.
Any help would…

Huw Rowlands
- 393
- 3
- 16
2
votes
1 answer
Visual Composer / WordPress - Edit Multiple Pages of the Same Template at Once
When using Visual Composer on WordPress, I am able to set up a template and then use that template for every page I build. HOWEVER, when I want to change something to pages using this template, I have to go back and edit each & every single page.
Is…

BradTheBluefish
- 146
- 6
2
votes
2 answers
Visual composer custom query - excluding meta_key
I have a custom query that I would like some help converting to visual composer's custom query. Basically, I would like to exclude all posts from displaying in the post grid that have the meta_key: _is_featured_posts and its value as yes.
//…

Hamza Aboufirass
- 31
- 2
2
votes
0 answers
Enable vc backend editor in custom WYSIWYG editor
See above screenshot. I need to enable Visual composer backend editor in "Full-width contents" .. can anyone help me?

Hasmukh Mistry
- 129
- 1
- 18
2
votes
0 answers
Wrap multiple tags with TinyMCE custom format
I'm using the php API of TinyMCE and I want to wrap multiple tags like :
text content :
- text
- text
text content :
- text …
- 141
- 2
- 4
- 14

AlbertoV
2
votes
2 answers
Adding html_template parameter to vc_row shortcode in Visual Composer
My code:
// Add language dropdown to visual composer settings
if (function_exists('vc_add_param')) {
vc_add_param('vc_row', array(
'type' => 'dropdown',
'heading' => "Language",
'param_name' =>…

Allure Web Solutions
- 649
- 8
- 19
2
votes
3 answers
Export and import Visual Composer design across sites
I've designed a site at my own domain and I now want to implement the same design on a clients domain.
All is done in Visual Composer and the clients site have the exact same conditions and plugins for a migration to work, but I can't seam to find a…

Morgan Hassel
- 23
- 1
- 8
2
votes
0 answers
Infinite Scroll in Visual Composer wordpress
I'm using visual composer by http://vc.wpbakery.com/ on my wordpress site.
Is it possible to have Infinite Scroll using post grid in Visual Composer?
Do I need additional plugin to do the job?
Does anybody know how to do it?

Noon Niee Nunn
- 21
- 2
2
votes
0 answers
Want to narrow data source based on custom post type categories in Visual composer (WPBakery)
I have a custom post type of 'Cottages', with categories (1-bed, 2-bed, 3-bed).
I can get an element to show in Visual Composer with the following vc_map in my functions.php:
// Cottages List
if(function_exists('vc_map')){
vc_map( array(
…

JonDoe
- 21
- 3
2
votes
1 answer
How to only style the text inside a p tag
Hello there, welcome
To this website
Some other text
How do I only grab the text inside the first p tag ("To This Website")? I can't give it an class or ID, because it's done with visual…
pu4cu
- 155
- 5
- 19
2
votes
0 answers
WPBakery Visual Composer Wordpress plugin not loading custom post for logged in user
i created custom post "Blog" and i want to show all blogs in front using ajax.
so i use "post masonry grid" and in that i add custom post(blog) term.
now its load all blog post for non logged in user and admin but not for other user roles..
my…

Maher
- 363
- 2
- 5
- 18
2
votes
0 answers
wpbakery get parent container element's paremeter value inside child contentainer in visual composer
I have created some Visual Composer Elements with parent and child attributes using "as_parent" and "as_child" parameters.
I have added some fields in parent container and some fields in the child container. What I need is to populate a child…

Sujan
- 21
- 5
2
votes
1 answer
Wordpress page jump
Hi I am making a website for my college using Wordpress. The site content is made through Visual Composer plugin. I am having a problem with page jump using . There is a page with full of student…

dil33pm
- 1,613
- 2
- 13
- 18
1
vote
0 answers
WPBakery css not coming through to content template output pages
I am trying to write my custom css in WPBakery on wordpress but nothing shown through the output page and every changes ignored on it.
I hope someone can give me a hint. How can I programatically get the CSS code that WPBakery creates for a page's…

Hsn
- 29
- 2