Main Login

Viewing 15 posts - 1 through 15 (of 33 total)
  • Author
    Posts
  • #235027
    cristechservice
    Participant
    Hello there, I have a little concern, I want to disable the main LOGIN POPUP . Is it possible to make it regular login when they click LOGIN it will be certain page not popup. is that possible? . Im not talking to the course itself. Im refering to main login thats popup all the time.   referecence: https://prnt.sc/q35zqj website is locked due to underdevelopment stage use this password to view the web: EIU2019
    #235162
    Veronica
    Moderator
    #235172
    cristechservice
    Participant
    This reply has been marked as private.
    #235187
    Diana
    Participant
    @cristechservice You can change the Login style for that purpose from wp-admin > appearance > customize > Header > http://prntscr.com/q3re30
    #235207
    cristechservice
    Participant
    This reply has been marked as private.
    #235375
    logan
    Member
    Hello, thanks for the detailed information. i understood everything now. this comes under custom feature request, but i think i can help you with this. this is weeknd off please remind me by Monday. i will have a working solution for you. don't forget to share your admin URL and credentials and also FTP credentials in a private reply. happy weekends.
    #235404
    cristechservice
    Participant
    This reply has been marked as private.
    #235480
    logan
    Member
    This reply has been marked as private.
    #235488
    cristechservice
    Participant
    This reply has been marked as private.
    #235656
    Veronica
    Moderator
    Hello, i have set a login page for you. please have a look here: http://prntscr.com/q5i7bw i have used this code in custom css and also used the custom widget shortcode plugin.
    .page-id-1962 div#vibe_bp_login-2 form#vbp-login-form { display: grid; grid-template-columns: 1fr; padding: 0 25%; } .page-id-1962 div#vibe_bp_login-2 .bp_social_connect{ padding: 0 25%;} .page-id-1962 div#vibe_bp_login-2 a.bp_social_connect_facebook{ margin: 10px 0 0 !important; padding: 7px 24px !important; line-height: 1.8 !important; color: #FFF; border-radius: 5px; outline: 0; font-weight: 600; text-align: center; height: 3rem !important; width: 100% !important; } .page-id-1962 div#vibe_bp_login-2 input#side-user-login, .page-id-1962 div#vibe_bp_login-2 input#sidebar-user-pass { width: 100%; height: 3rem; margin-top: 10px; border-radius: 5px; } .page-id-1962 div#vibe_bp_login-2 form#vbp-login-form label { font-size: 16px; } .page-id-1962 div#vibe_bp_login-2 a.vbpregister { padding: 7px 24px; line-height: 1.8; background-color: #78C8Ce; color: #FFF; border: none; outline: 0; font-weight: 600; margin-top: 10px; text-align: center; text-transform: uppercase; height: 3rem; border-radius: 5px; } .page-id-1962 div#vibe_bp_login-2 input#sidebar-wp-submit { text-transform: uppercase; height: 3rem; border-radius: 5px; } effects made here: https://development.eiu.ac/login-page/ to change the login url, i am using custom jquery code in wplms >> footer >> google analytics.
    jQuery(document).ready(function($){ jQuery('header.sleek ul.topmenu a.vbplogin').on('click',function(event){ event.preventDefault(); event.stopPropagation(); window.location = 'https://development.eiu.ac/login-page/'; }); });
    this is going to defenitely work for you. let me know the results.
    #235677
    cristechservice
    Participant
    This reply has been marked as private.
    #235750
    Veronica
    Moderator
    hello cris, i have made changes. please take a look. i hope that was the same you want.
    #235764
    cristechservice
    Participant
    This reply has been marked as private.
    #235768
    cristechservice
    Participant
    This reply has been marked as private.
    #235855
    logan
    Member
    hello, i did it free for you, i hope you would not mind writing a good review about us on envato.
    yes we do customizations, whatever you asked above that is free: https://prnt.sc/q5wlbq adding new functionality comes under nominal cost. please let me know your requirements so that i can guide you better.
Viewing 15 posts - 1 through 15 (of 33 total)
  • The topic ‘Main Login’ is closed to new replies.