BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Login no logo showing and cannot change background
- This topic has 4 replies, 3 contibutors, and was last updated 9 years, 4 months ago by Alyssa.
Question
June 29, 2015 at 10:39 pm #41900@uproarmusicHello,
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
June 29, 2015 at 10:47 pm #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.
June 30, 2015 at 3:00 pm #41956@alyssa-buddyboss
AlyssaParticipant@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.
July 1, 2015 at 1:44 pm #41986@uproarmusicthanks 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
JamesJuly 2, 2015 at 7:41 pm #42052@alyssa-buddyboss
AlyssaParticipant@uproarmusic what exactly are you turning off?
- The question ‘Login no logo showing and cannot change background’ is closed to new replies.