leemon
Forum Replies Created
-
Sorry for the delay.
I’m using:
– WordPress 6.8.2
– Divi 4.27.4
– All in One SEO 4.8.7
The issue appears when editing any post type: posts, pages and custom post types.
The issue only happens with Divi or a Divi child theme active. I can’t use the Divi Builder with a default theme (like Twenty Twenty-Four) because the builder is only available with Divi active.Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Incorrect hook for load_plugin_textdomain()I’m using the 4.21.0 version of the plugin.
Thanks!
If it’s of any use, the same issue appears in this GeneratePress demo site:
The dropdown icon is not aligned with the menu item text.
I’m building it locally, sorry.
By the way, the browser inspector tells me that the
align-self: centerprop present in the.gp-iconclass in themain.min.cssfile of your theme has no effect:.gp-icon {
display: inline-flex;
align-self: center;
}- This reply was modified 1 year, 4 months ago by leemon.
Forum: Fixing WordPress
In reply to: Languages issues after update to 6.7Check this post:
https://make.ww.wp.xz.cn/core/2024/10/21/i18n-improvements-6-7/
Specifically the “Warnings if translations are loaded too early” section- This reply was modified 1 year, 6 months ago by leemon.
It seems that the final version of WP 6.7 is not throwing this warning for some reason. Anyway, according to the following post, plugins should call
load_plugin_textdomainin theinithook, not before (ie: theplugins_loadedhook):Internationalization improvements in 6.7
Forum: Plugins
In reply to: [WP Time Slots Booking Form] Final price email tag is not workingIt’s working now!
Thanks!
Forum: Plugins
In reply to: [WP Time Slots Booking Form] Warning in cp-main-class.inc.php fileI’m using the Gutenberg block. This only appears in PHP logs, not on display.
Forum: Plugins
In reply to: [WP Time Slots Booking Form] Final price email tag is not workingApparently, this doesn’t happen in the plugin demo in your commercial site, so it must be just an issue in the free version of the plugin.
Forum: Plugins
In reply to: [WP Time Slots Booking Form] Final price email tag is not workingIt seems that the culprit is the
get_slot_price()function in thecp-main-class.inc.phpfile.In my booking form I have 4 different Special Slots Prices (the default one, and three more) which I apply to different time slots in my form. But I think it happens the same with just one price.
Forum: Plugins
In reply to: [WP Time Slots Booking Form] Hooks to add things before/after a formI see that there’s a hook named
cptslotsb_the_formthat can be used to filter the form HTML markup. Closing this as resolved.Forum: Plugins
In reply to: [WP Time Slots Booking Form] Different prices for each time slotOk, I see that you can achieve this using the “Add Special Slots Price” feature. Closing this as resolved.
Forum: Plugins
In reply to: [WP Time Slots Booking Form] .nonavailableslots CSS class is not appliedOk, I see. If the “Show used slots” checkbox in the calendar field is checked, then the
.nonavailableslotsclass is not applied.