Questions tagged [visual-composer]
383 questions
-1
votes
1 answer
Visual Composer custom query with OR operator
I am working with Wordpress via Visual Composer and a post grid of results from The Events Calendar. I have the query working as long as I only want to pull from one events category but I need to pull from multiple categories.
I have tried all of…

dgfrench
- 1
- 4
-1
votes
1 answer
Not able to give header and div the same background image
I am using WordPress and I want to make the header and the div below it to share the same background image.
I have added the div in the WordPress page using Visual Composer and given it a background image, but the only way I can make it go into the…

Joey93
- 103
- 1
- 3
- 12
-2
votes
1 answer
Removing bottom padding forces left and right whitespace
http://www.davenport.gallery/dev/portfolio-item/passion/
The two rows are to occupy 50vh - leaving not space at the bottom or left/right.
It needs to be full-width and full-height.
However when I remove:
margin-lg-30b: padding-bottom:30px;
This…

danelig
- 373
- 1
- 4
- 18
-2
votes
1 answer
Wordpress pages error
when i create new pages title comes out like that and also in the WPbakery and I use the design option to design any elements on the page it doesn't show up

Girgis Shenouda
- 11
- 5
-2
votes
1 answer
Suddenly getting error in Wpbakey plugin/ Visual Composer
I am wokring on a theme in wordpress which contains visual composer and it was working perfectly last day. But today when i am trying to edit the page using visual composer frontend it keeps on loading and in backed when i click on save button…
-2
votes
2 answers
Bind somehow,, before setTimeout runs
One javascript file that my webpage loads has this call
window.setTimeout(function() {
self.MakeWaterFall(self)
}, 500);
That .js file is hosted on other server and is loaded on webpage similar like many js libs from CDNs are loaded,, and that…

Kresimir Pendic
- 3,597
- 1
- 21
- 28
-2
votes
1 answer
Resposive Mobile and display: none - Wordpress - Visual Composer
Hello i have a problem with hide one row (exactly background) on mobile and tablet device i try give class to row : “none” and add css but this dont work on mobile
http://scr.hu/0wj8n/x00rp
@media screen and (max-device-width: 900px){
.none {
…
-3
votes
2 answers
Overlapping div in Visual Composer
I want to develop the next thing.
See example image: Overlapping div with text and background-color with a smaller width than the text
How can I achieve this? I'm using the Visual Composer in Wordpress. You can see what I made here:…

refreshfabian
- 1
- 1
- 2