Shortcode dialog in TinyMCE is greyed out
-
I am using WordPress 3.9.1 with Event Organiser 2.7.5 and its extensions:
- Event Organiser Discount Codes 1.2.0
- Event Organiser ICAL Sync 1.3.0
- Event Organiser Pro 1.7.0
- Event Organiser Stripe 1.0.0
- Event Organiser Venue Markers 1.0
My problem is:
When editing a page or post (but <b>not</b> an event) the popup dialog, which opens when clicking the icon for the ShortCodes, is grayed out. That means, the dialog is blocked and I cannot use it to add shortcodes. The strange thing is that it does work when editing an event.I debugged a bit with Chromes WebDeveloper-Tools:
The reason is that the overlay div with class “ui-widget-overlay” has a higher z-index than the dialog, therefore blocking it. The reason for that is that — atleast for my wordpress instance with many other plugins — the CSS file “eventorganiser-admin-style.css” is <b>not</b> loaded when editing pages or posts (but <b>is</b> loaded when editing events).
And that may be due to the function “eventorganiser_add_admin_scripts” in the file “event-organiser/includes/event-organiser-register.php”.I checked with the online 1h demo, but could not reproduce my problem there. But afaik the online demo uses version 2.6.0 of Event Organiser and my problem may not exist there.
Is this a known bug? Is there a fix available? Or do you have any suggestions for a workaround, except typing the shortcode by hand?
- The topic ‘Shortcode dialog in TinyMCE is greyed out’ is closed to new replies.