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'…
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…
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…
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?
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…
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…
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?
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"…
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.…
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…
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…
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 -…