BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Adding a logo image causes page to move up, under title bar
Tagged: logo image, title bar
- This topic has 5 replies, 2 contibutors, and was last updated 9 years, 2 months ago by Anonymous.
Question
August 21, 2015 at 12:56 am #44810@jomik12If 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
August 21, 2015 at 10:23 am #44846@
AnonymousHi @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 DubeyAugust 22, 2015 at 4:34 pm #44924@jomik12I 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.
August 23, 2015 at 12:46 am #44933@
AnonymousHi @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 OnRegards
Varun DubeyAugust 24, 2015 at 3:14 am #44997@jomik12It’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.
August 24, 2015 at 3:45 am #45000@
AnonymousHi @jomik12, please paste your site link , we will check it is the same issue you are facing or it’s something different
- The question ‘Adding a logo image causes page to move up, under title bar’ is closed to new replies.