BuddyBoss Home – Web Support Forums Solutions Social Learner Uploading Site Logo Breaks Stuff

Tagged: 

Viewing 15 posts - 1 through 15 (of 22 total)
  • Question

    #43195
    @levijames

    When 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

    #43199
    @levijames

    Sorry, the login for staging is:

    staging
    KMw*Dzey5p^8

    #45255
    @jslapp

    I 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.

    #45298
    @vapvarun

    Hello @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 On

    Regards
    Varun Dubey

    #45400
    @jslapp

    Varun,

    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!!
    Jeff

    #45424
    @vapvarun

    Hi 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.ini

    So 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 Dubey

    #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!!
    Jeff

    #45676
    @vapvarun

    Hello @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.ini

    nothing inside .htaccess
    Regards
    Varun Dubey

    #45840
    @onefreeinternet

    Hello 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

    #45907
    @vapvarun

    Hi @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 Dubey

    #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.
    -C

    #45996
    @vapvarun

    I will check it shortly
    Regards

    #46034
    @onefreeinternet

    Have you gotten any idea of what’s happened @vapvarun ?

    Thanks -C

    #46064
    @vapvarun

    Hi @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 listing

    I have added few custom css to make alignment better. Please take a look of it.
    Regards
    Varun Dubey

    #46235
    @rstockwell

    I 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,
    Robert

    Site: http://www.transplantu.org/unite

    Username: guest
    Password: TUitbR4Xp!

Viewing 15 posts - 1 through 15 (of 22 total)
  • The question ‘Uploading Site Logo Breaks Stuff’ is closed to new replies.