Dear @jkl2010
I apologize for the inconvenience you’re experiencing. To create a custom login page for your site using the Tutor LMS plugin, you can follow these steps:
- Create a new page in WordPress where you want your custom login page to appear.
- Use a shortcode to display the Tutor LMS login form on the page. You can use the following shortcode:
[tutor_login].
- Customize the texts by modifying the language files of Tutor LMS. You can find the language files in the “languages” folder of the Tutor LMS plugin. Look for the file named “tutor.pot” or “tutor.po” and use a translation plugin like Loco Translate to edit the text strings.
- To display a single login button instead of multiple buttons, you can modify the login form template. Copy the template file
templates/login-form.php from the Tutor LMS plugin folder to your theme folder (e.g., your-theme/tutor/login-form.php). Edit the copied template file and customize it according to your requirements, removing any additional login buttons.
Please note that customizing plugin files directly is not recommended, as it may cause issues during plugin updates. Instead, it’s advisable to use a child theme or a custom plugin to make these modifications.
If you’re still experiencing issues or have further questions, please don’t hesitate to reach out to our support team for further assistance.