rkg04
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Checkout Not LoadingHi @rajeshml
Thank you for your response. I ended up solving this last night by visiting:
Woocommerce > Settings > Advanced > Features and unchecking the ‘Order Attribution’ box. Not sure how/why this fixed it but glad it is over.
For info (and if anyone in future finds this support ticket having the same issue), it was caused by the
‘wc-ajax=update_order_review’ rather than the non-unique IDs for the checkout buttons.
Thanks anyway!
Forum: Fixing WordPress
In reply to: WooCommerce Checkout Not LoadingForum: Fixing WordPress
In reply to: WordPress Permalink IssueWP uses a hierarchical permalink structure for categories (child categories nested under parents in the URL). Top-level category still allows access to page as WP resolves URL based on the final segment. The slug (‘company’) is matched against the actual category slug in the database.
If you change news to anything else (e.g., news-999, aaaaaaa , 2345678), WordPress will still look for a category with the slug ‘company’ and its hierarchy, but it does not strictly enforce the parent slugs in the URL as long as the final category matches.
Forum: Fixing WordPress
In reply to: WooCommerce Checkout Not Loading@moderator ”?I have also raised a ticket with WooCommerce support but they are yet to reply. “
??
Forum: Fixing WordPress
In reply to: Media Library / Image CorruptionHi @saadahsan,
Thank you for your reply, I’m not sure if I made it very clear in my original post, but we fixed the issue by doing a full site backup from a couple of days before the error occurred. This fixed the issue, hence why you can see the images now.
Thanks anyway!
Forum: Fixing WordPress
In reply to: Media Library / Image CorruptionForum: Fixing WordPress
In reply to: Media Library / Image CorruptionHi @kuckovic
Thank you for your comment, but I forgot to say (like I said, the solutions I mentioned were just off the top of my head) we did try regenerating thumbnails too, unfortunately with no avail.
Hopefully, there’s someone with a solution that we didn’t try.
Thanks again!
Forum: Fixing WordPress
In reply to: 404 Error on Entire WebsiteI have managed to fix it so that the pages now show correctly. However, I’m not sure if you can see or not, but the header/menu has been altered and now includes duplicate buttons.
Forum: Fixing WordPress
In reply to: 404 Error on Entire WebsiteI considered the other case of double quotes, still only returned the single definition unfortunately.
Will try again now, thank you for youre response.
Forum: Developing with WordPress
In reply to: Cron unschedule event error for hookThank you very much, marking as solved.
Have a good day!
Forum: Developing with WordPress
In reply to: Cron unschedule event error for hookHi @luk4, Thank you for your response. I have downloaded the plugin and managed the cron event. It seemed to be involved with a plugin (of no relevance to the error), so I have removed that plugin and it seems to have fixed the error. Thank you very much!
Forum: Fixing WordPress
In reply to: 404 Error on Entire Website@ashutosharma97, I have installed the plugin as well as read the debug log. There are a few deprecated errors, and one error. I’ve tried dealing with it before to no avail.
‘WarningConstant ABSPATH already defined: wp-config.php:58’
I have checked multiple times and used a search command in terminal (grep -rnw /home2/proscuba/public_html -e “define(‘ABSPATH'”) and there is not a repeat definition of ABSPATH.
Forum: Fixing WordPress
In reply to: 404 Error on Entire Website@ashutosharma97, thank you for your response. I have downgraded my PHP version to 8.1, 8.0 and 7.4. Still no changes.
I have enabled debugging mode and will check to see any info from the logs.
Thanks!
Forum: Fixing WordPress
In reply to: 404 Error on Entire Website@serafinnyc, thank you for your response. I have already tried saving permalinks without changing them, as well as trying to change the structure of them. Still no progress.
No updates or changes were made by me or my team member.
Thanks!
Forum: Developing with WordPress
In reply to: WooCommerce Products Not Displaying CorrectlyI apologise, but I seem to have literally just fixed it this minute. I found a conflict in the Child Theme files. Thank you anyway!