Custom logo for Bluebell theme not working
-
Hello, im sorting a website for a client of mine and the theme options page in the admin menu comes up with a 404 error when I try to add the image into the logo space on the homepage ( see: https://www.accommodationinwindsor.co.uk/online/ ) When I go into the header.php file I edited the imagesrc= to the url for the image but again nothing happens. Any help would be amazing I have tried for 2 days now and nothing… if you need the php text it uses for the entire logo section in the header.php file il add it in here:
<?php global $bluebell_options;
$bluebell_settings = get_option( ‘bluebell_options’, $bluebell_options ); ?><hgroup id=”site-title”>
<?php if( $bluebell_settings[‘custom logo’] ) : ?>
” class=”logo”><img src=”<? https://accommodationinwindsor.co.uk/online/wp-content/uploads/2015/09/logonew-copy.png” alt=”<?php bloginfo(‘lcustom logo’); ?>” />Where am I going wrong?
- The topic ‘Custom logo for Bluebell theme not working’ is closed to new replies.