Questions tagged [visual-composer]

383 questions
0
votes
1 answer

Content Encoding Error using Visual Composer 5.4.5

I am using visual composer latest version 5.4.5 in my wordpress site. When i have transfer site in live server then admin side after edit any page, page content and VC page builder not display and after little loading display this error ->…
Ketan
  • 579
  • 3
  • 11
  • 31
0
votes
1 answer

The connection to the server was reset while the page was loading in the Godaddy

This page isn’t working rvold.com/rvold_live - didn’t send any data. Here is what I got in response: ERR_EMPTY_RESPONSE. On editing or Updating my homepage in wp-admin, the page giving me Errors, when I am clicking on update button. I have…
0
votes
1 answer

why isn't window.location.href in Visual composer page builder's Raw js element in Wordpress

In my Wordpress website, I have Visual composer page builder plugin. In that, I am creating a button which if click from apple phone, will redirect to Apple store and if clicked from android will redirect to google play store. I am doing this by a…
User27
  • 535
  • 5
  • 25
0
votes
1 answer

Add custom Icon in Visual COmposer

I'm trying to add icomoon icon in Visual Composer define('P2P5_MAIN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define('P2P5_MAIN_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); define('P2P5_MAIN_PLUGIN_DIR', untrailingslashit(…
Sébastien Serre
  • 285
  • 1
  • 3
  • 13
0
votes
0 answers

VC post grid doesnt display current site

I made a post grid that works like a navigation with the header-image. Only problem is I can't display the site the grid is used. I can add it in List of ID's but it doesnt display it in the front-end.
P.Br
  • 1
0
votes
0 answers

Wordpress loop looping four times but only displaying one record

Ok I am trying to get a custom post type working with a couple of fields for the most part it works and outputs the data but instead of each team member it is display the same team member multiple times. function team(){ // args $args = array( …
0
votes
1 answer

CSS transform scale getting overlapped in Visual Composer/Massive Addons

I have modified the Carousel (from Massive Addons for VC) slightly so that if you hover over an item, it grows. The problem is that it gets cut off by the item's borders when it grows. Here is the page:…
mydoglixu
  • 934
  • 1
  • 7
  • 25
0
votes
1 answer

Onclick Event Tracking Visual Composer/WPBakery not working in onclick code field

If this has been answered please point me to the solution. I found one post here that is relevant (Onclick Event Tracking Google Analytics Wordpress Visual Composer Plugin) but it says VC 4.12. The site I'm working on is at VC/WPBakery 5.0.1 and…
Karen
  • 23
  • 1
  • 6
0
votes
1 answer

Visual Composer text don't fit in mobile

Is there a way to expand a section height in Visual Composer plug in so text fits OK in mobile? Shrinking text is not an option.
Nick F
  • 1
  • 1
0
votes
1 answer

assign value from another function to other in same php class

i developed visual composer custom element and I want to assign the value of shortcode $atts["elementcolor"] from elementMapping function to elementCss function how can i do That Please let me know how to assign the value of shortcode…
mark
  • 1
  • 3
0
votes
0 answers

Issues with waypoints.min.js / jquery.min

I'm using WordPress and Visual Composer, when I edit Visual Composer Front Page, add new row then add Post Grid then stop working because of error javascript see screenshot, I wonder if anyone know about this? Thanks, Shaun.
0
votes
1 answer

Wordpress - WPBakery Page Builder - can I setup several builders for a single page?

I need to setup 2 content boxes for the page. The first one will be shown inside the page header, the second one - in the page content. The design is quite complex, so I can't use one content box and just add some styles. The main issue is I need…
Dmytro Duplyka
  • 332
  • 2
  • 14
0
votes
2 answers

Overriding CSS code trough visual composer

I have the following line of html code which i don't have access to. Since i wanted to hide a TAB which is the first , I used the custom css options of visual composer which allows me to override an existing code. To do that I…
dtmnn
  • 233
  • 1
  • 2
  • 16
0
votes
1 answer

Visual Composer slider images with text

I need to make a slider with images and title on every image for wordpress page. Pages are built using visual composer. Curretnly, I know I can use image carousel, but With it I can not add title on images. Is there other solution?
NDOE
  • 145
  • 2
  • 3
  • 13
0
votes
1 answer

Visual Composer's Page Builder on custom field in a custom post type

we've inherited a wp site with custom post types. the custom post types each have a custom field of type 'textarea'. (in other words they dont use the wp post_content field) we are trying to figure out how to use Visual Composer for the contents of…