roghithsam
Forum Replies Created
-
I found the cause of the blank / empty admin pages issue.
The problem is this line in the plugin code: wp-contact-form-7-spam-blocker/admin/class-admin.php on line 315 on function spcf7_enqueue_scripts(){}
if (isset($_GET[‘page’]) && $_GET[‘page’]=”wpcf7″){ ….. }
The single = assigns the value instead of comparing it, causing the condition to always be true and the script to load on all admin pages, which leads to JavaScript conflicts and blank screens (e.g. WP Mail SMTP).
Fix: if ( isset($_GET[‘page’]) && $_GET[‘page’] === ‘wpcf7’ ) { ….. }
After this change, the issue is resolved.
Forum: Plugins
In reply to: [LiteSpeed Cache] Login Not Working When Cache is EnabledHere’s the complete file link: https://drive.google.com/file/d/1AMjiNgM5cKUUReoOsBVDjHCWGwAG6kT9/view?usp=drive_link
Forum: Plugins
In reply to: [LiteSpeed Cache] Login Not Working When Cache is Enabled@qtwrk Here’s the code: https://drive.google.com/drive/folders/1H_haHCdm0MOh1Z12lZ_u4C5sg8PWQjFm?usp=sharing
- This reply was modified 1 year ago by roghithsam.
Forum: Plugins
In reply to: [LiteSpeed Cache] Login Not Working When Cache is EnabledHere the location https://prnt.sc/FNsSAPjAA9yF
Forum: Plugins
In reply to: [LiteSpeed Cache] Login Not Working When Cache is Enabled@qtwrk, I don’t know what request is being sent in the header. Here’s the site link: [ Short link moved to link field, do not use short links here on this site ]
On the top right corner, there’s a user icon. Click it to open the login form. Enter the username and password as [ deleted, don’t post login either ], then check the console for any errors.Currently the cache is enabled in site.
Forum: Plugins
In reply to: [LiteSpeed Cache] Login Not Working When Cache is EnabledIf Refund available Incase incompatibility with shiprocket plugin or you can a test with shiprocket plugin
- This reply was modified 1 year ago by roghithsam.
@rajeshsingh520 Thank you, buddy! I’m ready to make the purchase the pro one. May I know if it’s compatible with the Shiprocket plugin to properly collect COD for partially paid orders?
In woocommerce registration form and account details
It is possible to use a separate phone number for the account and billing. However, when the user changes the billing phone number at checkout, the login phone number is also modified. Some Customer Confused in login
But, In my shop all foods have addon. any other solutions
To set In Checkut Page, I am using default one [woocommerce_checkout],
How to add withdrawal fee for points withdrawal
[mycred_give amount=10 user_id=”current” limit=”5” log=”Bonus points for reading our special article” ref=”bonus_points”]
Points credits after reach the limit
Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral credit after order completed (not work)ok, Thank You For Your Support