Stefan
Forum Replies Created
-
Thank you for your fast reply and the fixed version. It’s working fine with that.
The issue was that all tough all the tables and options were removed, after installing the (not fixed version) of the plugin, I did not get the field to re-enter the access key.
For me, it seemed that the refresh of the page was on a loop and didn’t stop even after four times of reloading the page.
As I said, with the new version, everything works fine again.
Thank you very much
Thank you for the step-by-step guide. I did so, but the issue is still there. Any other ideas on how to debug this?
Thank you and best regards, Stefan
Forum: Plugins
In reply to: [Shipping via Planzer for WooCommerce] PHP error in pluginHi
Same issue here. Not sure if it’s because of WooCommerce 7.4.1 or something else, as I recently upgraded to 7.4.1.
Following is the error I get when I try to “Generate Planzer note and create package”.
I just sent you an email with the system status to [email protected]. PHP version is 8.1.16 on a LiteSpeed web server.
Hopefully, this can be fixed soon.
Best regards, Stefan
Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /home/u633608206/domains/brew-buddy.ch/public_html/wp-content/plugins/wc-planzer-shipping/src/WooCommerce/Submodules/OrderAction.php:35 Stack trace: #0 /home/u633608206/domains/brew-buddy.ch/public_html/wp-content/plugins/wc-planzer-shipping/src/WooCommerce/Submodules/OrderAction.php(35): in_array() #1 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(308): Planzer\WooCommerce\Submodules\OrderAction->handleGenerateDeliveryNoteAction() #2 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #3 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /home/u633608206/domains/brew-buddy.ch/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php(173): do_action() #5 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(308): WC_Meta_Box_Order_Actions::save() #6 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #7 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #8 /home/u633608206/domains/brew-buddy.ch/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php(258): do_action() #9 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(310): WC_Admin_Meta_Boxes->save_meta_boxes() #10 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #11 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #12 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/post.php(4717): do_action() #13 /home/u633608206/domains/brew-buddy.ch/public_html/wp-includes/post.php(4819): wp_insert_post() #14 /home/u633608206/domains/brew-buddy.ch/public_html/wp-admin/includes/post.php(426): wp_update_post() #15 /home/u633608206/domains/brew-buddy.ch/public_html/wp-admin/post.php(227): edit_post() #16 {main} thrown in /home/u633608206/domains/brew-buddy.ch/public_html/wp-content/plugins/wc-planzer-shipping/src/WooCommerce/Submodules/OrderAction.php on line 35
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Section templates only from main languageHi
You’re right, the widget is from Element Pack Pro. Sorry, I didn’t think about that this could be the reason why it’s not working.
Anyways, I will set the templates to the primary language and indicate the content language thru the title. That way it’s working :).
Thank you and best regards
Forum: Plugins
In reply to: [Connect Polylang for Elementor] footer does not switching to 2end langHi
Did you do it like that:
1st: Created footer in the main language and assigned condition in Elementor to “entire site”
2nd: From within Elementor while editing the footer of the main language, created the version for the second language and saved that new header without any display conditions in ElementorFor me, this worked.
Best, Stefan
Hi.
I found out that having two footers in different languages only works if I’m creating the footers in the other languages by using the button to create the other language from within Elementor. Creating two footers independently and assigning different languages doesn’t work.
What I did was, first, create the footer in EN, publish it, and from within Elementor of the footer in EN, create the German version. They will then be linked with each other which doesn’t happen by creating them separately.
Maybe this helps somehow.
Best, Stefan
Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Conflict with ShortPixel Image OptimizerHi Lulia
Thank you very much for taking the time to watch the video and give me feedback. Meanwhile, I removed WooCommerce and switched to Easy Digital Downloads. After removing WooCommerce, everything works fine again. It seems to me that there must be some sort of incompatibility between some or all of the three plugins. As debugging will be difficult and WooCommerce didn’t suit my needs (at least in the way I wanted it), I made the switch. Therefore, everything’s okay for me now :).
Again, thank you for your time and sorry for any inconvenience caused.
Best wishes, Stefan
Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Conflict with ShortPixel Image OptimizerHi Lulia
I have to come back to this issue since there seems to be some conflict with WooCommerce, Shortpixel and Regenerate Image & Crop. I’m not sure what the problem is but if I try to optimize (shortpixel) an image which has no thumbnail for the sizes “woocommerce_gallery_thumbnail” or “shop_thumbnail” (they belong somehow together), all thumbnails are going to be deleted. More precisely, only the information that those thumbnails exist seems to be removed from the database. The image on the disk is still present.
When I disable the Image Regenerate & Crop plugin and optimize the image again. This issue doesn’t arise. The interesting thing is that after optimizing the image with disabled Image Regeneration & Crop plugin, the two thumbnail sizes mentioned above are going to be created automatically. Don’t know if this plays a role.
I created a video showing the following:
1. Optimizing an image with both sizes mentioned above is successful
2. Optimizing an image with none of the mentioned sizes above fails
3. After the unsuccessful optimization, the image sizes still exist on the disk and are accessible through the web
4. Image optimization with disabled Image Regenerate & Crop plugin is successful but the mentioned sizes above are going to be created automaticallyPlease find the video here: https://www.dropbox.com/s/or5vau8gujflwem/image-regenerate-crop-shortpixel-issue.mp4?dl=0
Do you have any idea what the issue could be?
Thank you so much in advance and best wishes, Stefan
Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Conflict with ShortPixel Image OptimizerI just figured out that the issue is caused by WooCommerce and not Image Regenerate & Crop. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Map move when click on pinHi. Exactly :). I’m looking forward to the day you got this fixed. Anyway, thank you very much for your work! Kind regards, Stefan
Forum: Plugins
In reply to: [One Page Portfolio] Forces itself to top of page?Hi
Same thing here… Would be really great if the portfolio is going to be displayed where the shortcode was placed.
Kind regards