charliemcf
Forum Replies Created
-
Thanks for your help – I set up a staging site and was able to find the conflict. In case it helps anyone else, it was the Speed Optimizer plugin provided by my hosting service, SiteGround. Disabling the “Defer Render-blocking JavaScript” option in this plugin resolved the problem.
Thanks for your help, I updated Astra to the current version but the problem persists. I’ll set up a staging site etc but it’ll take a while, I’ll get back to you.
Thanks for your advice, the system report is here (with URLs redacted as this is a public forum): https://www.dropbox.com/scl/fi/d48luuf4aki9v03lmed3t/SystemStatusReport_2024-04-22T22-57-56.txt?rlkey=vaag472avywjmx9807b9c47d6&st=qgkru38t&dl=0
Thanks for your prompt reply. I never had this problem with the legacy checkout which used the same theme (Astra) and nearly identical plugins but to check I re-enabled the legacy checkout and it worked fine again. I’ve now turned the new checkout back on and the problem has returned.
Forum: Plugins
In reply to: [Accordions] Accordions stuck in open position after updateI managed to resolve my issue. In case it helps anyone else who has a site hosted on Siteground, it was a conflict with the Siteground Optimiser plugin. Deactivating the Optimiser plugin solved the problem.
Forum: Plugins
In reply to: [Accordions] Accordions stuck in open position after updateI’m using this plug in for the first time and have the same problem. 8 accordions on the page, all work fine when viewing the page as a logged in admin. But on the public page only the first accordion is visible and is stuck open. WP 6.1.1, Accordion Combo 2.2.87, using shortcodes, all advice very welcome, thanks.
Forum: Plugins
In reply to: [WooCommerce] How can I carry out tax calculations which aren’t just a %age?Thanks for taking the time to work through this! My problem is that the taxed/non-taxed components don’t always stay at the same ratio for every complex product, so I would have to set up a custom tax rate for every complex product. So 50 complex products would be 50 custom rates!
If I add another complex product to the previous example:
Complex product 2: Price excluding tax = $200 (non taxable component = $40, taxable component = $160), tax amount (at 10% of taxable component) = $16, price including tax = $216. This would be an overall tax rate of 8%, so the custom rate of 6% for the previous complex product wouldn’t work here.
Forum: Plugins
In reply to: [WooCommerce] How can I carry out tax calculations which aren’t just a %age?Sorry – last line should read a total of $216!
Forum: Plugins
In reply to: [WooCommerce] How can I carry out tax calculations which aren’t just a %age?Thanks! I want to use a % tax amount on normal products – so I can just use the usual Woocommerce process for these, that’s fine. But the “complex” products have a price which includes a taxable and a non-taxable component (long story, and I wish it wasn’t the case but it is – so I just have to deal with it!). So I have to identify these products, then deduct the non-taxable component, apply a % tax to the remaining (taxable) component, and use that tax amount for that product.
For example: A Normal product: Price excluding tax = $100, tax amount (at 10%) = $10, price including tax = $110.
A Complex product: Price excluding tax = $100 (non taxable component = $40, taxable component = $60), tax amount (at 10% of taxable component) = $6, price including tax = $106.
So a shopping cart/checkout containing one of each of these products would have a subtotal of $200 (Ex Tax), a tax of $16, and a total of $116.Hope this makes sense!
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Fatal Error on Activating CFDB7OK done, thanks.
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Fatal Error on Activating CFDB7wp-content permission was 755, I’ve changed it to 777 but still no log file unfortunately.
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Fatal Error on Activating CFDB7Thanks Arshid, I added the debug line to wp-config.php and tried to activate the plugin but sadly no debug.log file was generated. I also tried
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );but still no log file.
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Fatal Error on Activating CFDB7Thanks for your prompt response, I tried deleting and reinstalling but got the same error. Those are all the error details I have – when I try to activate the plugin from the Dashboard I get the “Plugin could not be activated because it triggered a fatal error” message at the top of the Plugins page.
Forum: Plugins
In reply to: [Import Users from CSV] Notification mail customization – is that possible?OK, I had a closer look at this. As far as I can tell (I’m no coder, so please correct me if I’m wrong) this plugin triggers the standard WP new user notification email. Happily, as of WP version 4.9, there’s a filter hook for this: wp_new_user_notification_email – so I was able to use this to customise the email that’s sent out. Plenty of usage examples out there, eg https://www.intelliwolf.com/how-to-edit-the-new-user-email-template-in-wordpress/. Hope this helps.
Forum: Plugins
In reply to: [Import Users from CSV] Notification mail customization – is that possible?Hi, I have the same question. Even advice as to where the email is generated (within the plugin, via a standard WP notification email, etc) would be welcome, thanks.