Questions tagged [visual-composer]

383 questions
0
votes
0 answers

WordPress visual composer not showing design options

I'm using BeTheme for WordPress with visual composer design options are not shown in WP menu under Visual Composer section. It should be shown like this http://prnt.sc/e9cc9h Anybody have the same issue and found a solution?
Dasser
  • 1
  • 1
0
votes
1 answer

Use Visual Composer in Storefront Single Product

I'm trying to figure out how to display my visual composer elements inside of my Storefront single product page. I can view visual composer in the backend, but it is not appearing in my single product post. Is there a particular hook that I need to…
PhDeOliveira
  • 2,323
  • 4
  • 22
  • 25
0
votes
1 answer

Run a Shortcode from a Button in Visual Composer - Wordpress

This should be a fairly obvious thing to be able to do. I have a plugin that has a modal newsletter signup form. I am very happy with the plugin and it has a number of options for the way it launches (after x seconds, when user reaches bottom of…
Bwizard
  • 955
  • 2
  • 15
  • 36
0
votes
1 answer

Parameter returns empty in custom Visual Composer Icon

I have setup a custom Element within VC for the user to add a button with custom text, link and (custom) font icon. I can echo out the title and link fine but the font-icon is blank. When I print_r($atts) I get this: Array ( …
Huw Rowlands
  • 393
  • 3
  • 16
0
votes
0 answers

Hover a segment through CSS on Visual composer

Hi i just want to ask regarding my issue. I'm stucked on these. I wanted to hover a segment on my homepage using CSS but unfortunately im using a Visual composer. What i want is that when someone hover on the segment the icon and all the text there…
0
votes
2 answers

Initializing Visual Composer upon Ajax content load

Basic Structure below, have an ajax script that replaces the div inner-content and updates the menu, pushes history states, fade in/out contents ect.. The inner-content contains a foundation grid row and content of wordpress editor lives inside that…
vico
  • 2,152
  • 2
  • 17
  • 38
0
votes
2 answers

Full width

I am building a website with Wordpress and Visual Composer (site builder). I want to make a menu on the right (red). It has 250px width. Visual Composer has an option: "Full width, scratch content". It is enabled in green the
. But it works in…
manx
  • 37
  • 4
0
votes
1 answer

How can I make 2 columns in a row s in visual composer backend, programmatically?

How can I make 2 columns in a row s in visual composer back-end, programmatically. I have searched lot but unable to find any solution. Any help will be appreciated. Thanks in advance. please check the…
0
votes
1 answer

Wordpress WooCommerce Bookings and Visual Composer capatibility issues

The Visual Composer backend editor keeps loading when WooCommerce Bookings is activated. I guess there might be the compatibility issues. Current version installed on my website: Wordpress: 4.6.1 WooCommerce Bookings: 1.9.13 Visual Composer: 5.0 I…
0
votes
2 answers

Visual Composer: nth-child not working with css classes

I am working on a website for a client, and she has Visual Composer installed. For a post grid, I need to assign a different color to each post title. My approach was to find the grid-item container and append :nth-child to it, then direct it to the…
Brian Francoeur
  • 85
  • 1
  • 2
  • 10
0
votes
1 answer

vc_map: Unable to use shortcodes inside textarea_html block

I've worked out a custom Visual Composer element using vc_map() that has a simple title, WISYWIG content, and background image. My issue is that any shortcode I use inside of the content block is not detected, and is either spit out as the raw…
0
votes
1 answer

Uncaught TypeError: Cannot read property 'split' of undefined(…)

I get Uncaught TypeError: Cannot read property 'split' of undefined(…) here is my jquery code: ( function( $ ) { "use strict"; $('.tk-input').on('change', function(e){ var $umargin = $(this).parent(); var temp = ''; …
Nand Lal
  • 682
  • 1
  • 11
  • 25
0
votes
1 answer

Fatal error: Uncaught Error: Function name must be a string in:..wp-content\themes\jupiter\framework\admin\generators\option-generator.php:80

I developed a theme for my woocommerce store locally through jupitor wordpress them, xampp. Now I have installed wordpress on a server, and integrated the theme I developed. I get this error when i open theme option page: Fatal error: Uncaught…
Matrix
  • 45
  • 2
  • 10
0
votes
1 answer

How to set multi default value in type checkbox Visual Composer shortcode?

I have code multi checkbox here: array( "type" => "checkbox", "heading" => esc_html__( 'Theme Data', 'my-theme' ), "param_name" => "pr_name", "admin_label" => true, "value" => array( …
ttn_
  • 308
  • 3
  • 21
0
votes
0 answers

Visual Composer - vertical_separator not working (WordPress)

I am trying to create a vertical separator in-between a 2 column list. Basically I want to use the already built-in horizontal separator, vertically. Have tried the following .vertical_separator > .wpb_wrapper { border-right: 1px solid #f7f7f7; }
Jinckz
  • 25
  • 6