WordPress Page Builder Style Loading Error

I’m having an issue with SiteOrigin’s pagebuilder plugin. I have made an entire website using this plugin (therefore I’d prefer to keep using it) but all of a sudden I can no longer add styles (such as backgrounds and pictures behind the widget) to the visual editor widget within rows that I am working on. All I see is just a constant loading screen. This only happens when using the visual editor widget, as on SiteOrigin itself I can edit rows fine, I just can’t use the visual editor anymore.

Here’s what it’s supposed to look like:
http://imgur.com/OwUiDmD

Read More

Here’s what mine looks like:
http://imgur.com/pLO5Bpk

Depending on the row I am using neither may load.

Here is a list of the plugins I am using:

  • Black Studio
  • TinyMCE Widget
  • Contact Form 7
  • Easy Google Fonts
  • Lightbox Plus Colorbox
  • Page Builder by SiteOrigin
  • SiteOrigin Widgets Bundle
  • Spacer Title Remover

I have deleted both siteorigin plugins as well as the visual editor plugin on my build and reinstalled them to no avail. Is this a common problem? Does anyone have any idea on how to fix it?

Many Thanks,

JDB

EDIT: Per Omer’s advice, I have found the error using Chrome’s Javascript Debugger.

http://www.website.com/wp-admin/admin-ajax.php?_panelsnonce=3bf1af34d8 503 (Service Temporarily Unavailable)

http://www.website.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,quicktags,plupload,editor&ver=4.3.1

Not sure where to go from here… any ideas?

Thanks

JDB

Related posts

1 comment

  1. Haven’t used this plugin before, but it looks like it uses ajax to fetch data, and an error in javascript is avoiding the page to load properly. To check if this is the case, inspect your page with chrome developer tools and on the right side look for javascript errors (console). Once you know which file is responsible for the error then you will have to fix that error and everything will start working fine.

Comments are closed.