SNelson
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapsing Archives] enqueu_scripts errorTerrific! Thanks so much for the effort, and for letting us know. I think for the time being I’ll continue to use it as I did in the past, but good to know about the block-based alternative coming. Steve
Forum: Plugins
In reply to: [DreamSpeed CDN (RETIRED)] metadata?And one (for now!) follow up question. Is it safe to assume that if for some reason in the future I (or someone who takes over the management of this site from me) decide to discontinue using the DreamObjects CDN, I/they can simply disable the plugin and WordPress will revert to serving resources the conventional way?
Forum: Plugins
In reply to: [DreamSpeed CDN (RETIRED)] metadata?Wonderful. Thanks for your clarification. I presume for a DreamPress-hosted site I would want to clear the Varnish cache after enabling this plugin?
Forum: Plugins
In reply to: [HTTP 410 (Gone) responses] Content edit adviceAhh – super helpful. Thank you so much. So instructions in .htaccess precede everything else? I can put the 301 instructions in .htaccess and rely on your plugin for the 410. That makes a lot of sense now. Thank you!
SteveForum: Plugins
In reply to: [HTTP 410 (Gone) responses] Content edit adviceThank you. I’m on Apache, so I could manually write those redirects in .htaccess? But I’m still puzzled by how the “410 for WordPress” plugin would distinguish between a post which has been removed permanently and one which has been removed but should redirect. I don’t want to have conflicting instructions sent if that makes sense.
SteveOh, thank you SO much, Lyle!
Works great once you know that one small but critical insight.
Very grateful for your help.
SteveThanks, Lyle. I have indeed set up a local server for testing, but haven’t gotten too far in my explorations. An enormous amount of reconstruction would be required if Elementor were to be disabled but it’s reassuring to know that the raw content itself will be preserved. I appreciate your answer.
SteveForum: Plugins
In reply to: [Timely All-in-One Events Calendar] regenerate CSS?Thank you so much! I hope I never encounter this situation again but if I do now I know what to do. VERY grateful for your help.
SteveForum: Plugins
In reply to: [Random Content] find group ID?Thank you, Rick! Super helpful and I don’t imagine I would have come up with the answer on my own. Gratefully, Steve.
Forum: Plugins
In reply to: [Sell Media] I'm not understanding Price GroupsHello, Zane. Thank you SO much for your comments.
I’ll attempt to link to a screen capture of my sequence
Briefly – I created a price group in the settings pane. I uploaded an image and designated the price group. I don’t get choices in the menu.
At this point my only thought is that, since I’m evaluating this plugin locally, whatever you use for resizing images (ImageMagick maybe?) might not be part of my dev environment, preventing the plugin from offering those choices? I know it’s a long shot. Maybe the visual will help point out what I’m doing wrong.If it comes down to a problem with a local testing environment I can set up a disposable subdomain for testing, but local is faster and easier! (BTW, I did update the plugin to 1.5.6 before posting this reply.)
On the other topic – how are we supposed to define size constraints for a given price/size in batches (for example, $15 gets you a vertical no taller than 800 px or a horizontal no wider than 800px) if putting 800px in both the width and height fields will result in an 800px square? Do we have to put in custom dimensions for every image?
Thanks a million for your help.
SteveThank you SO much, Jeremy!
It turned out not to be mod_pagespeed, but the link you provided nailed it. I was impressed by the PerishablePress Blacklist and included it in my htaccess file, but I wasn’t aware that it breaks parts of version 3.5 and has been updated.For any other security-conscious webmasters who came across that code and included it in a pre-3.5 era, hustle over and grab the updated version here:
http://perishablepress.com/5g-blacklist-2013/Thanks again, Jeremy. I’m SO grateful you pointed me to that link.
SteveSimilar issues
http://www.collegeparentcentral.com
Only just today upgraded WP to 3.5
I’ve gone through the routine everyone else seems to be, of de-authorizing and disabling things.
Also tried switching to the 2012 theme.
No stats, endless spinner, etc
Stats appear to show at wordpress.com, and I do see the “sparkline” when I view the site while logged in.
Theme appears to me to be loading jQuery 1.8.3
Another anomaly, but I don’t know if this is new – some of the UI in the dashboard is disabled (for example, clicking the “Screen options” or “Help” tabs don’t do anything). I seldom use those, so I can’t tell you if the behavior is new or not.
Thanks for any insight.
SteveForum: Plugins
In reply to: [Plugin: Audio Player] Standalone versionFound the same thing. The version without swfobject (“audio-player-noswfobject.js”) works fine. I’m okay with using the two libraries. But I did spend quite a bit of time before some debugger pointed out that the undeclared variable swfobject was the culprit. The minified javascript is REALLY hard to work with! I gave up attempting to fix it myself.