Questions tagged [visual-composer]
383 questions
3
votes
1 answer
Add custom button color to Visual Composer button settings
Is there a way to add a custom color/value to the color drop down of the button settings in visual composer? The site I'm developing has lots of colored buttons and rather than overriding one of the existing button classes with css I'd rather add…

Craig Harshbarger
- 1,863
- 3
- 18
- 29
3
votes
1 answer
WordPress Visual Composer Single Image Custom Link Not Working
I am using Visual Composer to edit my homepage on WordPress.
I added a Single Image, set the "On click action" to "Open custom link", put in the link URL and set target to "New window".
On the site, the link doesn't show up. In the source HTML,…

billyswifty
- 125
- 1
- 8
3
votes
2 answers
How to use the visual composer attach_images as in a shortcode
I am trying to create a custom image slider using visual composers attach_images but cant quite work out how to get the URLs from the array of image IDs.
Any help would be appreciated.
var_dump($bg_images) returns
string(9) "19,6,1692"
vc_map(…

Pam
- 51
- 1
- 5
3
votes
1 answer
Wordpress Visual Composer Template Integration in to Page Template
I am using WordPress with the Visual Composer plugin along with the Templatera plugin. I have created a template called footer. Instead of adding the template to every WordPress page (Home, About, Contact Us). Is their any way to create a shortcode…

Kyl
- 45
- 2
- 10
3
votes
1 answer
visual composer vc_shortcodes-custom-css
We have found that visual composer is creating custom css class and css code is placed in:
...
We have shortcodes which generate some css code. we also want to make a custom css class and add the css code with the custom css class…

pulla
- 153
- 1
- 9
3
votes
4 answers
Wordpress Visual Composer Strech Row and Direction RTL
When I try to strech row in the row settings in Visual Composer, the row streches, but the position of the row is all wrong.
It happens only when body direction has direction:rtl css setting.
Website is online: http://ono.devurl.net/?page_id=871
Any…

yuvalsab
- 455
- 9
- 20
3
votes
3 answers
Is it possible to arrows on a pageable container (visual composer)?
I'm working on my WordPress website with Visual Composer.
I need to include a pageable container but it would be great if it can be like a slideshow.
This is my pageable container
Thanks in advance,
Regards :)

AlbertoV
- 141
- 2
- 4
- 14
3
votes
1 answer
WP js_composer.min.css not applying for single post
I have an issue with my footer in single-post pages. My footer should look like
But when I open single post page it turns out to look like
.
When I inspected both footers I found out that any other page the css rules apply from …

StratyCom
- 31
- 3
2
votes
0 answers
Using composer dialogs in a C# bot
I created a C# bot with bot framework 4.14.1. Some dialogs are written in C# and others are created with the Bot Framework Composer. Now I want to run the composer dialogs inside the C# bot. In later versions of the Bot Framework I can do the…

andreas_007
- 21
- 1
2
votes
1 answer
Visual composer vc_grid > failed_to_get_id
I'm facing a problem with Visual Composer and media grid since last weeks. Media grid is not showing images and can't find why. So I've made a page test with this shortcode in admin :
[vc_row][vc_column][vc_media_grid…

Scott
- 21
- 2
2
votes
0 answers
Wordpress image attachment size
I am using Visual Composer / WPBackery to display a "services-image" block on my page. Visual Composer or my theme seems to be using the class="attachment-large size-large" by default which is causing my images to be larger than what is required.…

ultramel1987
- 91
- 2
- 11
2
votes
2 answers
How to remove a css class, when the user uses the back button of browser
I have built a WPbakery custom grid with a hover effect, that displays an overlay and additional text when hovering.
From the code I saw, that the css class vc_is-hover is added when hovering over. That all works as intended.
However when an user on…

bFlow Webdesign
- 119
- 8
2
votes
0 answers
Bad Product Order on Category Page WooCommerce
I'm first time here, and have one serious problem with my product ordering into product category page. For some reason, instead latest product to align to left, it is aligned by right side. For example:
bad image aligment
That products are generated…

Doroti Henridgz
- 105
- 3
- 13
2
votes
1 answer
How to show new custom meta box in visual composer in front end
i have create a custom meta box for visual composer and its working fine i admin section
add_action( 'vc_before_init', 'custome_team_section_createWithVC' );
function custome_team_section_createWithVC() {
vc_map( array(
"name" =>…

Deepak Goyal
- 1,186
- 2
- 13
- 26
2
votes
1 answer
How to add mute attribute to video element within Wordpress
With the new video autoplay policy. My video doesn't autoplay anymore. In order to fix this I need to add mute to the video but the video is added within Visual Composer and inside the video media properties there is no toggle to mute the video. How…

Raymond the Developer
- 1,576
- 5
- 26
- 57