Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    amazing works great many thanks you have been extreamly helpful i guess i need to learn more before i fiddle again hahaha.

    Again thanks for your time and been so quick to respond

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    the top left corner of the header were the mountains are i think this is the best place for it..

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    so how can i move the logo to top right is this possible or am i just going to mess things up again… Thanks for all of this

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    ok cool thats worked thanks

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    Ok this is the code now but its still doing it am i missing something? im sorry for all this its my fist time with this as you cant tell…

    <div class="art-nav">
    	<div class="l"></div>
    	<div class="r"></div>
    	<div class="art-nav-center">
    	<ul class="art-menu">
    <?php art_menu_items(); ?>
    </div>
    </div>
    <div class="art-Header">
    <div class="art-Header-jpeg"></div>
    <div class="art-Logo">
    <h1 id="name-text" class="art-Logo-name">
    /"><?php if ( file_exists( TEMPLATEPATH . '/images/camping_logo.jpg' ) ) { ?>
    "><img src="<?php bloginfo('template_url'); ?>/images/camping_logo.jpg" alt="<?php bloginfo('name'); ?>" />
    <?php } else { ?>
    <img src="<?php echo get_option('home'); ?>/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></h1>
    <?php } ?></h1>
    <div id="slogan-text" class="art-Logo-text">
    <?php bloginfo('description'); ?></div>
    </div>

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    ahh you are a guineas the logo is there but i have /”>”> infront of it also and i dont mean to be a pain can i get the logo into the top left of the header image?

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    http://www.thecampingcampground.com

    Ok it looks better now but i still have broken link so i need to put the logo in a different folder right???

    <?php art_menu_items(); ?>
    
    </div>
    </div>
    <div class="art-Header">
    <div class="art-Header-jpeg"></div>
    <div class="art-Logo">
    <h1 id="name-text" class="art-Logo-name">
    <?php if ( file_exists( TEMPLATEPATH . '/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg' ) ) { ?><img src="<?php bloginfo('template_url'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" alt="<?php bloginfo('name'); ?>" />
    <?php } else { ?>
    <h1>"><img src="<?php echo get_option('home'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></h1>
    <? } ?></h1>
    <div id="slogan-text" class="art-Logo-text">
    <?php bloginfo('description'); ?></div>
    </div>

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    ok fixed the error but now my site looks like this http://www.thecampingcampground.com

    and the code looks like this

    <?php art_menu_items(); ?>
    
    </div>
    </div>
    <div class="art-Header">
    <div class="art-Header-jpeg"></div>
    <div class="art-Logo">
    <h1 id="name-text" class="art-Logo-name">
    /"><?php if ( file_exists( TEMPLATEPATH . '/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg' ) ) { ?>
    "><img src="<?php bloginfo('template_url'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" alt="<?php bloginfo('name'); ?>" />
    <?php } else { ?>
    <h1>"><img src="<?php echo get_option('home'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></h1>
    <? } ?></h1>
    <div id="slogan-text" class="art-Logo-text">
    <?php bloginfo('description'); ?></div>
    </div>

    thanks for your help

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    <a>/">		<?php art_menu_items(); ?>
    
    </div>
    </div>
    <div class="art-Header">
    <div class="art-Header-jpeg"></div>
    <div class="art-Logo">
    <h1 id="name-text" class="art-Logo-name">
    /"><?php if ( file_exists( TEMPLATEPATH . '/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg' ) ) { ?>
    "><img src="<?php bloginfo('template_url'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" alt="<?php bloginfo('name'); ?>" />
    <?php } else { ?>
    <h1>"><img src="<?php echo get_option('home'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></h1>
    <?php } ?>
    <div id="slogan-text" class="art-Logo-text">
    <?php bloginfo('description'); ?></div>
    </div>
      <?php } else { ?>
      <h1></a><a>"><img src="<?php echo get_option('home'); ?>/public_html/wp-content/themes/superstore_camping/images/camping_logo.jpg" title="TheCampingCampground." alt="IMAGE TEXT." height="125" width="250"/></a></h1>
    <?php } ?></h1>
        <div id="slogan-text" class="art-Logo-text">
            <?php bloginfo('description'); ?></div>
    </div>

    im still getting the same error and my site will not work

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    how do you know what line it is? im sorry im new at this

    Forum: Fixing WordPress
    In reply to: Adding a logo
    Thread Starter thecampingcampground

    (@thecampingcampground)

    Now im getting this error
    Parse error: syntax error, unexpected '}' in /home/thecampi/public_html/wp-content/themes/superstore_camping/header.php on line 114

    please help thanks

Viewing 11 replies - 1 through 11 (of 11 total)