marselgray
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gutenberg YouTube Block Not Displaying in Posts OnlyI too am having the same issue. Only on posts as the other
Forum: Plugins
In reply to: [Block Lab] Pull ACF information from a post into a block labFigured it out, get_field works fine, was just jumping to conclusions
Forum: Fixing WordPress
In reply to: Can’t Publish Posts with Classic Editor in WP 5.0All user levels are having the problem publishing
Forum: Fixing WordPress
In reply to: Can’t Publish Posts with Classic Editor in WP 5.0It just saves it as a draft. They can’t publish. My apologizes, should have been more specific.
We were able to solve it by restoring the co-author plugin to version 3.2.2. There are no none security issues since this version and for us it worked.
Apologizes. We got it working by reverting to an older version of the Co-Authers plugin. The problem is apparently deeper than we first realized and actually appears to be an issue with the core WP_Query “where” filter, which does affect data queried by Ajax Load More but would also affect anything / everything else using WP_Query, which would include simple template loops and more. Specifically, the problem is that some string substitution appears to mangle the SQL query string, inserting a separate where clause directly into the middle of a table name in another clause.