Login doesn’t work

Home Forums Legacy Support 4.0 Bugs & Issues Login doesn’t work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #340641
    marielcerra
    Participant
    Hello, the login link in the header doesn't work. Could you fix it? Thanks! Also, I want to remove the white space under the header and above the footer. Thanks!
    #340642
    marielcerra
    Participant
    This reply has been marked as private.
    #340709
    Ada
    Participant
    Hi, Yes , For login link to work you need to enable global login from vibebp>> general settings. https://prntscr.com/ztocpl Also It's showing warnings and notices at your site https://prntscr.com/ztodpe Notices and warnings never interrupt normal functionality but if you want to remove them then tell your webhost provider to set wp_debug off. Or you can follow this link https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/
    #340785
    marielcerra
    Participant
    This reply has been marked as private.
    #340975
    Ada
    Participant
    For this type of login please follow this tutorial https://youtu.be/Gz2uu5Brw-8 Please add this css code in appearance>> customize>> custom css to remove space
    
    .home-page section#content .content {
        padding-top:0px !Important;
        padding-bottom:0px !Important;
        margin-bottom:0px !important;
        margin-top:0px !important;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Login doesn’t work’ is closed to new replies.