jpegtobbe
Forum Replies Created
-
I have tried to only have Sensei and Sensei LSM Certificates active.. and no childtheme active (just the Storefront theme).
I cant see anything more than these warnings in the error_log:
PHP Warning: Attempt to read property “display_name” on bool in C:\Laragon\www\Webbkurshlr\wp-content\plugins\sensei-certificates\classes\class-woothemes-sensei-certificates.php on line 596
PHP Warning: Attempt to read property “user_login” on bool in C:\Laragon\www\Webbkurshlr\wp-content\plugins\sensei-certificates\classes\class-woothemes-sensei-certificates.php on line 596Cant see any XHR-call that displays any errors in the browser. Have tried incognito mode.
The same happens on two different hosts, my local win-dev and a standard linux dev env.
Got to be some logic error in your code that not trigger a php fault.
Here you can see a video of what i see: https://www.dropbox.com/s/pgyi38ouwptjiug/Kurser%20%E2%80%B9%20Webbkurs-HLR%20%E2%80%94%20WordPress%20%E2%80%94%20Firefox%20Developer%20Edition%202023-04-11%2016-07-07.mp4?dl=0
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] Subscriptions end up in trashThank you for the reply.
Its a bit hard for me to test because it happen so long time apart, maybe 3-4 weeks (1 month?).
But it got to be a bug in the code somehow? Shouldnt only subscriptions thats marked as “Mail sent” be deleted in the cron jobs? For me its subscriptions of the status “Subscribed” thats put in trash. That got to be a bug!?- This reply was modified 1 year, 11 months ago by jpegtobbe.
Running latest version 4.13.0.1.13.0
WP 6.2- This reply was modified 1 year, 11 months ago by jpegtobbe.
Forum: Plugins
In reply to: [WooCommerce] Additional content in emails shows when emptyI dont want to customize the text.. i dont want any additional text at all. Prior you could just erase everything in that textbox and no text was visible in the email. But after WC 7.2.0 that isnt possible anymore. If you dont enter anything in that field it defaults to some default text like “Thank you for buying” or something like that.
Prior to 7.2.0 on a new install there was “Thank you for buying” text already entered in the textbox.. and then you could just erase that and leave the field blank. But that isnt possible anymore.
So in the meanwhile i have to make an ugly fix by enter a dot “.” in the field so it almost looks empty in the sent email.Forum: Plugins
In reply to: [WP-Members Membership Plugin] Move cursor in post listAh great! In this case i had to install a sort order plugin anyway so now the user can sort the post list by drag and drop. So the bug isnt that a big problem for now.
Thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Move cursor in post list/wp-content/plugins/wp-members/assets/css/admin.min.css?ver=3.4.0
Line 34That is applied to the list on the posts page that makes you think you can drag and drop rows.
Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Archive counter with hidden productsPosted a bugreport on Github now. Sorry for posting here.
Forum: Plugins
In reply to: [Sub Categories Widget] Stopped working in Mega MenuAh.. sorry. Maybe i have done the change in the past to get it to work and forgot about it.
My apologies!Forum: Plugins
In reply to: [Sub Categories Widget] Stopped working in Mega MenuWell, i think you have to compare your versions. I havent changed anything in your plugin.
On row 68 in sub-categories-widget.php it looks like this in the two versions:
Version 1.5
$subs = wp_list_categories(array($parent => $category_id, ‘hide_empty’ => $hide_empty_cats, ‘taxonomy’ => ‘product_cat’, ‘show_count’ => $show_post_count, ‘exclude’ => $excluded, ‘title_li’ => null, ‘show_option_none’ => ”, ‘echo’ => 0, ‘order’ => $order));Version 1.5.1
$subs = wp_list_categories(array($parent => $category_id, ‘hide_empty’ => $hide_empty_cats, ‘show_count’ => $show_post_count, ‘exclude’ => $excluded, ‘title_li’ => null, ‘show_option_none’ => ”, ‘echo’ => 0, ‘order’ => $order));As you can see the “‘taxonomy’ => ‘product_cat'” is removed in version 1.5.1
Forum: Plugins
In reply to: [WooCommerce] Filter on tag in search resultI have tried both the Facebook group and WooCommerce on Slack. Dont get any good answers.
I only got the answer “it should work”.I have Googled a lot of on this, and it seams that other say the same that it doesnt work when the ‘s’ parameter is set.
If it not possible, would it be possible to make two queries and add the two together (i have done that before, but not in a pre_get_posts filter).
This is my entire code at the moment: https://www.dropbox.com/s/dj5b9rzrv7hqwc7/tax_query.png?dl=0
I have the same problem, the fee is visible on all the payment methods, not only to the one i have selected for the extra fee.
Forum: Plugins
In reply to: [SP Project & Document Manager] Files does not downloadOkay, because i had to solve the problem by deactivating the Premium plugin.
Whats the up to date versions of the two plugins? I’m a new guy taking over this site for the customer so i guess i cannot download any new versions because the support subscription is ended or something?
The plugin doesnt report any new version?
Forum: Plugins
In reply to: [WooCommerce] No shipping appliedNo one reads these support threads? It would be nice with some advice ??
Forum: Plugins
In reply to: [WooCommerce] No shipping appliedEmily, i dont know if thats the same problem we have. I know there is that strange thing that the flat rate is visible when the free shipping is applied, and that they can choose the flat rate if they want (why they want to do that.. maybe a scenario whould be that free shipping is shipped with shipping company X and the shipping that cost money is shipped with priority company Y).
When the customer chooses free shipping it will say free shipping on the receipt.
My problem is that neither Free shipping or Flat rate is applied to the order. On the order it says nothing at all about shipping type. And this only happens sometimes.