Questions tagged [visual-composer]

383 questions
1
vote
0 answers

Visual Composer conflicting with enqueued custom script

I have a wordpress page with Visual composer and a custom theme. The custom theme contains a script. Everything works fine until i use wp_enqueue_script for my custom script. All js-related functions by VC cease to work. Do i have to enqueue VC…
Heady
  • 935
  • 3
  • 10
  • 23
1
vote
1 answer

Visual Composer Grid Builder Past event

I am using visual composer in WordPress,In the i have create the custom post type for the event and displaying the events such as upcoming event and past event using grid builder.the upcoming event is displaying fine but the past event is showing…
Ravi Kumar
  • 190
  • 2
  • 12
1
vote
1 answer

reload visual composer grid after ajax call

I am currently implementing barba.js in a wordpress theme. I have managed to make most of the javascript functions to work properly after page change except the VisualComposer grid. Reading this thread I have managed to make Visual composer basic…
user5676176
1
vote
1 answer

Pseudo ::after works for some divs, but won't on VC Hero Section header

I'm working on a site for a client who wants borders (they are PNG images) on the bottom of their headers and a few other divs throughout the site. So far I have a CSS class .hh-border-bottom with a pseudo ::after selector that I used for the divs…
photogcoder
  • 55
  • 2
  • 10
1
vote
1 answer

Visual Composer row position fixed

i need help to make a row position fixed in WP Visual Composer or even better to stick it below the fixed header via css. i see .call_to1 {position: fixed} is not working. any help?
Ilir Bajrami
  • 119
  • 2
  • 15
1
vote
1 answer

Visual composer WordPress plugin tabs not working

After I updated my WordPress, the content of the visual composer plugins in tabs are not displaying properly. They are showing up as a sequential list. Can anyone direct me on how to go about fixing it? The tabs in the backend editor look ok: The…
locke14
  • 1,335
  • 3
  • 15
  • 36
1
vote
0 answers

custom vc elements won't render on translated pages wpml plugin

I have created a custom post type for a slider posts and then a custom visual composer element to gather those posts from that post type and then assemble it to create a slider but it won't render on the translated pages like if I create a german…
Juliver Galleto
  • 8,831
  • 27
  • 86
  • 164
1
vote
0 answers

Wordpress - Visual composer responsive image swap disable margins on mobile-tab devices

I create two rows in visual composer both with 3/3 alignment. On the first one i place three swap images, dimensions 380x190px. On the second one I add two swap images with the same dimensions and I use css margin-left:150px for the 1st and …
1
vote
3 answers

Jquery insert class inside html element

I have a set of tabs, when a class is active I want to add the following:
This class has to be inside the span class and after the title-text class as shown below. Here is the code and where it has to be inserted.
user1673498
  • 431
  • 1
  • 8
  • 26
1
vote
0 answers

Select Same Tab as Page Reloads using Visual Composer Tab

It seems that the Visual Composer Tab is not allowing the Custom JavaScript to perform its function when page is reloaded/refresh. My goal is to select same tab as the page reloads or refresh due a form submits a data on one tab. I got this…
Alen
  • 203
  • 1
  • 11
1
vote
1 answer

Wordpress/Visual Composer - Show 1 div when another div is clicked

I would be forever grateful if someone could help me out with this... I've been trying to implement this feature for 4 days now, no joke.. I have researched everywhere, tried everything, and I finally accept that I'm defeated. I know this is…
JipJipJimmy
  • 23
  • 2
  • 8
1
vote
2 answers

Masonry Grid post excerpt showing visual composer code?

See screenshot for example. When using a Masonry Grid, the excerpt is showing visual composer code wrappers for the body text. How can I strip out the Visual Composer code in this situation? Thanks…
sammond
  • 113
  • 9
1
vote
1 answer

How to remove the built-in theme Visual Composer module and install the plugin instead?

There is a site on wordpress with theme which is built in the module designer WPBakery Visual Composer. There is a problem with it - some elements have conflict with new version of wordpress, because it is quite outdated. Question: how to undock a…
Вася
  • 53
  • 10
1
vote
0 answers

WP - How to get the post ID in vc_gitem_post_meta.php

I'm using Visual Composer in my Wordpress site. I need to get the ID of the post which is rendered by grid builder (VC). In this file, i tried the following things in this file: vc_gitem_post_meta.php: $post = get_post(); $postid = $post->ID; $id =…
Arne Banck
  • 300
  • 2
  • 12
1
vote
0 answers

Query posts by custom field parent

I'm struggling on querying posts in wordpress, precisely - i have a dropdown select field in visual composer widget and what i can select are IDs of parents of custom fields in custom post. To be more precise - i made custom post - cummunique -…
esquarial
  • 277
  • 1
  • 4
  • 15