theguitarlesson
Forum Replies Created
-
Thanks, please do.
You store the login time of each user, so it’s just a matter of checking when they last logged in to calculate how many days it’s been.
This would be the single most useful way to deduct points I think. The other ones you have, which are the opposites of point additions, are not very useful for deductions.
I found the setting to remove it, don’t know why it is ticked by default.
It’s at:
Woocommerce / settings / payments / stripe / settings / payment settings , and there is an “Enable payments via saved cards” checkbox.
I am on V 3.11.2, this is the latest version.
It is not working.
The error message is the same: Invalid attachment id to remove from an affiliate link
- This reply was modified 9 months, 2 weeks ago by theguitarlesson.
Any help please?
Here is the system info
name: Tom @ BigCupOfCoffee email: [email protected] PHP version: 8.2.11 MailPoet Free version: 4.49.1 MailPoet Premium version: N/A MailPoet Premium/MSS key: e6929a273a1a4c0b** WordPress version: 6.4.4 Database version: 5.7.44 Web server: LiteSpeed Server OS: Linux host.crafterest.com 3.10.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 WP info: WP_MEMORY_LIMIT: 40M - WP_MAX_MEMORY_LIMIT: 256M - WP_DEBUG: - WordPress language: en_US PHP info: PHP max_execution_time: 30 - PHP memory_limit: 256M - PHP upload_max_filesize: 64M - PHP post_max_size: 64M Multisite environment?: No Current Theme: Kadence (version 1.2.4) Active Plugin names: batch-uploader/batch-uploader.php, comments-kickstarter/comments-kickstarter.php, easy-table-of-contents/easy-table-of-contents.php, google-listings-and-ads/google-listings-and-ads.php, kadence-blocks-pro/kadence-blocks-pro.php, kadence-blocks/kadence-blocks.php, kadence-conversions/kadence-conversions.php, kadence-pro/kadence-pro.php, kadence-woo-extras/kadence-woo-extras.php, litespeed-cache/litespeed-cache.php, mailpoet/mailpoet.php, members/members.php, pinterest-for-woocommerce/pinterest-for-woocommerce.php, reviewer-extension/reviewer-extension.php, reviewer/reviewer.php, seo-by-rank-math/rank-math.php, shortpixel-image-optimiser/wp-shortpixel.php, simple-history/index.php, tablepress/tablepress.php, temporary-login-without-password/temporary-login-without-password.php, thirstyaffiliates-product-showcase/thirstyaffiliates-product-showcase.php, thirstyaffiliates/thirstyaffiliates.php, woo-collapsing-category-widget/woo-collapsing-category-widget.php, woo-update-manager/woo-update-manager.php, woocommerce-alidropship/woocommerce-alidropship.php, woocommerce-gateway-stripe/woocommerce-gateway-stripe.php, woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php, woocommerce-photo-reviews/woocommerce-photo-reviews.php, woocommerce/woocommerce.php, wordfence/wordfence.php, wp-recipe-maker/wp-recipe-maker.php, lasso/affiliate-plugin.php Sending Method: MailPoet Sending Frequency: 25 emails every 5 minutes MailPoet sending info: Send all site's emails with: default WordPress sending method - Task Scheduler method: Action Scheduler - Cron ping URL: https://bigcupofcoffee.com?mailpoet_router&endpoint=cron_daemon&action=ping - Default FROM address: [email protected] - Default Reply-To address: - Bounce Email Address: Total number of subscribers: 22 Plugin installed at: 2024-02-15 13:27:26 Installed via WooCommerce onboarding wizard: true
And attached is the screenhost.
Yes, it is ticked.
Clicking “Force sync” under the WooCommerce Customers list does absolutely nothing…
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] Tracking page not working?This is only for the paid version of this plugin though right?
Forum: Plugins
In reply to: [Orders Tracking for WooCommerce] Tracking page not working?Yes, I am using your ALD plugin.
So how can I use this to show tracking info of an aliexpress dropshipping product that was purchased through ALD?
Forum: Fixing WordPress
In reply to: wordpress editor The editor has encountered an unexpected error.Hi, I’m getting this same error when trying to create a new post or edit an existing one:
TypeError: Cannot read properties of undefined (reading ‘lightbox’)
at migrate (https://bigcupofcoffee.com/wp-includes/js/dist/block-library.min.js:14:185125)
at https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35725
at Zn (https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35870)
at https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35030
at Array.map ()
at Zn (https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35022)
at https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35030
at Array.map ()
at Zn (https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:35022)
at https://MYURL.com/wp-includes/js/dist/blocks.min.js:10:36374I fixed it by removing the default image centering code I had in my custom functions file:
// changing default gutenberg image block alignment to “center”
function change_default_gutenberg_image_block_options (){
? $block_type = WP_Block_Type_Registry::get_instance()->get_registered( “core/image” );
? $block_type->attributes[‘align’][‘default’] = ‘center’;
}add_action( ‘init’, ‘change_default_gutenberg_image_block_options’);
- This reply was modified 1 year, 3 months ago by theguitarlesson. Reason: Added code
If I comment out the line of code it starts working again.
//const FEATURE_NAME = ‘social-previews’;
Interestingly, there is another tiny plugin I wrote active on the site, that when disabled, this error doesn’t happen in Jetpack.
But there is no code in the other plugin that would conflict with “FETURE_NAME” or “social-previews”
Do you have any idea?
- This reply was modified 1 year, 5 months ago by theguitarlesson.
Hello, I did find a CSS method for this, but it is not exactly, but it is not great at all.
Please do add CSS classes for the output of the product Schema, it would be of immense help in customizing the otherwise plain look of it.
Thank you very much!
Tom
I just noticed it is caused when I have a particular featured turned on in Jetpack:
Settings/Writing/Composing/Jetpack Blocks
I just started getting this error after updating my plugins. My site has
WP: 6.2.2.
Jetpack: 12.3Everything looks up to date now, so not sure what happened.
Hi, there is no such option in Litespeed.
The only thing I needed to turn off and solve the problem is removing CSS asynchronous loading in Litespeed.
I don’t know the details of why, but I thought you would want to know.
I found the Litespeed option that caused this:
“Load CSS Asynchronously”
Turning this off solves the issue, but it would be better if this was on. Perhaps you should look into this.
Thanks again!