jslom
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Star ratings not appearing on pageI have been having the same issue on one site, but not another. Very odd. Unable to locate the issue. Have done every step this user has done also. I am also not seeing them on the shop page along with the single product pages. The reviews tab shows properly
- This reply was modified 12 months ago by jslom.
Forum: Plugins
In reply to: [Business Hours Indicator] Issues with 6.7Also
[27-May-2025 01:35:51 UTC] PHP Deprecated: MABEL_BHI_LITE\Models\Opening_Hours::__construct(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead in /var/www/example.com/wp-content/plugins/business-hours-indicator/models/class-opening-hours.php on line 25
which refers topublic function __construct(DateTime $start = null, DateTime $end = null) {
Fix changed topublic function __construct(?DateTime $start = null, ?DateTime $end = null) {- This reply was modified 1 year, 2 months ago by jslom.
Forum: Plugins
In reply to: [Business Hours Indicator] Issues with 6.7Thank you! I have updated and noticed some more log deprecation notices with PHP8+
[27-May-2025 01:29:40 UTC] PHP Deprecated: MABEL_BHI_LITE\Core\Models\Checkbox_Option::__construct(): Implicitly marking parameter $dependency as nullable is deprecated, the explicit nullable type must be used instead in /var/www/example.com/wp-content/plugins/business-hours-indicator/core/models/class-checkbox-option.php on line 13
which refers to this linepublic function __construct( $id, $title, $label, $checked = false, $extra_info = null, Option_Dependency $dependency = null )
I have fixed it with thispublic function __construct( $id, $title, $label, $checked = false, $extra_info = null, ?Option_Dependency $dependency = null )Forum: Themes and Templates
In reply to: [Kadence] Woocommerce image slider problem@woodfromlove Thanks for the update notice. It indeed fixed it here too. Mobile is fine also. You may just need to clear your cache on your device.
Forum: Themes and Templates
In reply to: [Kadence] Woocommerce image slider problemSame issue here, but it’s all images. Can’t figure it out…
- This reply was modified 1 year, 9 months ago by jslom.
Forum: Plugins
In reply to: [WooCommerce] Screen Options not saved after switching to HPOSSAME. Works on the “Products” page with an “Apply” button underneath the screen options but no button on the order page to make it stick
- This reply was modified 2 years, 9 months ago by jslom.
Forum: Plugins
In reply to: [Redux Framework] Latest Plugin Update broke the site againSame…breaks site for me too
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Using functionyes, I have it in /single-product/add-to-cart/variable.php
Great, I never noticed that! Thanks
Forum: Plugins
In reply to: [Simple Linked Variations for WooCommerce] Not workingHi,
Thank you for the reply!
Does the linked attribute need to only have a “None” option, or all of them?
Thanks!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] unable to edit a newsletterSame issue here. I was actually considering becoming a premium member too, but not if i’m going to be forced into it.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Site name not showing correctly in emailWorks good, thanks!
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Couple ErrorsI have variation items, and I am pretty sure I tried setting stock quantity for each variation to 999 and also changed it to stock management at product level @ 999. Is there a recommended way to do this?
Thanks
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Site name not showing correctly in emailThank you, also requested premium at the same time I reported this, and have not gotten anything back.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Manually sendingAwesome! Thank you. I’ll send some tests out now