amirhossein7
Forum Replies Created
-
Thank you very much for your follow up to fix this problem. I just updated the Headers Security Advanced Hsts WP plugin to the latest version and this problem is solved.
Yes, I will continue to monitor the performance of the wpDisuz plugin and will inform you immediately of any new news, especially if I notice any performance loss.
Without exaggeration, I say that the best WordPress plugin that is related to the performance of the site and that I have used until today was the unique plugin Freesoul Deactivate Plugins.New Issue with the rewrite rules
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar avatars not workingI downgraded to the previous version (2.7.8) to solve the problem of this version (2.7.9) and after the problem is solved, I will update again.
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar avatars not workingUnfortunately, after updating the plugin to the latest version (2.7.9), the plugin does not display users’ avatars correctly. I set Users Default Avatar to RoboHash option but now it only shows Gravatar Logo avatar for all my users.
On my WordPress site, I only use Rank Math, Elementor, WooCommerce, Redis Object Cache, and LiteSpeed Cache plugins.
With the method of solving the problem above, I realized that the Rank Math plugin conflicts with the object cache functionality of the Redis Object Cache and LiteSpeed Cache plugins.
Right now, on a raw WordPress, install the Rank Meth, WooCommerce and Redis Object Cache plugins and just turn on the Remove category base option from the General Settings > WooCommerce section, you will see the speed of the site both in the WordPress dashboard and in the frontend. Rank Meth plugin flushes the cache object of the site in every request every second.
This problem exists even after removing the Redis Object Cache plugin and turning on the object cache feature of the LiteSpeed Cache plugin, and it shows that the Rank Math plugin obviously has a problem with the object cache, which should be checked and fixed by you.
Thanks, problem solved.
Of course, I will correct your writing that {{ignore_9mail}} should be placed inside the content of WooCommerce Email Template Customizer plugin emails.In general, we should put the {{ignore_9mail}} shortcode inside the email content of third-party plugins whose emails we want not to use the 9mail plugin email template.
Forum: Plugins
In reply to: [HTTP Requests Manager] Custom rules for “Smart Block” mode issueI selected the Block external requests (allow www.ads-software.com only) option and also checked the Enable priority loading with Must-Use plugin feature option. I turned it on, but except for the www.ads-software.com site, other paths still have a status of 200 OK !!!
Forum: Plugins
In reply to: [Debloat for WooCommerce] disable extensions issueOMG!
This was the fastest support and update I have ever seen in my life.
You are wonderful.
Until today, I have introduced your plugin to many friends and users in different forums.
I love your plugin so much, it’s super powerful and fast.why?
I have no problem with any of these two plugins and they work well together and since I installed your plugin, I no longer receive spam comments and these two plugins do not conflict with each other for me and the real user is fine and without The problem leaves a comment on the site.
Forum: Plugins
In reply to: [Perfect Images] regenerate feature issuePHP Warning: filesize(): stat failed for public_html/wp-content/uploads/2023/10/vivid-blurred-colorful-wallpaper-background.jpg in public_html/wp-content/plugins/wp-retina-2x/classes/rest.php on line 451 PHP Warning: filesize(): stat failed for public_html/wp-content/uploads/2023/10/2023-10-02_103824.png in public_html/wp-content/plugins/wp-retina-2x/classes/rest.php on line 451
and
The name size in the Thumbnails column (Retina in Colors) does not correctly display the presence or absence of Thumbnails, that is, sometimes the Thumbnail for a photo does not exist or has been deleted, but the name size is still on, or on the contrary, there are Thumbnails for that photo, but the name Its sizes are off.
Forum: Plugins
In reply to: [Perfect Images] regenerate feature issueI am using the latest version of the plugin, 6.5.2.
Refresh Stats button does not work and does not display the results correctly.
The Build Thumbnails button in front of each photo does not work only for that photo, it involves all photos and creates Thumbnails for everyone.
Thumbnails are created only for jpg and png format and not for webp format photos.The ID of the comments section of the Hello Elementor theme is #comments and I was able to eliminate this error by adding #comments, to the following section in your plugin code:
// Most popular IDs are listed here for compatibility with all popular themes echo "let commentForm = document.querySelector(\"#commentform, #ast-commentform, #fl-comment-form, #comments, #ht-commentform\");";
With this, I don’t get the top arrow in any of my post and product pages and everything works fine.
Is this correct and is it considered a definite and correct solution to solve this problem?
Forum: Plugins
In reply to: [HTTP Requests Manager] cURL error 28In normal mode and without the plugin active, the connection between my site’s server and api.www.ads-software.com takes between 1 and 2 seconds (For example, 1.745 seconds), and now that the timeout is 1 second with the plugin active, this cURL error 28 problem occurs.
- This reply was modified 1 year, 1 month ago by amirhossein7.
Almost all the problems of displaying elements in right-to-left languages are solved by these few pieces of CSS code.
#fluent_snippets_app { direction: ltr; } .ff_app_body { margin-left: 20px; } .fsnip_app .fsnip_main-menu-items { margin-left: 0; margin-right: -20px; } .el-notification.right { flex-direction: row-reverse!important; right: 170px!important; }