I have setup WPLMS on my local machine with sample data imported for demo 5. When I try to login using Modal Login (Front-end), it works without problem. But when I try to login on another LMS test site where no demo content have been imported am having issue. Post entering valid login, upon clicking login button it simply refreshes the page and nothing happens. Am sure it must be some settings but not sure what?
http://imgur.com/a/qcFdT
Okay please make sure that your site url and wordpress urls are correct in your wp-admin -> settings -> general .
Please also check if the bbpress login widget is working or not in your site ?
Have added login widget on main sidebar and tried login. It seems working but the modal login is not. My website is installed in its own directory e.g.
wordpress url: https://domain.com/xxx/xxx
site url: https://domain.com
I have used redirect settings in htaccess for this to work.
Also, have used this setting for your information, e.g.
add_filter('wplms_site_link','custom_wplms_site_link',99);
function custom_wplms_site_link($link) {
return 'https://domain.com/';
}
Kindly please revert with the solution.
Can anyone spare sometime please to look into this problem?
Okay please provide your wp-admin credentials and site url in a private reply to check this issue at your end .
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Marked the reply as private.
#Cheers.