mrbryan
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] Only one co-author showing when editor roleHello plug-in authors, I believe I’ve shown that this is set up correctly but your plug-in is not treating all roles as potential authors via the function suggested in your documentation.
Will you help diagnose this?
Forum: Plugins
In reply to: [Yoast SEO] Error fOR 3 PAST RELEASES–Unable to render Card previewI’m having the same issue, I reached out to support and will be sending this thread so they know it’s a thing
I am using a custom theme based on 2015, nothing special. See for yourself at jhr dot ca — still getting the error
sorry i dont’ have a chance at the moment it is for a site that doesn’t have regions for widgets etc properly set up so really do need to do it programatically
that is in Chrome, BTW
I’m getting the same issue
(index):578 Uncaught ReferenceError: es_submit_pages is not defined
The plugin generated the form in the first place in a template, from the code below. Looks like a bug.
<?php es_subbox( $namefield = "YES", $desc = "", $group = "" ); ?>
Could be relaed to $namefield which was recently changed from NO to YES
Looking at the code it appears to be qTranslate that replaces the language switch function but does not give the multiple languages functionality at the same time.
If someone has an idea about how to make the two work together that would be amazing
Here’s some debug:
Uncaught TypeError: Cannot read property ‘value’ of null post.php:578
switchEditors.go post.php:578
switchEditors.switchto load-scripts.php:408
onclick post.php:1066THis is still broken for me on latest wordpress, — I also have qTranslate installed in case that’s relevant.
I looked at the code and see that the patch above is applied.
The switch between html and visual doesn’t work on the individual blocks, but if i switch to HTML/VISUAL on the normal editor boxes (not multiple blocks ones) then update the page, ALL the editors will switch to html/visual at once (including multiple block)