Title: Visual Composer &#8211; Frontend Editor loading problem
Last modified: August 21, 2016

---

# Visual Composer – Frontend Editor loading problem

 *  Resolved [animefreaksama](https://wordpress.org/support/users/animefreaksama/)
 * (@animefreaksama)
 * [12 years ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/)
 * Hi guys, i’m having a problem with wpbakery visual composer frontend editor so
   once i click on Edit with Visual Composer located in the page tab in dashboard
   or when i click on Frontend Editor in a page , the plugin doesn’t load at all
   here is a screenshot : [http://i.imgur.com/EbrWrd5.png](http://i.imgur.com/EbrWrd5.png)
 * I also tried to test the frontend editor in the wpbakery demo page here: [http://demo.wpbakery.com/vc/wp-admin](http://demo.wpbakery.com/vc/wp-admin)
 * but still nothing…

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [piratescott](https://wordpress.org/support/users/piratescott/)
 * (@piratescott)
 * [12 years ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4927693)
 * Wouldn’t it be best getting in touch with wpbakery themselves? I mean the plugin
   isn’t free so they offer support for it themselves.
 * [http://vc.wpbakery.com/features/support/](http://vc.wpbakery.com/features/support/)
 *  Thread Starter [animefreaksama](https://wordpress.org/support/users/animefreaksama/)
 * (@animefreaksama)
 * [12 years ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4927694)
 * piratescott i did not purchase it “yet” , to contact them you need the item purchase
   code i have been just testing the demo so how can i buy it when it’s not even
   working :/
 *  Thread Starter [animefreaksama](https://wordpress.org/support/users/animefreaksama/)
 * (@animefreaksama)
 * [12 years ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4927699)
 * can anyone help me to resolve this problem please ?
 *  Thread Starter [animefreaksama](https://wordpress.org/support/users/animefreaksama/)
 * (@animefreaksama)
 * [12 years ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4927707)
 * Problem solved , after +5 months of a pain in the ass i fixed this problem. Just
   hit F12 and delete vc-preloader and the magic is done.
 *  [sbhurry](https://wordpress.org/support/users/sbhurry/)
 * (@sbhurry)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928044)
 * Can you explain how to delete the preloader? I’m having the same problem
 *  [frankie95667](https://wordpress.org/support/users/frankie95667/)
 * (@frankie95667)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928083)
 * By hitting F12 you open the browser’s element inspector, for example, Firebug.
   Then you will edit the div line who’s id is “vc-preloader”. This will temporarily
   remove the loading layer and allow you to edit the page but it is not a permanent
   solution. You will need to take these steps every time you edit a page.
 * Here’s an example:
    [http://s14.postimg.org/oi6ol8n6p/Untitled_1.jpg](http://s14.postimg.org/oi6ol8n6p/Untitled_1.jpg)
 *  [Benedikt](https://wordpress.org/support/users/eundd/)
 * (@eundd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928107)
 * Having the same problem but this doesn’t look like a solution on the long run….
 * Fixed it: Just activate your license…
 *  [matthijshofstede](https://wordpress.org/support/users/matthijshofstede/)
 * (@matthijshofstede)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928108)
 * Had the same issue. I traced it back to a PHP memory problem and was able to 
   fix it by increasing the PHP memory limit to 128M.
    -  Started debugging as sugested here: [http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors)
    - Found the error in my console (500 server error on admin-ajax.php)
    - Enabled error reporting and logging in wp-config.php:
       ini_set(‘log_errors’,
      TRUE); ini_set(‘error_reporting’, E_ALL); ini_set(‘error_log’, dirname(__FILE__).‘/
      error_log.txt’);
    - Found this error in the log: [09-Dec-2014 08:22:13 UTC] PHP Fatal error: Allowed
      memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /domains/
      domain.com/htdocs/www/wp-content/themes/erovo/framework/pagebuilder/config.
      php on line 102
    - Increased memory limit in the .htaccess file: php_value memory_limit 128M (
      check you hosting on increasing memory limit)
 *  [punyaixan](https://wordpress.org/support/users/punyaixan/)
 * (@punyaixan)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928131)
 * thanks [@matthijshofstede](https://wordpress.org/support/users/matthijshofstede/)..
   it works.
 *  [leadingpathfinder](https://wordpress.org/support/users/leadingpathfinder/)
 * (@leadingpathfinder)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928201)
 * Hi Guys,
 * So I am having the same problem and get this error due to HTTPS.
 * Can someone suggest how to fix this.
 * Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-
   per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In
   media query expression: print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution:
   120dpi)
    [https://fonts.googleapis.com/css?family=font-family%3A+%5C%27Open+Sans+Condensed%5C%27%2C+sans-serif%3B&ver=4.2](https://fonts.googleapis.com/css?family=font-family%3A+%5C%27Open+Sans+Condensed%5C%27%2C+sans-serif%3B&ver=4.2)
   Failed to load resource: the server responded with a status of 400 (Bad Request)
   edit.php:330 Mixed Content: The page at ‘[https://perchingtree.com/wp-admin/edit.php?vc_action=vc_inline&post_id=4677&post_type=page&#8217](https://perchingtree.com/wp-admin/edit.php?vc_action=vc_inline&post_id=4677&post_type=page&#8217);
   was loaded over HTTPS, but requested an insecure resource ‘[http://perchingtree.com/?vc_editable=true&#8217](http://perchingtree.com/?vc_editable=true&#8217);.
   This request has been blocked; the content must be served over HTTPS. chrome-
   extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js Failed to load resource:
   net::ERR_FAILED chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.
   js Failed to load resource: net::ERR_FAILED chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/
   cast_sender.js Failed to load resource: net::ERR_FAILED chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/
   cast_sender.js Failed to load resource: net::ERR_FAILED chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/
   cast_sender.js Failed to load resource: net::ERR_FAILED [https://fonts.googleapis.com/css?family=font-family%3A+%5C%27Open+Sans+Condensed%5C%27%2C+sans-serif%3B&ver=4.2](https://fonts.googleapis.com/css?family=font-family%3A+%5C%27Open+Sans+Condensed%5C%27%2C+sans-serif%3B&ver=4.2)
   Failed to load resource: the server responded with a status of 400 (Bad Request)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Visual Composer – Frontend Editor loading problem’ is closed to new replies.

## Tags

 * [frontend](https://wordpress.org/support/topic-tag/frontend/)

 * 10 replies
 * 8 participants
 * Last reply from: [leadingpathfinder](https://wordpress.org/support/users/leadingpathfinder/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/visual-composer-frontend-editor-loading-problem/#post-4928201)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
