Questions tagged [visual-composer]

383 questions
1
vote
1 answer

How to implement Visual Composer VC Codes to the Wordpress Homepage php Template?

I am working with a WordPress site. I used Fancy Text element of the Visual composer in a post. But I want to show this on Homepage. And for homepage, I already get the Homepage template which I have used. I made a custom section with post of this…
1
vote
0 answers

Import/Export WordPress demo

We are a team of developers who are beginning to publish our theme on Themeforest. We are facing an issue in presenting the demo of our theme and wanted to seek your help. Whenever we try to export our theme demo content and import it somewhere…
1
vote
1 answer

Custom WPBakery elements not displaying in WP admin

I'm creating custom elements for WPBakery. I have a folder called vc-elements which contains two files: hero.php text-image.php On the WordPress admin side, I want both elements to be visible. To do this, in functions.php I'm running: add_action(…
Freddy
  • 683
  • 4
  • 35
  • 114
1
vote
1 answer

How to create page in backend via WPBakery

I'm developing a plugin that creates pages for admin menu in backend via WPBakery. But when I look at generated page there is only shortcodes. How can I make plugins shortcodes execute in backend. I've tried to use echo do_shortcode( '$content' )…
1
vote
0 answers

WPBakery Page Builder grid builder custom image field display url not html image

I created a "post grid" of WPBakery Page Builder Wordpress plugin. I created a new grid template in the post grid. Then I add the "custom field" for display. I add Toolset Types "post field" slug as the custom field of "Field key name", it is ok…
1
vote
2 answers

WPBakery Visual Composer not loading

Im using the latest Wordpress version. Since GUTENBERG the Visual Composer is not working. I installed Classic Editor plugin. But it brought nothing. Also the Theme Customizer is not loading. Here you will find the error messages from the…
Jannis
  • 11
  • 2
1
vote
0 answers

Visual Composer is returning error after installing theme?

My visual composer is not working. It is returning following error in the javascript console: shortcodes_builder.js?ver=4.6.2:84 SyntaxError: Unexpected token < custom_views.js?ver=4.6.2:81 Uncaught TypeError: _.template(...).trim is not a…
1
vote
0 answers

CSS - Visual Composer overwritten style not applying what I see in Chrome console

I have an issue and I have no idea what is going on. I am using a WordPress theme that uses Visual Composer and I want to make an image in one row display in front another row div above it. I've got to the point where I have added relative…
thairish
  • 983
  • 2
  • 10
  • 16
1
vote
0 answers

How to add the new line in
 using crayon syntax highlighter in wordpress?

I am using the crayon syntax highlighter for syntax highlighting in wordpress blog. Problem is it print all of the code in single line with the tag printed itself in the syntax instead of add the new line please help. My Blog Page Problem Code…
1
vote
0 answers

WordPress VisualComposer Assets Missing

My WordPress site became very slow and investigation reveals that there are several CSS files missing from my file structure relating to the Visual Composer icon picker. From…
Kyudos
  • 625
  • 4
  • 18
1
vote
1 answer

VC Image Carousel not mobile responsive

using themeforest 'TheGem' theme and Visual composer elements. The image carousel is not responsive, on small screen its overlap each other, but on big screen its shows 3. I trying to fix it trough CSS, but not working, any…
faisaljanjua
  • 886
  • 2
  • 13
  • 28
1
vote
1 answer

Uncaught Error: Syntax error, unrecognized expression: VC accordions

I have a wordpress website where I have setup accordions by the visual composer but at frontend accordions not working and giving this errors in console: Uncaught Error: Syntax error, unrecognized expression: # at Function.fa.error…
Rango
  • 313
  • 1
  • 4
  • 16
1
vote
1 answer

WpBakery (Visual Composer) - Responsive best practices

I'm using wpbakery wordpress plugin. I added in design options padding and generated css code looks like: .vc_custom_1541499756394 { padding-top: 30px !important; padding-right: 250px !important; padding-left: 250px !important; } I need to remove…
user3590094
  • 119
  • 1
  • 2
  • 11
1
vote
0 answers

How do i create a container in wpbakery(visual composer) similar to bootstrap 3 container class?

I'm pretty new to WordPress and its plugins and i'm used to writing my own code from scratch using bootstrap, so i'm trying to create a row with padding on both sides like you get in bootstrap by using class ="container" but i can't seem get how to…
Dennis Gathagu
  • 105
  • 1
  • 14
1
vote
2 answers

Making WordPress Columns Same Size

I have been working on a WordPress site for several hours now and cannot for the life of me figure this one out. I have 4 columns in a row on my page and they are sized dependent on content. I need all 4 to be the same size. I have added a class to…
still2blue
  • 193
  • 1
  • 18