amycarolyn
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Intermittent ‘There is error here’Maybe the search is timing out. Is there a way to update ‘There is error here.’ to something else?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Intermittent ‘There is error here’Here is the page:
https://synergyrad.org/our-radiologists/I don’t believe this to be a multisite issue. The plugin works great on all of the multisite installations except one. I realize it could be a conflict but was not sure how to reach a resolution when deactivating all of the plugins didn’t solve it. As a workaround, I commented out the following in riddle.tinymce.js:
/**
* Convert Embedded to ShortCode
* @param content
* @returns {string}
*/
/*function replaceEmbeddedToShortCode(content){
var container = jQuery(‘<div>’).html(content);
container.find(‘img.rid-preview’).replaceWith(function(){
return this.alt;
});
return decodeURIComponent(container.html());
}*/
/*editor.on(‘GetContent’,function(event){
event.content = replaceEmbeddedToShortCode(event.content);
});editor.on(‘BeforeSetContent’,function(event){
event.content = replaceShortCodeToEmbedded(event.content);
});*/I should add this is WordPress multisite.
I’m using the standard WordPress editor and it’s happening in page edit mode (Visual View) for all pages, not just ones where we have a Riddle embedded. I tried deactivating other plugins to see if the error would go away but it doesn’t.
Thank you! My dashboard wasn’t prompting me for the upload but I’ve now updated the plugin. It didn’t solve the error in the Visual Editor though. I’m still getting:
riddle.tinymce.js?v=3.0.6&wp-mce-4310-20160418:37 Uncaught URIError: URI malformed
at decodeURIComponent (<anonymous>)
at replaceEmbeddedToShortCode (riddle.tinymce.js?v=3.0.6&wp-mce-4310-20160418:37)
at A.<anonymous> (riddle.tinymce.js?v=3.0.6&wp-mce-4310-20160418:103)
at t.i [as fire] (tinymce.min.js?ver=4310-20160418:8)
at A.fire (tinymce.min.js?ver=4310-20160418:8)
at A.getContent (tinymce.min.js?ver=4310-20160418:11)
at A.<anonymous> (timeline-express-tinymce.min.js?wp-mce-4310-20160418:8)
at A.i (plugin.min.js?ver=4310-20160418:1)
at t.i [as fire] (tinymce.min.js?ver=4310-20160418:8)
at A.fire (tinymce.min.js?ver=4310-20160418:8)I’m not seeing an upgrade available, was this done?
I’ve upgraded WordPress and all plugins to the latest version. This is the full error. I’m not able to save changes using the Visual Editor since installing the Riddle plugin.
Uncaught URIError: URI malformed
at decodeURIComponent (<anonymous>)
at replaceEmbeddedToShortCode (riddle.tinymce.js?v=3.0.5&wp-mce-4403-20160901:37)
at B.<anonymous> (riddle.tinymce.js?v=3.0.5&wp-mce-4403-20160901:103)
at t.i [as fire] (tinymce.min.js?ver=4403-20160901:8)
at B.fire (tinymce.min.js?ver=4403-20160901:8)
at B.getContent (tinymce.min.js?ver=4403-20160901:11)
at B.<anonymous> (timeline-express-tinymce.min.js?wp-mce-4403-20160901:8)
at B.i (plugin.min.js?ver=4403-20160901:1)
at t.i [as fire] (tinymce.min.js?ver=4403-20160901:8)
at B.fire (tinymce.min.js?ver=4403-20160901:8)I’m having the same issue, is there a resolution?
It is the theme but I can’t figure out what would be conflicting. I’m not using a any custom queries (just the regular loop) and have Infinite Scroll implemented correctly in my theme as far as I can tell. I submitted a support request using the form. Thanks.
I’m having the same exact issue but don’t see a resolution here. Was it resolved?
Forum: Plugins
In reply to: [Restrict User Content] Shows Photos if the Uploaded By is FalseI just realized it was the WP Users Content plugin I was using for this purpose… I would delete this ticket, but its not allowed.
Forum: Plugins
In reply to: [Restrict User Content] Shows Photos if the Uploaded By is FalseAfter thinking about this I know where ‘Uploaded by False’ is coming from. When users register they are asked to select a profile photo, but since they aren’t registered or logged in first, there is no user name to assign the photo to.
Forum: Plugins
In reply to: [Revisionize] Revision NotificationsSince the post status is determined at the point you click Revisionize, and again when you save your revision, two notifications are sent. If you clicked Revisionize and the post was created as a Draft, and then you could ‘Save as Pending’, that would work.
Just wanted to update you that my bright idea is a no go.
Forum: Plugins
In reply to: [Revisionize] Revision NotificationsBefore noticing your response a light bulb went on and I realized I could probably just change the Revision status to Pending instead of Draft. I did that in your plugin and it did trigger the notification. I don’t know yet if there are other issues associated with my solution.