philbee
Forum Replies Created
-
Same error with a custom block Theme (child theme of Automattic’s Block Canvas) with custom fonts defined in theme.json.
I simply commented out line 28 in ~/woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php and so far haven’t noticed anything missing; I think it’s something to do with WooCommerce’s more and more insistent handholding, as the function checks for if ( ! Features::is_enabled( ‘launch-your-store’ ) ) {Forum: Plugins
In reply to: [Advanced Query Loop] Oder by Name (slug)Very very cool, thanks a lot Ryan!
Forum: Plugins
In reply to: [WooCommerce] An important update is required for WooCommerceSame here.
Since neither updating WooCommerce to the latest version 8.9.3 nor dis- and reenabling WooCommerce helped, and the message takes away screen space in each and every woocommerce-related screen, even when editing a product, I deleted the WC-order-attribution-update-June-2024 entry in the %prefix%_wp_admin_notes DB table.Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesHey, perfect, 1.0.2 seems to solve this little problem – meaning I now can use the default Query Loop block instead of Advanced Query Loop.
Thanks a bunch for a great small plugin ?? !Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesHey,
sure, I tried on two local sites (running on Valet NGiNX), both with WordPress 6.5.3 and QLPS 1.0.1.
CPTs tested were two of my own (one created in CPTUI, one in ACF Pro) as well as WooCommerce products.<!-- wp:query {"queryId":0,"query":{"perPage":"1","pages":0,"offset":0,"postType":"fp_produkt","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"qlpspSelectivePosts":[{"title":"Tisch Edition 60","id":11665}],"parents":[]}} -->
Doesn’t matter what id is defined for qlpspSelectivePosts, the query loop block will always display the first post it comes across.
Thanks a lot!Forum: Plugins
In reply to: [Advanced Query Loop] Meta Query > Meta Value date()Hey @nugerama
really sorry for the noreply – somehow missed your post!
In the end I went with @laned69 ‘s code (adapted slightly to be able to display “current event” with two meta compares, start and end date), as I’m in a bit of a hurry.
As soon as things calm down a bit, I’ll gladly look into creating and using block variations, as per your code – thanks a lot for that!
Cheers, PhilForum: Plugins
In reply to: [Advanced Query Loop] Meta Query > Meta Value date()@nugerama Sorry to burst in like that, but out of curiosity, and because I’ll need this (ACF-based event dates filtered loop queries) for several sites as well: did you create a block variation of the standard Loop Query Block or of Advanced Loop Query? Seems like a much cleaner solution than having to add PHP filters, at least until @welcher adds this functionality to Advanced Query Block itself (have to admit I landed here because I couldn’t understand why meta_value “today” didn’t work out of the box – I’m probably spoiled from WP GridBuilder).
Thanks!Forum: Plugins
In reply to: [Contact Form 7] Brevo double opt-in not workingI think the Double Opt-In button in the DOI mail sent from Brevo not working has less to do with what Plugins and Themes are active on the site, and more with the fact that CF7 needs a separate DOI plugin.
Anyway, switched to Gravity Forms, problem solved.
Thanks @Tabajuki for your time and your lovely plugin!Forum: Plugins
In reply to: [Contact Form 7] Brevo double opt-in not workingHi Takayuki,
thanks for chiming in!
The site is here (red ?hier anmelden? button at the bottom).Just noticed that for 1 week now user names are no longer transmitted to the Brevo contact list.
So we currently have 2 problems with the CF7 – Brevo integration:
1. users get added to the list without double opt-in, which is not conforming to GDPR
2. user names are not added to the contact list, only email addresses.- This reply was modified 8 months, 3 weeks ago by philbee. Reason: added name details
Forum: Plugins
In reply to: [bbp style pack] All head content in bodyHi Robin,
again big thanks for your reply, and for the plugin.
I’ve only now started to dig into bbpress and bbp style, and have done some more editing to templates/bbpress.php, making it integrate better with the FSE theme we use.
Is there a way to send you the edited file?Forum: Plugins
In reply to: [bbp style pack] All head content in bodyHi Robin,
thanks a lot for the feedback (and your plugin generally, of course)!
So that’s by design? OK then… I’m sort of surprised it works, but so far I haven’t noticed particular issues that can’t be addressed somehow (e.g. my theme uses a background image that goes missing on BBPSP pages).
I’ll be playing with puttingwp_head();
beforeblock_template_part('header');
in templates/bbpress.php though, as it just feels more natural ??Thanks Mikko for answering!
Unfortunately, I have to admit I’m stumped as to how to get the ?full callstack?.Forum: Plugins
In reply to: [Create Block Theme] Exported .ZIP corrupt on Mac?@andrewcodes404 is WP_DEBUG set to true in your site? This for some reason breaks the zip-making bit of the plugin, on macos at least.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Critical Error After Update to 2.20.0Are getting this error on your live site, or on a local install?
I’m seeing it here, but from poking around it seems the error is because its running on a local WP instance which has a faulty (self-created) SSL certificate.Forum: Plugins
In reply to: [Create Block Theme] Exported .ZIP corrupt on Mac?NB: exporting the activated theme with user changes as full theme does work, but exporting as child theme and cloning the theme show this behaviour.