Ian Sackofwits
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Links keep disappearingHey, suzannesmith, do you have a caching plugin enabled? If so, try clearing the cache to see if that addresses the issue.
You could also try deactivating all plugins (using the Health Check plugin) temporarily to see if that addresses the issue.
Forum: Plugins
In reply to: [WooCommerce] Plugin errorHey, moto2402, I’m another WooCommerce user.
Is there an associated error in your debug log that relates to this issue?
Forum: Fixing WordPress
In reply to: Can no longer login to “sandbox” WP siteHey, garrityalf, if you have FTP access to the sandbox site, I would recommend deactivating all plugins/switching the theme via FTP to see if that allows you access again.
Forum: Fixing WordPress
In reply to: Issue after updating ASTRA themeHey, mamandis, it would be helpful in troubleshooting to include the error details, redacting information as necessary.
Forum: Fixing WordPress
In reply to: You need a higher level of permission errorHey, vinaypri, try clearing your cookies as advised in this post:
If that doesn’t work, I would recommend deactivating all plugins (via Health Check plugin) to see if that addresses the issue.
Forum: Plugins
In reply to: [WooCommerce] Notification Mails are not sentHey, Verena, I’m another WooCommerce user.
I would suggest temporarily switching your theme to a default Twenty theme and deactivate all plugins besides WooCommerce to see if that fixes the issue.
You can do those activities using the Health Check plugin.
Forum: Plugins
In reply to: [WooCommerce] Bug inside of All products pageHey, selevida, I’m another WooCommerce user.
I would suggest temporarily switching your theme to a default Twenty theme and deactivate all plugins besides WooCommerce to see if that fixes the issue.
You can do those activities using the Health Check plugin.
Forum: Fixing WordPress
In reply to: Broken website layout after mistakenly URL name changeHey, judepeanut, browser developer tools indicate that there are a lot of 404 errors meaning that URLs for your CSS which dictate your site’s styles and appearance aren’t loading properly.
I would recommend flushing the permalinks: go into your WordPress back-end i.e. wp-admin then Settings->Permalinks menu option.
From there, click the blue “Save Changes” button.
If that doesn’t work, I would recommend clearing your site’s cache.
- This reply was modified 3 years, 4 months ago by Ian Sackofwits. Reason: Include additional suggestion
Forum: Plugins
In reply to: [WooCommerce] Add woocommerce_email_from_address to customer emailsHey, ibby, I’m another WooCommerce user.
The
get_from_address()function returns the woocommerce_email_from_address address like you want.To include it in your email templates, you can add it via custom PHP like detailed here: https://woocommerce.com/posts/how-to-customize-emails-in-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Removing the add to cart button from specific product pagesHey, pumpiniron, I’m another WooCommerce user.
You could add an array with specific post IDs of the products that you wish to remove the buttons for and change your conditional to check to see if the current post ID is in that array, and then remove the action like how you’re currently doing it.
Forum: Fixing WordPress
In reply to: Extremly long loading of backendHey, swissphone, does your agency have a different user role than the account that you’re currently using?
It’s possible they have custom code optimized for a particular user account/role that they have for loading in the back-end.
Forum: Plugins
In reply to: [WooCommerce] Add to cart not working on product pageHey, kokomoko9000, I’m another WooCommerce user.
I would suggest examining your site’s error log to see if any errors are being recorded there.
I would also recommend temporarily deactivating all plugins (using Healthy Check plugin, besides WooCommerce) to see if that addresses the issue.
Also, you could try to make a local staging version of your site so you could rule out the server being an issue.
Forum: Plugins
In reply to: [Contact Form 7] How to avoid the topic robot man ?Hey, renaisonp, I’m another CF7 user.
Out of curiosity, what problems are you currently experiencing?
Forum: Fixing WordPress
In reply to: Error when trying to add themesHey, annie86, do you have access to your server debug logs? If you do, you should be able to see what generated the error.
Forum: Fixing WordPress
In reply to: Error when trying to add themesHey, annie86, you can examine the debug logs to diagnose the problem.
If you attempt to download plugin updates, does this issue still occur too?
I would recommend temporarily deactivating plugins and/or switching your theme to one of the default Twenty themes to see if this fixes the problem. You can do this using the Health Check plugin.