Questions tagged [visual-composer]

383 questions
0
votes
1 answer

How to use fontawesome in param visual composer?

I code element with visual composer. I want to use fontawesome in element. Code here show list font-awesome in param visual composer array( 'type' => 'iconpicker', 'heading' => esc_html__('Fontawesome', 'interior'), 'param_name'…
caodat
  • 1
  • 4
0
votes
1 answer

I need to remove Visual Composer tags that have a specific attribute

This is Visual Composer code for two tabs, first tab has a button, and second one a text block. [vc_row][vc_column][vc_tta_tabs][vc_tta_section title="Tab 1" tab_id="1506352393593-04f5c1a6-5efc"][vc_btn][/vc_tta_section][vc_tta_section title="Tab…
Hadi
  • 147
  • 9
0
votes
0 answers

Add Visual Composer Template to wordpress php template file

The website I am working on has a complex footer that has been created in Visual Composer as a template. Rather than having to drag and drop the template file on every page we would like to hook this file into the footer.php theme file. Does anyone…
user1209945
  • 81
  • 2
  • 11
0
votes
1 answer

Add PHP code to a button created using Visual Composer in a woocommerce powered website

I have created a form using visual composer. In this form I want to assign a PHP function defined in functions.php to the submit button. How can I do this?
0
votes
2 answers

Visual Composer adds ?id= to background images of columns and rows

I'm trying to speed up a WordPress website which uses Visual Composer plugin. In GTmetrix result I see this: Serve resources from a consistent URL https://example.com/wp-content/uploads/2015/02/sfondo_form.jpg?id=15129 The image with query string…
Situdio
  • 19
  • 4
0
votes
1 answer

menu on hover - content shifts down & up

Trying to create a css menu:
Jadeye
  • 3,551
  • 4
  • 47
  • 63
0
votes
1 answer

How to show image on front end WordPress page by visual composer?

function italy_menu( $menu1, $menu2 ){ ob_start(); $menuatts = shortcode_atts(array( 'menu_image' => '', 'menu_title' => '', 'menu_money' => '', ), $menu1 ); ?>
iamtheasad
  • 1,017
  • 13
  • 15
0
votes
1 answer

Increase Service Description/Excerpt Length Wordpress VC

I'm trying to alter the length of the services excerpt / description used by VC in Wordpress I've used the function function custom_excerpt_length( $length ) { return 100; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); This however…
Tom Hutchison
  • 73
  • 1
  • 1
  • 6
0
votes
2 answers

Visual Composer custom options

Wonder, how can I add a new option for "Design Options" group in Visual Composer. In my case I need to add container element width. Thanks in advance
Tigran.S
  • 9
  • 4
0
votes
1 answer

Load more in visual composer wordpress

I'm using visual composer on my wordpress site. Is it possible to have load more posts on button click in Visual Composer? Do I need to use a plugin to do this? Does anybody know how to do it?
Viral M
  • 261
  • 2
  • 14
0
votes
0 answers

Visual Composer Masonry Grid doesn't work with do_shortcode

I am trying to run a simple do_shortcode using the following shortcode. I am trying to use it in a template page: [vc_row] [vc_column offset="vc_col-xs-12"] [vc_empty_space] [vc_masonry_grid post_type="custom" item="30085"…
alysonsm
  • 1,465
  • 1
  • 12
  • 16
0
votes
1 answer

My wordpress site's pages broke

for some reason my wordpress page broke. usually the first thing on my home and about us page was a full width image with text on top. Now The page's Title with a white < div > is being shown on top.…
0
votes
1 answer

Wordpress custom nav, Dropdown title not clickable

I'M using a custom wordpress menu as a sidebar element (Sidebar made in visual composer lay-out). Now the problem is that the complete box is a trigger for opening the dropdown menu, This means the main item link can never be activated. I would…
0
votes
1 answer

Set active tab according to date in visual composer wordpress

I´m trying to set an active tab according to the date. So if today is Tuesday, I need Tuesday to be the active tab. I´m working on wordpress, with visual composer plugin. Te JQuery that I`m working on, works fine with tabs made from scratch but I'm…
0
votes
1 answer

How do I place an image between two rows of Visual Composer?

I am new to WordPress and is currently using visual composer to build websites. While building a mobile app landing page, I am facing troubles while placing a png image between two rows. Please refer the below image -…