Can you make My Account page the Login page

Home Forums Legacy Support Support queries Other issues Can you make My Account page the Login page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185039
    shasindu
    Participant
    Hi, I like the layout of the My Account Page but do not want it as a menu header option. Is it possible to make the Login page refer to the My Account page? https://shdigitaltest.com.au
    #185252
    Anshuman Sahu
    Keymaster
    add this given script in your wp-admin-> wplms -> footer -> google anaylitics script .   <script> jQuery(document).ready(function(){ jQuery('.logged-out a.vbplogin').click(function(event){ event.preventDefault();event.stopPropagation(); window.location.assign('https://shdigitaltest.com.au/my-account/');   }); }); </script>
    #185335
    shasindu
    Participant
    Great thank you! Is there any way to add a "sign up" button to it?
    #185526
    Anshuman Sahu
    Keymaster
    that is not currently available in wplms theme you can use third party plugin for this .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can you make My Account page the Login page’ is closed to new replies.