I’m thinking your custom js might be throwing an error, can you open your browser console and see if any errors are being reported?
I tried removing my javascript, it had no effect.
These are the errors.
1) 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, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
2)
JQMIGRATE: jQuery.browser is deprecated
Object.defineProperty.get
$.extend.disableTextSelection
$.(anonymous function)
(anonymous function)
m.extend.each
m.fn.m.each
$.fn.(anonymous function)
(anonymous function)
j
k.fireWith
m.extend.ready
J
I removed my custom.js. it had no effect. While on the admin screen it reports…
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, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
and
JQMIGRATE: jQuery.fn.live() is deprecated
console.trace()
migrateWarn
jQuery.fn.live
(anonymous function)
j
k.fireWith
m.extend.ready
J
it seems that the closing bracket in my functions.php file was to blame…You are supposed to leave out the closing bracket in all php files??
Yep, that’s considered best practice these days :).
but as the other solutions it seems to have solved my problem only momentarily. the tinymce editor is back to its tricks…if i switch to visual i don’t see anything that i’ve entered while in text, nor can i type anything.
I can add media and i see it if i switch back to the text tab….any ideas?