• I’m an end user, so please forgive me if I’m in the wrong place.

    Trying to change a logo file in the header of my site (swizzlerealty.com) and I can’t find its location to upload the new file and replace. This is what I’ve found in the Theme 1245 head_under.php editor.

    <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><img class="swizzle-logo" src="<?php echo bloginfo("stylesheet_directory"); ?>/images/logo_white_transparent.png" /></a>

    The file I need to replace is Logo_white_transparent.png. Looked for a stylesheet directory and it”ss not in thee media section. Ca anybody give me some directions?

    Thnks in advance, Tom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The image is in the images sub-folder of your theme.

    Thread Starter tcunningham

    (@tcunningham)

    Thanks for that! Is there a simple way to navigate to it and upload the new image?

    Thread Starter tcunningham

    (@tcunningham)

    Went here: https://www.swizzlerealty.com/wp-content/themes/theme1245/

    Got this: Fatal error: Call to undefined function get_header() in /home/swizzler/public_html/wp-content/themes/theme1245/index.php on line 1

    You will need to access the file using FTP or whatever file management application your host provides.

    Thread Starter tcunningham

    (@tcunningham)

    OK, did that, and moved the site over to access the file in the directory. Uploaded the new file, pointed to it in the code editor and it still doesn’t show up. Just an empty div box. All I changed was the file name. When I put the old file name back in the code, the old incorrect file comes back.

    <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><img class="swizzle-logo" src="<?php echo bloginfo("stylesheet_directory"); ?>/images/logo_white_transparent.png"/></a>

    logo_white_transparent.png is the old file. When that file name is in the code, it works. When the new file name is in the same place, I get nothing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hidden image file/Stylesheet directory’ is closed to new replies.