leemon
Forum Replies Created
-
Forum: Plugins
In reply to: [No Shipping Message for WooCommerce] Internationalization support?Great! Thanks!
Forum: Plugins
In reply to: [FV Clone Screen Options] Gutenberg Options SupportAny news on this?
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] YITH WooCommerce Gift Cards + Polylang issueI’ve found a fix for my problem. I had to assign a Gift Card Category to my Gift Card product in all 3 languages. Apparently, the error just occurs if you don’t assign any Gift Card Category to Gift Card Products. Maybe this happens in WPML, too. I have no way to check it out.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] YITH WooCommerce Gift Cards + Polylang issueI’m using WP 6.0 with YITH WooCommerce Gift Cards 2.11.0 and Polylang 3.2.5.
Yes, it’s working again! Thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Error with version 2.9.0I updated to 2.10.0 and the bug is still there. But I see that it only happens in combination with a multilingual plugin such as Polylang. If I set three languages (for example: EN, ES, FR) and set EN as the default language, the bug only appears in the ES and FR versions of the gift card page.
Please, fix this. I was using an anchor tag to include a link to a privacy policy page in a checkbox field and now it’s no longer working.
Forum: Alpha/Beta/RC
In reply to: Quote block styles in theme.json not picked on frontendIt seems that it’s a caching issue. If I set
define('WP_DEBUG', true);in mywp-config.phpfile the quote block styles set in mytheme.jsonfile are loaded on the frontend. The thing is that when I revert back todefine('WP_DEBUG', false);the issue returns. 🙄Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Error with version 2.9.0Thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Error with version 2.9.0I “fixed” my issue changing line 34 in the
gift-card-design.phpfile to:$selected_categories_unserialized = $selected_categories;Apparently,
get_post_meta( $post->ID, 'selected_images_categories', true );already returns an array, not a string that needs unserializing.Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Missing styles in some input fieldsNo, no WP default install uses those input fields, but I don’t recall any WP default install using a
telfield either and this field type is styled by GP.I see that one cannot create two different registration forms, so forget the previous question.
But I see that one can create discount codes (with a configurable use limit) that override membership prices. So, this could work as an “invite” code for specific VIP members. Am I right?
Thanks
Thanks for your answer, Andrew.
I see that the “Register Helper Add On” you linked to has the ability to restrict memberships by email or username. Couldn’t I create two forms: one for normal paid users with no restrictions and another for free users but with restrictions by email addresses (so in the end this works as some kind of invitation)?
Thanks in advance
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 block not displaying in the editorI updated to v5.5.5 of the plugin and I’m no longer getting errors in the admin.
Thanks!
- This reply was modified 4 years, 3 months ago by leemon.