jchew
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instanceSolved.. it turns out the link dialog does not work if the body has the “modal-open” class.
Forum: Plugins
In reply to: WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instanceAn update, this issue does appear to be tied in with the Bootstrap modal in which I am adding the instance of wp_editor.
I am not sure what about opening and closing the WordPress media modal makes this come un-stuck. I have tried manually re-focusing on the wpbody-content ID when the modal / editor is initialized using the following code, but that did not work.
jQuery(#wpbody-content’).focus();nice, do share if you get it working! it’d be useful information for sure! thanks.
I didn’t, unfortunately.
Hello klipari,
The idea would be to be able to create new filters for the “Activity” feed that could be used show only photo updates, video updates, or link updates. Similar to how Facebook makes a distinction between a photo post, video post, link post, etc.
If there were some piece of meta data in the database that reflected what type of “activity update” was made, that would be more than half the battle.
Thanks so much for your quick response!