BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Uploading Site Logo Breaks Stuff
Tagged: logo problem
- This topic has 21 replies, 5 contibutors, and was last updated 9 years, 2 months ago by Robert.
Question
July 23, 2015 at 11:21 am #43195@levijamesWhen I add the logo and icon with the exact dimensions suggested, it allows the rest of the side to rise up under the top menu bar.
See my staging site here to see for yourself:
http://staging.tonypolecastro.com/practice-plan/How can I fix this?
Answers
July 23, 2015 at 1:51 pm #43199@levijamesSorry, the login for staging is:
staging
KMw*Dzey5p^8August 27, 2015 at 9:22 pm #45255@jslappI am experiencing the same issue. I have reduced the image size smaller than recommended, but I still have an issue where part of the buddy panel and page elements hides behind the titlebar area. When I remove the site icon, it goes away. It obviously affects the login page by not adding the site icon to the login page.
August 28, 2015 at 6:18 am #45298@
AnonymousHello @jslapp, Logo is creating little mess due to getimagesize() function response.
getimagesize() is sever specific issue, it need allow_url_fopen=1 to get executed , some sever turn that off by default.
you can add following to php.ini
allow_url_fopen = on
or
Add following to your .htaccess file
php_value allow_url_fopen OnRegards
Varun DubeyAugust 30, 2015 at 10:55 am #45400@jslappVarun,
I added the line to the .htaccess file and when I try launching the site, I get an internal server error. Can you please let me know exactly where to add it? I have three sites I want to use the social learner on, but can’t move forward until correcting this issue.
Current .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks so much!!
JeffAugust 31, 2015 at 3:34 am #45424@
AnonymousHi Jeff, Try to add
allow_url_fopen = on
add inside your php.ini inside root folder.
if it does not exist, you can create an new file with name php.iniSo if you can enable “allow_url_fopen” on your server, this problem will resolved. You can also ask your host to enable this.
Regards
Varun DubeySeptember 2, 2015 at 8:18 pm #45630@jslapp@vapvarun,
I added the line to the .htaccess file and when I try launching the site, I get an internal server error. Can you please let me know exactly where to add it? I have three sites I want to use the social learner on, but can’t move forward until correcting this issue.
Current .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks so much!!
JeffSeptember 3, 2015 at 3:59 am #45676@
AnonymousHello @jslapp,
Try to add
allow_url_fopen = on
add inside your php.ini inside root folder.
if it does not exist, you can create an new file with name php.ininothing inside .htaccess
Regards
Varun DubeySeptember 6, 2015 at 4:50 pm #45840@onefreeinternetHello Varun. I’m having the smae problem. I added that line inside my php.ini root folder and the fix does not work. Do you have any other suggestions? Please help… -C
September 8, 2015 at 1:46 am #45907@
AnonymousHi @onefreeinternet, Sorry for the delayed response, we were busy at WordCamp Pune. try to communicate with your hosting once to enable it.
You can pm your site login details with ftp, i will check it once.
Regards
Varun DubeySeptember 8, 2015 at 2:56 pm #45977@onefreeinternet@vapvarun, I understand. I already communicated with my hosting and they have showed me how to enable it. The changes have been made to the php.ini file, however I did not see any changes in effect on the front end. I’ll PM you with the details. I’ve no idea what’s gone wrong.
-CSeptember 8, 2015 at 9:16 pm #45996@
AnonymousI will check it shortly
RegardsSeptember 9, 2015 at 8:34 am #46034@onefreeinternetHave you gotten any idea of what’s happened @vapvarun ?
Thanks -C
September 9, 2015 at 12:34 pm #46064@
AnonymousHi @onefreeinternet, I was keep getting following error when trying to connect to your ftp
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listingI have added few custom css to make alignment better. Please take a look of it.
Regards
Varun DubeySeptember 13, 2015 at 3:26 pm #46235@rstockwellI am also having problems with my site. The BuddyPanel rises up into the logo area and the search button seems to have a white pad around it. This only occurs, however, when the BuddyPanel is expanded; it looks fine when it is collapsed. I’ve already tried the PHP/htaccess suggestions, but they did not work. @vapvarun, is there any way you could do the same thing you did for Crystal or show me what you changed in the CSS?
Thanks,
RobertSite: http://www.transplantu.org/unite
Username: guest
Password: TUitbR4Xp!
- The question ‘Uploading Site Logo Breaks Stuff’ is closed to new replies.