Hi, there is a problem on our checkout page, both Click here to login
and Click here to enter your code
links do not work because of href="#"
. We have checked many solutions such as inactivating all plugins but the problem still remains. I’m wondering that we face to this error because of JQMIGRATE: Migrate is installed, version 1.4.1
displaying in most pages? Please help us.
Specifications:
- WPLMS: 2.3.1
- WPLMS Front End 2.3.1.1
- BuddyPress 2.7.2
- bbPress 2.5.11
- WooCommerce 2.6.8
Kindly provide us your site url and the wp-admin credentails of your site.
We will look into the issue that you are facing.
PS: Don't forget to mark your reply as private.
This reply has been marked as private.
I checked your site and found that the login and coupon forms both are not showing on clicking upon the links.
It seems like they are disabled by some other script or woocommerce's scripts are not working for these two .
Can you please try deactivating third party plugins related to woocommerce in your site ?
Till then add the given css in your wp-admin -> appearance -> customize -> custom css to show the forms always :
.woocommerce form.login,.woocommerce form.checkout_coupon{display:block !important}
This reply has been marked as private.
Can you please try adding the given css from wp-admin -> appearance - > customize -> custom css :
.woocommerce-info a{position:absolute;}
This reply has been marked as private.
The issue was with the layer, if it works fine for you with display: block, then you can use it.
If everything is working well then I am not sure what solution are you asking here.
Please let me know if you are facing some issue or if everything is working fine, then can we close this topic ?