eyeghoti
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Purchase emails and logsForum: Plugins
In reply to: [WooCommerce] Purchase emails and logs[Correction ] Product E sent emails successfully when last listed in the shop.
When I try to send a test email from Woo, the plugin’s own error message is “Error sending test email. Please try again.“
I’ve installed WP Mail Logging and the respective error message was “Could not instantiate mail function.“Forum: Plugins
In reply to: [WooCommerce] Purchase emails and logsThanks for your help Shahzeen
Products A and B are consistently not sending emails.
Products C and D are consistently sending emails.
All products are paid for via PayPal, virtual, and are listed as Pending. (Updating the order status doesn’t add anything to our workflow.)Products A and B have been generated by duplicating previous generations of that product, I can’t remember whether C is a 1st generation Product but D certainly is. If we’re upto version n of A and B products, I’m pretty sure versions n-1, n-2 etc have sent emails successfully.
Products A, B and C have Variations, but D does not.
Products A and B have stock availability monitored with Inventory enabled, but C and D do not.
Product E is not currently listed in the shop, but when it was last listed, like A and B, it was an Nth generation product listing, had both Variations and Inventory enabled.I can see no other patterns eg with Product Categories or Linked Products.
[Update] I’ve also found that trying to send a test email from WooCommerce > Settings > Emails is failing.
- This reply was modified 8 months ago by eyeghoti.
Forum: Plugins
In reply to: [Event Tickets and Registration] No option to inport tickets(Sorry for taking so long to reply to this!)
Reverting to the Twenty Twenty theme and disabling all plugins except The Events Calendar and Events Tickets did not solve the problem. I can still see no option to import Tickets under the Content Type dropdown.
Apologies for not replying to this.
FYI The problem seems to be resolved by changing the caching option within the plugins settings.Forum: Plugins
In reply to: [Event Tickets and Registration] No option to inport ticketsHi Darian. Thanks for your help.
I can create Tickets within Events and successfully import Events and RSVPs from CSVs.
Paypal is set up and payments seem to be working correctly.PHP: 7.4.33
WordPress: 6.2
MySQL: 10.1.48-MariaDB
The Events Calendar: 6.0.12
Event Tickets: 5.5.10
There: Sydney (no child theme)Forum: Plugins
In reply to: [The Events Calendar] No option to inport ticketsMy bad. I assumed that, as the import function is part of the Event Calendar plugin, the artlicel linked to is part of the Events Calendar websie, and they’re from the same people, this was the right place to ask.
Forum: Fixing WordPress
In reply to: Migrating media to GoogleDriveThanks. I’ll look into that.
Is there a way to selectively bulk relink the photos in the blog posts to the cloud hosted copies?Forum: Fixing WordPress
In reply to: CSS not workingProblem solved!
I tried posting one of you bits of code at the top of the Additional CSS pane and it worked.
So working down the previous CSS, I found a missing curly bracket. ARGHHHHHHHH!!!!! Replaced it, and everything worked.Forum: Fixing WordPress
In reply to: CSS not workingJust to clarify …
Appearance > Theme editor and then under Theme Files on the right, select Stylesheet (style.css).
In the main pane there are then 4135 lines of css code.
Are you suggesting at line 4136 I should post something like ….woocommerce div.product p.price { color:pink; }… and then click on Update File?
Forum: Fixing WordPress
In reply to: CSS not workingI can post any of those codes into the Additional CSS pane and none of them make any difference. The text stays black.
It’s like something is preventing whatever is going in the Additional CSS pane.There is other CSS, and some of it works, whilst some of it did initially but then stopped working.
Forum: Plugins
In reply to: [WooCommerce] Multiple T&C (required) check boxesThanks.
I’m not confident enough to start editing functions.php so I’ll have a look at Advanced Custom Fields.Forum: Fixing WordPress
In reply to: Identifying the right CSS classThis fix (adding
!importantto the colour) seemes to have stopped working.
Any thoughts?Forum: Fixing WordPress
In reply to: Identifying the right CSS classInstat fix!
Thanks.Forum: Fixing WordPress
In reply to: Plugins and SQL tablesThanks.