jryanjp
Forum Replies Created
-
OK, how do I troubleshoot this so it doesn’t happen again? It keeps happening, and there’s no way to tell when it happens, but it makes the whole site unusable.
Yes, as I said, the problem is intermittent. So, Murphy’s Law says that when you look at it, it will be working fine.
Is there a way to make sure this doesn’t recur? What is the “repeater template”?
Forum: Plugins
In reply to: [The Events Calendar] Events Not Displaying on CalendarThat fixed it, thanks!
Hi,
The problem appears to be intermittent. When it does happen, the JS error I get clearly points to your plugin (
ajax-load-more.min/js).Can you investigate what would cause the
Unexpected token E in JSONerror?Forum: Plugins
In reply to: [EWWW Image Optimizer] How to turn on Debugging?Yes, I assumed that as well. Ironically, I could not access the settings from the network admin dashboard. I had to go to the “Plugins” section of the individual site (not the network level), and then click the “Settings” link on the EWWW plugin. When I go to the “Plugins” section of the network admin dashboard, there is no “Settings” link on the EWWW plugin.
Forum: Plugins
In reply to: [EWWW Image Optimizer] How to turn on Debugging?I think the confusing part is that none of these settings are available when you go to “Settings” -> “EWWW Image Optimizer” (i.e. to page: /wp-admin/options-general.php?page=ewww-image-optimizer%2Fewww-image-optimizer.php).
The only way to access the settings is to go to the “Plugins” page first, then click the “Settings” link under the EWWW Image Optimizer (i.e. this page: /wp-admin/network/settings.php?page=ewww-image-optimizer%2Fewww-image-optimizer.php).
This is very confusing. The settings should be available from the normal settings menu. You should not have to go to the plug-ins page first.
Forum: Fixing WordPress
In reply to: Remove /blog but keep both links working?Sorry, that didn’t work. I changed “Permalink Structure” to just “/%postname%/” but then none of my existing posts could be reached from my home page.
This is because it didn’t change any of the permalinks for my existing posts. I still have to use the whole /blog/year/month/day/postname, but it did change all the links on my home page to just /postname/ so they all got page not found.
Is there a way to make BOTH permalinks (with and without the /blog/year/month/day/) work?
Yeah, I dumped Events Manager and installed “The Events Calendar” plugin. It’s far more functional, plus they actually listen to the users’ bug reports and fix bugs.
Forum: Plugins
In reply to: [YOP Poll] YOP POLL Start/END date is broken/ conflit help?I found that setting an end date makes the poll not work at all, even when the end date is in the future. This is a VERY buggy plugin, unfortunately.
Forum: Reviews
In reply to: [YOP Poll] Cannot Style with CSSActually, Fred, it’s easier than I thought. I just used wildcard selectors:
div[class*="yop-poll-question"] { font-weight: bold !important; font-size: 125% !important; margin-bottom: 10px !important; margin-top: 0 !important; }While this will apply to all of your polls, you can override it by specifying the specific class name including the random crap at the end.
Forum: Reviews
In reply to: [YOP Poll] Cannot Style with CSSI prefer to keep all of my custom CSS in a single file, using the Jetpack Edit CSS function.
I was able to do this using wildcard attribute designators, but it is annoying. Why do you add the random numbers to the class name? I’ve never seen anyone do that.
We have a staging site, it’s just a pain to mirror the production site every time we run into a problem with a plug-in. WordPress is not very debug-friendly.
Hi, thanks for the reply. Unfortunately it’s not realistic to deactivate all plugins and change the theme for a production website. I followed the advice in your troubleshooting page http://msyk.es/blog/prevent-jquery-wordpress-theme/ but I wasn’t able to find any cases of the jquery being loaded manually either by the theme or any of the plugins. I ran grep -r ‘jquery’ on the wordpress directory and looked at all instances but couldn’t find any that were overriding the default wordpress jquery version.
However, when I check the “Sources” tab in the developer window, I see no reference to jquery or to ajax.googleapis.com
Any advice for where I should look?
Maybe you should read the whole post before making a comment.
I know how WP extensions work. I’ve been programming in PHP since before WP existed. Without giving too many details, I supplied Photocrati “support” with a specific error that I was seeing in THEIR CODE. As I said in my original message, we DID set up a staging site and deactivate all other plugins. I had debugged and isolated the problem to a specific line of Photocrati code.
OK, I fixed this myself.
I was trying to save time by copying image files that were already in my uploads directory to the uploads/photo-gallery directory, and then selecting them from there when adding images to the gallery.
Apparently the plugin assumes the thumbnails are already created when you choose photos that are already in the photo-gallery directory, so it doesn’t try to create them.
I deleted all the photos from my gallery then uploaded them from my PC to add them to the gallery and it created the thumbnails.