Thilina Wickramasinghe
Forum Replies Created
-
Forum: Plugins
In reply to: [States, Cities, and Places for WooCommerce] Update NeededAppreciate it if any developer can update the plugin to fully compatible with the latest version of WooCommerce and WordPress.
Thank you for your reply. I opened a support case in your new support portal: https://help.thimpress.com/
Ticket #583- This reply was modified 1 year, 5 months ago by Thilina Wickramasinghe.
Hi,
Thank you for your reply.
However, we haven’t installed or using “Co-Instructors” addon in this website.
Screenshot: https://prnt.sc/XsH6iwzvGCnAWe are using the latest WP version (6.7.1) with Gradebook Version 4.0.7 plugin.
- This reply was modified 1 year, 5 months ago by Thilina Wickramasinghe.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Partially Image Serving IssuesThank you for quick reply and I will check and get back to you.
Issue got resolved and resolving this case.
Forum: Plugins
In reply to: [IMPress Listings] Fatal Error for WordPress Latest VersionAdditional information:
WordPress Version 5.7.1
PHP version 7.4.18 (Supports 64bit values)Hi,
Thanks for your reply.
I have upgraded v1.0.48.1 (released 27th SEP) and the issue got resolved.
Looks like a temporary issue.Hi,
Thanks for the information and I have created the following support thread in Rank Math support page for further investigation:
https://ww.wp.xz.cn/support/topic/rank-math-file-changes-detected-ny-wordfence/Resolving this case.
Thank you!Hi,
Thank you for quick response.
I have checked with the original plugin and there are no differences or suspicious codes inside those files. I’m using Rank Math plugin (https://ww.wp.xz.cn/plugins/seo-by-rank-math/) in many websites – more than 30 websites. But this issue is recorded recently (today scan reports).
I appreciate if you can check with the following snapshots:
https://i.postimg.cc/jjCNbN0c/Issues.png
https://i.postimg.cc/W4QDcH7p/Issues-2.pngIt looks like Wordfence scan is returning falls positive errors for Rank Math plugin.
Thank you!Forum: Plugins
In reply to: [Wordfence Login Security] File Changes Detected InaccuratelyPosted this question to the Wordfence support thread and resolving this case.
https://ww.wp.xz.cn/support/topic/file-changes-detected-inaccurately-2/#new-topic-0This issue got fixed now. The issue is the only one cookie conflict with Varnish cache.
Resolving this support request.
Forum: Networking WordPress
In reply to: New comments admin notification going to incorrect admin emailHi Joy,
Thank you for your answer.
I have tried “Better Notifications for WordPress” plugin and it worked well. After that I have deactivated the plugin and re-checked few times. It also working fine now.But it’s not work yesterday at all. After that I have deleted the plugin from my website and now Woocommerce reviews and post comments moderation notifications are working as I expected.
It looks weird 🙂
Anyway thanks for your suggestion.Forum: Fixing WordPress
In reply to: WP Backend posts not filter properlyHi Radu,
As you mentioned in your reply, I have deactivated all the plugins. But the issue not fixed. After that I have deactivated the theme and activated Twenty Seventeen. Issue got fixed after theme deactivation. So, the issue relevant with my theme.
Thank you for your help.
- This reply was modified 7 years, 9 months ago by Thilina Wickramasinghe.
Forum: Plugins
In reply to: [WooCommerce] Change add to cart button url on single product pageHi,
Did you try this:
Woocommerce > Settings > Products > Display > Check ‘Redirect to the cart page after successful addition’
This option will be automatically Redirect to the cart page after click on add to cart button. You can redirect directly ‘Checkout’ page by adding this to functions.php
function redirect_to_checkout() {
return WC()->cart->get_checkout_url();
}- This reply was modified 9 years, 1 month ago by Thilina Wickramasinghe.