BuddyBoss Home – Web Support Forums Themes Boss. theme Login no logo showing and cannot change background

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #41900
    @uproarmusic

    Hello,

    Can someone tell me what i need to do to get my logo and background picture showing

    http://uproarmusic.co/wp-login.php

    i am using Custom Login Page Customizer plugin so i can change the logo and background

    Answers

    #41902

    Anonymous
    @

    @uproarmusic I had the same issue with my site. I found that by default, some hosts automatically disable allow_url_fopen. This line can be found in your php.ini file.

    Switch from
    allow_url_fopen = Off

    TO
    allow_url_fopen = On

    After doing that, it should show up. I believe boss is using a function that displays the logo but it can’t do it properly with that set to off. You might need to clear your browser cache if it doesn’t show up right away. The resolution for you might be different if you’re using a plugin but that’s what got it finally working for me so hopefully it helps.

    #41956

    Alyssa
    Participant
    @alyssa-buddyboss

    @uproarmusic Welcome to the BuddyBoss community! Cody is correct, we use a wordpress function getimagesize that requires allow_url_fopen to be on. This is also suggested for general WordPress compatibility.

    #41986
    @uproarmusic

    thanks guys i did the above and its still not showing

    i found if i click to inspect element (background and the logo “area”) and turn off a few things it will work

    however i dont know how to edit this to make it permanent.

    im not sure which file to edit, i cannot find any of the lines in wp-login.php

    is there not some css i can just paste in somewhere?

    Thanks

    Cheers
    James

    #42052

    Alyssa
    Participant
    @alyssa-buddyboss

    @uproarmusic what exactly are you turning off?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Login no logo showing and cannot change background’ is closed to new replies.