BuddyBoss Home – Web Support Forums Themes Boss. theme Adding a logo image causes page to move up, under title bar

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

    #44810
    @jomik12

    If I add a logo image (at the recommended height/width), it moves the page up under the title bar, so the first buddypanel menu item (home) cannot be seen, because it has moved up under the title bar.

    Answers

    #44846
    @vapvarun

    Hi @jomik12, seems php function getimagesize is unable to get your image content.
    Make sure your hosting provider PHP settings have allow_url_fopen on
    Please make sure there are no numbers in the filename.
    Regards
    Varun Dubey

    #44924
    @jomik12

    I made sure there are no numbers in the file name, and switched allow_url_fopen to “on”.

    It did nothing, and now I get this text warning at the top of the site:

    Warning: getimagesize(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in (the rest I removed for privacy)

    $129 for this script and soooooo many problems!

    Feeling a bit ripped off right now.

    #44933
    @vapvarun

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

    #44997
    @jomik12

    It’s getting my image just fine. When I upload the logo image, it shows on the site. THE PROBLEM is the scrolling part of the site goes up to the top, so that it’s not starting just under the title bar. This makes the first item on the buddypanel (Home) rise up UNDER the title bar, and consequently cannot be seen.

    #45000
    @vapvarun

    Hi @jomik12, please paste your site link , we will check it is the same issue you are facing or it’s something different

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Adding a logo image causes page to move up, under title bar’ is closed to new replies.