frankyonnetti
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM Filters load-scripts errorI’m going to mark this as resolved. One of our developers is sure it’s environment related like you said.
Thanks for you help & time dcooney.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM Filters load-scripts errorRolling back to version 1.1 of ALM Filters fixed the issue for us (w/line 25 in ajax-load-more-filters.php removed).
Still may be related to the server environment because I can’t reproduce it locally.
fyi –
Also tried rolling back to version 1.2 with no success.I can always reproduce the error by going to the Media page in the WP admin. None of the images (files) would show and the error would display in the browser console (error noted in my 2nd comment on this thread).
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM Filters load-scripts errorThanks for your help dcooney!
I think you’re right, it has to be something related to the server environment. I’ll post back here once we figure it out.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM Filters load-scripts errorJust an htaccess login, but no secure plugins.
I also disabled all plugins except ALM and ALM Filters and got the same error.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM Filters load-scripts errorAll I’m getting from console is:
admin-ajax.php:1 Failed to load resource: net::ERR_EMPTY_RESPONSE
wp-admin/admin-ajax.php 0 ()Yeah that error doesn’t show on the prod environment and was only on my local.
Thanks for checking.
Hi dcooney (@dcooney)
I wasn’t paying attention to the error (path) I posted and would like to ask if you could change the error to read:Notice: Undefined index: _alm_layouts_css in wp-content/plugins/ajax-load-more-layouts/ajax-load-more-layouts.php on line 221
Thanks!
Thanks Nick, turns out It was related to the BackupWordPress plugin. It was making to many XMLHttpRequest which caused the error.
I’m having the same issue.
I’m getting this console error:
Failed to load resource: The network connection was lost. wp-admin/admin-ajax.phpForum: Fixing WordPress
In reply to: Searchable formsI am wondering the same as well. Is this functionality available through wp plugins or is it outside of wp?
We want the user to be able to enter content through a web form, and then allow that content to be searchable on the site.