mistercode
Forum Replies Created
-
Thank you @aqibkhan9 for your reply.
Unfortunately, you didn’t test it before giving me this answer, did you?
If I follow your recommendation, the shop manager will have full access to Post SMTP, including Settings, not just the log files.
Do you have a working solution?
Thanks!
Forum: Plugins
In reply to: [Redis Object Cache] Best practice for database and keyThank you @tillkruess for taking the time to answer my question. Since you are the expert, I will follow your recommendation and increase the number of databases 😊.
@allstarsft Nothing. We decided to remove it without replacing it. The idea behind the discontinued products was to maintain the SEO ranking. But the problems affected more products and were worse than the loss of the SEO ranking. We decided to add redirects to the htaccess file so that the discontinued products were redirected to the new product or the corresponding category.
The plugin is unreliable. There are always problems with the output. Sometimes discontinued products are displayed when they shouldn’t be, then the counter is incorrect, and categories are repeatedly hidden when they should be displayed. Since we have over 4,000 products in 600 categories, it is impossible to check this every time. Therefore, we have uninstalled the plugin. It is not recommended.
Forum: Plugins
In reply to: [LiteSpeed Cache] Disable/enable cache programmaticallyAnd how to re-enable it?
Forum: Plugins
In reply to: [LiteSpeed Cache] Disable/enable cache programmaticallyThank you @qtwrk for your time and answer.
I definitely need to disable LSC as it clears the cache in between writing the products and this sometimes causes problems.
Forum: Plugins
In reply to: [ATUM WooCommerce Inventory Management and Stock Tracking] Inventory by dateThank you very much for your prompt reply and clarification. It’s a shame, but if that’s the way it is, then so be it ;-).
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to create table on first time activationThank you @litetim for your reply.
The folder wp-content/plugins/litespeed-cache/src/data_structure was missing on my server because I have excluded files with the extension sql in my gitignore. I added the files and everything works, now.
Thank you for oyur quick and helpfull support!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Error 500 after update 3.4.2 to 3.6.0.3Thnak you @emiliocalvo for the update.
I downloaded version 3.7b from GitHub and have to inform you that the problem still occurs:
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 131072 bytes) in wp-content\plugins\woocommerce-apg-weight-and-postcodestatecountry-shipping\includes\admin\campos.php on line 338
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 32768 bytes) in wp-content\plugins\woocommerce\includes\class-wc-log-levels.php on line 1I can also confirm that the shop has a high volume of data. 107,691 orders and 3,276 products.
I just saw, GTIN comes with the paid version: https://adtribes.io/knowledge-base/how-to-add-gtin-upc-ean-or-mpn-to-your-product-feed/
So, I close this task because it is answered by my research.
Forum: Plugins
In reply to: [Contact Form 7] Classified as spam, “App” on disallowed listThank you for the explanation. I thought about it and tried using only words like “sdfasdf” and “oihjoiho.” Even with content like that, the message was marked as spam because of the word “App.”. And that started after one of the last updates. I don’t know exactly when. But I added the word “app” to the list over a year ago and have been receiving messages ever since.
Thank you very much for taking the time to answer my question and for developing and providing Contact Form 7.
Sometimes it’s easy to read the documentation @aga2021.
Keep in mind that there is an upper limit (25 MB) on the total size of files attached to an email. You will receive a warning if your contact form configuration allows attached files that exceed this limit. Transferring a large amount of data is not the primary purpose for which the email system is designed. You should instead use a specialized service such as Dropbox.
https://contactform7.com/file-uploading-and-attachment/If you want to send larger files, you must use a third-party add-on that can process larger files.
Thank you @611shabnam for your reply. Unfortunately it is absolutly useless. Did you understand the notice? The translation loading is not related to any other plugin or theme.
wp-seo-main.phpis callingload_textdomain()wrong.add_action( 'plugins_loaded', 'wpseo_load_textdomain' );should beadd_action( 'init', 'wpseo_load_textdomain' );. This aligns with WordPress 6.7 requirements, which specify that text domains should only be loaded on init or later.Thank you for your answer @usamaazad99 .
Unfortunately Honeypot for Contact Form 7 is not listeted as a portal to open a ticket. However, in my case the plugin does not work and Sapm still goes through. I have this on two websites and I think the spam bots are smarter today and recognize the honeypot.
Thank you @usamaazad99 for your reply.
Increasing the time to 20 seconds is not an option because the customer could fill out the form in less than 20 seconds and then it cannot be submitted.
I uninstalled your plugin and added a Contact Form 7 quiz and we haven’t received any spam since.