Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Fixed Editor issues#60

Open
igmoweb wants to merge 2 commits into
mgsisk:masterfrom
igmoweb:master
Open

Fixed Editor issues#60
igmoweb wants to merge 2 commits into
mgsisk:masterfrom
igmoweb:master

Conversation

@igmoweb
Copy link
Copy Markdown

@igmoweb igmoweb commented Jul 11, 2016

  • inkblot mods were not properly loaded when wp-admin is under SSL
  • Adding full stylesheet in editor was preventing WP Editor to work

When using add_editor_style is better to load just a few styles instead of the full style.css as many things can go wrong in the editor (like this case)

I've also removed home_url('/') and replaced it for admin_url() when loading inkblot mods in the editor as it was throwing a mixed content error in JS console when wp-admin is under SSL. This will add the inkblot-mods under SSL if needed.

Thanks

igmoweb added 2 commits July 11, 2016 10:12
- inkblot mods were not properly loaded when wp-admin is under SSL
- Adding full stylesheet in editor was preventing WP Editor to work
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant