Sarah Lewis
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events Tickets nag screen will not go away+1 on the original complaint. It’s very unexpected to click the close button just to have the upsell show up again on the next page… over and over and over…
Forum: Fixing WordPress
In reply to: Warning: chmod(): Operation not permitted in…My issue and solution were similar to @khdigital’s, except in my case the configuration file was correct but the file ownership wasn’t. When I updated the files and folders to belong to the user specified in the configuration, the error went away.
Forum: Plugins
In reply to: [Dynamic Widgets] Functionality Seems Opposite (all of a sudden)I encountered the same issue, but noticed that my existing, unmodified widgets were still following the rules; only a new one was affected. This made me think that the issue isn’t in the code that displays the widgets, but rather with the code that saves the rules from the settings screen.
With that in mind (and after reading the other comments in this thread), I downgraded the plugin, set up the new widget, and then upgraded the widget again to the latest version. That worked, and since I prefer to have the 1.5.14 update, I’ll jump through the hoops again if I need to make changes before the issue is resolved.
Forum: Plugins
In reply to: [Related Posts by Bibblio] Please limit admin CSS with specificityThanks for the lightning-quick response! I appreciate it, and I’m looking forward to the next release.
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Missing BB Editor on only one pageJumping in to say I encountered this same issue, only on one page, and it turned out to be a PHP error in a (custom) module. For any future debuggers reading this, take a quick peek at your PHP error log to rule that out, too.
Is this fix still in the works? I’m having trouble with PowerPack Beaver Addons (I know it’s not your product) and it seems to come back to this same issue with fancybox 3.
I’d love to know if it should be working before I spend time debugging it.
That’ll work for us. Thanks for your help!
The latest update has fixed the problem for me. Thanks for the speedy fix!
Forum: Plugins
In reply to: [WooCommerce] 404 Error for Cart and other WooCommerce pages@amber, that’s exactly what it was for me, too. I’m encouraging my client to switch to a better host, but in the meantime, following Woo’s recommended workaround works.
Forum: Plugins
In reply to: [Show/Hide Content at Set Time] time zone helpThe way the code stands, it’s none of the above (except by coincidence). Instead, it’s the server’s timezone (in many cases, this is set to UTC).
My preference would be that it use the site’s timezone. If the plugin author isn’t interested in updating this, I may release a fork that does.
Forum: Fixing WordPress
In reply to: Image Upload not working in 3.5For me, it was my theme (Thesis 1.8.5). On the upside, I’ve been meaning to get a better theme anyway, and this gives me motivation to make that sooner rather than later. ??
Forum: Fixing WordPress
In reply to: Import data from Pinterest to WordPressThis post details using IFTTT to do it… it’s not a perfect method, but it is better than nothing (since there really does appear to be no other good options right now).
I’m working on a super-simple plugin to enhance the IFTTT method. Let me know if you’re still looking for a solution!
Forum: Fixing WordPress
In reply to: wp-admin / wp-login.php is simply taking me to 500 error pagemcmichen’s steps worked for me. ??
Forum: Fixing WordPress
In reply to: Admin Login Keeps Redirecting@govpatel: that was one of the first things I tried. Didn’t help me but it might be just the thing for someone else.
Forum: Fixing WordPress
In reply to: Trouble Logging In today – Redirecting to Login ScreenI ran into this problem on a client’s blog (and she’s using Windows while I use Mac, so that ruled out a few things right there). Tried tracing this in various ways and searching, and eventually found something useful in the Codex.
My problem was exactly as described there: the database options for siteurl and home were wrong. Not sure whether this was the result of something my client did, a bug, solar flares, etc. but fixing those options (through phpMyAdmin) did the trick. Go figure.