ZappoB
Forum Replies Created
-
The source you referred to is relevant for versions before v14.8
I don’t know what you mean, but I was using V. 14.9.1 and updated to V. 14.9.2 within WordPress (admin), when WordPress sent me the message via mail.
I was able to suppress the messages as you described, and I’m now using V. 14.9.2 – but suppressing the messages should not be the final solution, please rework this for the next version.
Thank you for your support.
BR, Zappo
V. 14.9.1, because of the persistent message, s. post 1.
If I can disable the messages, I will update.
Hi?@mostafas1990,
here a screenshot from the button:
https://www.dropbox.com/scl/fi/7zhuemkijderozid6yrir/Bildschirmfoto-2024-07-24-um-13.29.45.png?rlkey=uu77h5fhrww9mr2hzt139rliu&st=skp2zt13&dl=0BR, Zappo
Hi @mostafas1990,
thank you for your renewed reply, but please note what I have already written several times above. The message can of course be closed, as shown in your video, but it always reappears when a page is changed or reloaded.
As I wrote, I am back to v. 14.9.1, this message does not appear here, so I cannot record a video. Just take my word for it.
BR, Zappo
PS: here is a new message from WP Statistics, which will permanently reopen:
https://www.dropbox.com/scl/fi/38854qqwzjx2xw8pfm6gp/WPS.mov?rlkey=j5a7t7g01exlldhzp32peyzid&st=k1f9npkm&dl=0I had to cut the video, because as I clicked on “comments” an user mail address was visible. But imagine I can go on and on and on…
PPS: the update of V. 14.9.2 was followed by this error:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 49 der Datei xxx/wp-content/plugins/wp-statistics/src/Service/Admin/NoticeHandler/GeneralNotices.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined method WP_STATISTICS\Helper::checkActiveCachePlugin() in xxx/wp-content/plugins/wp-statistics/src/Service/Admin/NoticeHandler/GeneralNotices.php:49
Stack trace: 0 [internal function]: WP_Statistics\Service\Admin\NoticeHandler\GeneralNotices->check_tracking_mode() 1 xxx/wp-content/plugins/wp-statistics/src/Service/Admin/NoticeHandler/GeneralNotices.php(41): call_user_func(Array) 2 xxx/wp-content/plugins/wp-statistics/src/Service/Admin/NoticeHandler/Notice.php(137): WP_Statistics\Service\Admin\NoticeHandler\GeneralNotices->init() 3 xxx/wp-includes/class-wp-hook.php(324): WP_Statistics\Service\Admin\NoticeHandler\Notice::handleGeneralNotices(”) 4 xxx/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 5 xxx/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 6 /home“NoticeHandler”… hmmm…
Hi @mostafas1990,
The warning you’re seeing is due to recent updates to tracker.js in version 14.9.2. Clearing your cache is important for accurate user tracking.
Which cache do you mean exactly? The cache for WordPress in general? We use LiteSpeed cache here, which automatically purges everything during updates.
You can permanently dismiss the notice by clicking the close button.
Neither deleting the cache again nor repeatedly closing the message has resulted in it being permanently hidden. That was also the message of my first post.
In the next version, this notice will only appear on the overview page.
Nevertheless, please make absolutely sure that the message is no longer displayed after closing once. It is also generally not very helpful.
BR, Zappo
Hello @webtoffeesupport,
new update has fixed the search, but I wait some days to update the 1.6.3 in the productive shop, just to be safe. ??
Thank you.
BR Zappo
Also here, I rolled back to 1.6.3 and search is fine.
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Problem with stock managementHi @janilyn409,
thank you for your quick reply, unfortunately I only understand it to a limited extent.
- how should I proceed to update the WooC database?
- we use the LiteSpeed cache (server-based), is there a recommendation for the settings? We cannot have our employee clear the cache with every chargeback.
- we do not use any other external inventory/warehouse management plugins, we rely exclusively on your bundled products.
As shown on the screenshot, your plugin does not seem to try to charge back the individual parts of the bundled product, but only the main product (please check the log messages again).
But I’m happy to try with the new tips you’ll have for me.
BR, Zappo
Forum: Fixing WordPress
In reply to: How to stop visual editor changing my code?Now I did.
Thanks again.
Forum: Fixing WordPress
In reply to: How to stop visual editor changing my code?Hi threadi,
ok, got it, I changed it as you said and also changed the CSS accordingly, now WordPress has no problem with saving the HTML.
Thank you very much for your help!
Ich h?nge mich hier mal mit an! Es w?re sch?n, wenn sich er Entwickler (STINA) hierzu wenigstens mal ?u?ern würde, besser natürlich noch eine L?sung dafür anbieten k?nnte.
Leider gibt es offenbar kein anderes Plugin für die Internetmarke.
Gru? Zappo
Hi Dina,
we have purchased the full version of Extra Product Options.
BR, Zappo
Hi Dina,
I’ve already submitted a support ticket at 31.07.2023 with no. 19290, but never got an answer.
BR, Zappo
Hi,
try this one:
add_filter( 'woocommerce_order_get_items', 'woosb_exclude_bundled_from_order', 10, 1 ); function woosb_exclude_bundled_from_order( $items ) { foreach ( $items as $key => $item ) { if ( $item->meta_exists( '_woosb_parent_id' ) ) { unset( $items[ $key ] ); } } return $items; }
BR.