njwp
Forum Replies Created
-
I have the same issue on a ‘ZoomIn’ animation which is actually looking more like a ‘ZoomOut’ after updating to the latest version of elementor. Regenerating css and data only works until the next reload of the page.
Forum: Fixing WordPress
In reply to: Unknown Autogenerated Styling Filesadd_action( ‘wp_enqueue_scripts’, function() {
wp_dequeue_style( ‘classic-theme-styles’ );
}, 20 );
Forum: Everything else WordPress
In reply to: Deleting gutenberg menus, templates, and other thingsJust to add to this as I had the same issue.
Going to this link:/wp-admin/edit.php?post_type=wp_navigation
does show all the navigation menus but when I try to delete one I get this message:
“The theme you are currently using is not compatible with the Site Editor”It is correct, I am not using a Site Editor theme, but the theme I am using does allow to use the navigation block so I do need to be able to delete navigation menus.
It seems there is an issue report for this on Github
https://github.com/WordPress/gutenberg/issues/55082
There the workaround is to use ‘bulk actions’ rather than click on the trash link on the individual menu.
- This reply was modified 1 year ago by njwp.
Forum: Plugins
In reply to: [Yoast Duplicate Post] is this HPOS compatible?Your plugin does have the option of enabling ‘duplicate’ on orders and coupons and those ARE woocommerce posts which will be impacted by HPOS.
Forum: Plugins
In reply to: [WooCommerce Bulk Edit Coupons - WP Sheet Editor] HPOS compatibilityBrilliant! Thanks for the quick response and great plugin ??
Just an update now that woocommerce 7.6.1 has reversed the changes they made to the checkout.
I STILL have an issue with the checkout page hanging with a ‘spinner’.I’ve managed to troubleshoot and added this string to the ‘Query Whitelist’
\?wc-ajax=ppc-data-client-id
That has now resolved the issueI’ve just updated to Cerber version 9.5.4 and still on Woocommerce 7.5.1
If I now set the ‘Protect all forms on the website with bot detection engine’ option to be on, the checkout page has improved but still does not load correctly
Before the update the page had two ‘spinners’ and none of the payment methods was displayed. Now it has only one spinner and one payment method displays but not the other and no ‘paypal’ button
I use this plugin for the payment methods:
https://www.ads-software.com/plugins/woocommerce-paypal-payments/I haven’t yet updated to woocommerce 7.6.0 but from the changelog it doesn’t look as though they made any changes to the ajax calls
Thanks for you prompt attention to this, much appreciated! ??
I see from your changelog that you put in a fix for this in version 3.7.9
We have just updated our site to Profile Builder version 3.8.5 but again the password strength meter is not working (we are still on WP 4.8)
The code you put in is:
<?php global $wp_version; if ( version_compare( $wp_version, "4.8", ">" ) ) { ?> strength = wp.passwordStrength.meter( pass1, wp.passwordStrength.userInputDisallowedList(), pass2 ); <?php } else { ?> strength = wp.passwordStrength.meter( pass1, wp.passwordStrength.userInputBlacklist(), pass2); <?php } ?>
If I edit that to be just:
strength = wp.passwordStrength.meter( pass1, wp.passwordStrength.userInputBlacklist(), pass2);
then the password strength works correctly.
So something about your code is not working. Could it be because you have PHP inside javascipt?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Update causes fatal errorsame issue here. 8 files failed to load from Backwpup plugin causing fatal error on site
wordpress 6.0.3
PHP 7.4.33- This reply was modified 2 years ago by njwp.
I have the same problem on my website, BUT in my case the WordPress Address (URL) is the SAME as the Site Address (URL).
I tried the suggested solution of deferring the rendering of the login page and that stopped the problem.
It seems odd to me that the rendering of the login page should have any effect whatsoever on the auto scheduled tasks in Woocoommerce.
It would be good if Cerber could look into this a bit more closely
Forum: Plugins
In reply to: [WC - APG Weight Shipping] typo & English donation page?OK Thanks
yes I agree it would be good if you can prevent WAITLIST.TTF from loading
Thanks! Brilliant support.
Have done a review for youThanks for your quick reply. I don’t have the paid version so I’m guessing I can’t submit a ticket
When do you expect the next release?