Questions tagged [visual-composer]

383 questions
0
votes
2 answers

rev slider javascript comes up in wordpress search results

I'm working on a website based on the BETHEME, it includes muffin content builder and visual composer. Visual composer is how I hvae build the website. On the homepage I have included a revolution slider in an visual composer text field. I used the…
0
votes
1 answer

Fixed div with higher z-index still shows beneath

I've got myself into something I do not quite understand regarding z-index. I've read around a lot about z-index not being as straight forward as one could guess so after trying everything out myself I'll try to specify my problem in hope for a…
Morgan Hassel
  • 23
  • 1
  • 8
0
votes
1 answer

Change fixed image when scrolling

I'm trying to have a fixed image change when i scroll over 3 particular rows. The image is a phone with an interface which should match up with normal text, as i scroll new text is seen and the phones interface should change accordingly! I managed…
Morgan Hassel
  • 23
  • 1
  • 8
0
votes
1 answer

Module is not defined visual composer wordpress plugin

I am intermediate developer of WordPress. I am developing a wordpress theme using visual composer plugin. When I create a blog grid through visual composer builtin blog element this error appears in the console. imagesloaded.pkgd.min.js?ver=4.6.1:7…
0
votes
0 answers

Visual Composer Post Grid Custom query Sticky Post issue

I'm using visual composer by http://vc.wpbakery.com/ on my wordpress site. My issue is within the custom query of the post grid. I just want to exclude Sticky Posts from the latest cat "ID20" with the query…
0
votes
1 answer

PHP Array first variable is not recognized

I am creating an extension of an existing Visual Composer Plugin. And everything works fine but one variable is not recognized. And I can't figure out why. if($vor_icon_style == "bg-sprechblase" || $vor_icon_style == "bg-konfigurator" || …
GrampaRay
  • 170
  • 1
  • 13
0
votes
1 answer

Text or Google Fonts are not showing in Chrome

some users of our site (Link) that are using chrome say that the text blocks aren't showing on the site for some reason. I use Chrome too and everything works fine. I attached a picture of the problem below. Hope somebody can help fix that…
0
votes
1 answer

Visual Composer Post Grid Custom Query Today Date

I'm using visual composer by http://vc.wpbakery.com/ on my wordpress site. My issue is within the custom query of the post grid. Basically I'm selecting all upcoming events (post type event) where the event-end-date (custom field) is >= today. My…
Jonas
  • 3
  • 4
0
votes
3 answers

Different Image on Mouseover

I am currently working in Wordpress usnig the Visual Composer. I wish to make an image simply change on mouseover for now. I have read many different ways of doing this with Java and CSS but nothing seems to be specifically for this. Many thanks!
A. Matulewicz
  • 25
  • 3
  • 8
0
votes
1 answer

Creating (Complex?) Custom Queries for Wordpress compatible with Visual Composer

I'm struggling to make two custom queries for visual composer: a query which will display posts which are published with a date after today's date (have plugin which publishes future posts) in Ascending or descending order (whichever makes it show…
Supaiku
  • 121
  • 5
0
votes
1 answer

How can I embed this snapppt javascript?

I'm trying to embed a javascript from snapppt.com into a cms page. It shows me in console that the script has been loaded, but there is nothing showing up. This is the code i get from snapppt.com:
Andreas N
  • 1
  • 1
0
votes
2 answers

Justify text from post into Visual Composer grid

What I have A 2 item grid created with WPBakery Visual Composer Version 4.11.2.1. Inside every item of the grid there is there is a post from my news section. What i need to do I need to justify the text inside grid's item
Antonio102
  • 5
  • 1
  • 4
0
votes
0 answers

Visual Composer 4.12 and Firefox issue

When adding multiple margin settings in rows along with IDs per row on a single page causes Firefox to crash on both Mac and PCs. The pages attempt to load but cause FF to lock up and I cannot generate a crash report to further investigate. This has…
user949509
  • 49
  • 6
0
votes
2 answers

Visual Composer on wordpress 4.5 invisible parts

I made a site with wordpress using visual composer. When I am logged in, I can see everything good but when I log out from admin zone or when i visit the home page of the site, all the animated css things are invisible (but present) and also the…
0
votes
1 answer

Execute visual composer generated code on a different wordpress page

I have installed visual composer on my wordpress and has enabled it to execute on all pages, posts, product, etc. Later, I created a product whose description is designed in visual composer. So when I visit the product page the visual code is parsed…