Sarah Lewis
Forum Replies Created
-
Hi, Phi @mr2p,
I can confirm that using the pixel option instead of the dropdown UI does work. I’m not sure where the UI is coming from, honestly. I don’t think I’m using anything obviously related, but I’m also not experienced enough with Gutenberg to know what’s normal.
To check, I spun up a vanilla WP 6.8.3 instance and installed just Meta Field Block. The interface looks slightly different from the screenshots I posted earlier, but functions the same:
UI on the minimal install The effect in that case is identical with the
--mfb--gap is not definedsituation. But again, setting it to 0px is a viable workaround.
I hope this is helpful!Thanks for identifying the cause of this issue. I’ve submitted a pull request with a fix. π€πΌ
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.
Jumping 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. π