Viewing 9 replies - 1 through 9 (of 9 total)
  • I don’t think it’s your CSS, at least based on what I can see.

    <img src="https://www.kimberlyln.com/?attachment_id=329" alt="Kimberly Nichols" title="Kimberly Nichols">

    That attachment_id=329 bit is not what I was expecting to see, but I’m not familiar with this specific theme (Widely). Are you uploading your logo through the theme’s General Settings -> Header Logo option?

    Thread Starter nicholslauren

    (@nicholslauren)

    I am adding my logo image through a button that appears on the left toolbar called Widely. Thats where my settings are with this theme (widely). I do not see an option to change my header image in my general settings. It used to work, so I thought it may have something to do with my child theme, but now im not sure.

    When that happenes it just means the server received a 404 error; meaning the server could not find the necessary files in the specified location.

    Check that the image is in the correct location of:
    https://www.kimberlyln.com/?attachment_id=329

    Also check your console, you are receiving 18 404 errors, which will ultimately cause slow page load speeds.

    Thread Starter nicholslauren

    (@nicholslauren)

    Ok, I think I got it!!

    Im not sure how to check my console.. Is it pretty basic?

    THank you!!

    It depends which browser you are working with.

    In chrome or firefox , right click on your web page and select ‘inspect element’, from there select the console tab.

    It will display any errors you have occuring on the page.

    Or with internet explorer, chrome or firefox just hit ‘F12’ and then select console

    Thread Starter nicholslauren

    (@nicholslauren)

    Wow, I didn’t even know this existed! I always just “viewed source”. I read an article that taught me how to pull it up with safari. I need to learn to use it..

    It wasnt showing any errors in my console though.

    THanks!

    the inspector will become your best friend ;]

    You can tweak and manipulate CSS and see in real time what changes it will have to your site. It’s extremely helpful and any developers go to tool

    fotosvente

    (@fotosvente)

    Hallo, i can’t understand why can’t show up my logo. My logo code is (in header.php):

    <!– Begin logo –>

    <?php
    //get custom logo
    $pp_logo = get_option(‘pp_logo’);

    if(empty($pp_logo))
    {
    $pp_logo = get_stylesheet_directory_uri().’/images/logo.png’;
    }

    ?>

    “>
    <img src=”<?php echo $pp_logo?>” alt=””/>

    <!– End logo –>

    Thank you for answer… ??
    P.S. my web https://www.fotosvente.lt

    TotalWP_Novice2

    (@totalwp_novice2)

    I have the same problem!
    I have uninstalled, re installed, and I still can’t see theme images, header or any uploaded images.
    Just a blue box with a white question mark.
    However, if you right-click, you can open the image in another window or tab…

    Needless to say, I’ve uninstalled wordpress and lost everything.
    I was installing it into an add-on domain, if that helps anyone help me come up with a solution.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Logo in header showing blue box with question mark’ is closed to new replies.