• Hi, I’m a newby… delighted with the Magazine Basic theme! But can’t seem to upload an image for the header.
    I am getting the following message:

    Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in …/functions.php on line 108

    Warning: getimagesize(https://geneva.usmission.gov/news/wp-content/themes/magazine-basic/uploads/testBack.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in …/functions.php on line 108

    Also, I’m wondering where I can find the optimal pixel dimensions to fill the header space. It’s probably somewhere obvious, but I’m missing it!

Viewing 4 replies - 16 through 19 (of 19 total)
  • Do you hide this code in the functions wordpress php doc or the php doc of magazine basic?

    /* if (get_option(‘uwc_logo_header’) == “yes”) {
    list($w, $h) = getimagesize(get_option(‘uwc_logo’));
    $height = $h/2+20;
    } else {
    $height= 35;
    }*/

    Hey all,

    A new version of the theme is available that should solve this issue.

    I started with the newest version, but I’m encountering the same problem. Logo won’t load into the header. Anyone else still have this problem, or know what to do about it?

    cles22

    The problem seems to be in the style.css in the definition of

    #headerad

    which appears innocuous. Take out the <div> tags around the banner ad in the header.php file and the image will display, perhaps not prettily.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Magazine Basic – Can’t Upload Header Image’ is closed to new replies.