Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Ok i did a bit of playing around and seem to have a few issues...

    In firefox the position of the cart summary and currencies seems to be in the correct place but this has pushed the css flyout header down to below the logo....

    In Internet explorer the position of the cart summary and currencies is spaced and not in the correct place but the css flyout header menu is in the correct place....

  2. #12
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    OK in regards to the above issues i think i have fixed them...
    The only problem left is safari it is displaying the cart contents above the logo.... In which i want to remove the navigation bar...

    So does anyone have any advice on how to completely remove the navigation bar and position the cart contents in safari similar to ff and ie?

    (Also i have searched the forums and followed a few tutorials on removing the navigation bar but the only one that seems to work is the .navigation {display:none} but this leaved a gap in ie but looks fine in ff and safari)

    Any help greatly appreciated :)

  3. #13
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Anyone?

  4. #14
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Add link in actual logo

    "Eliminate the whole mess of divs before
    <div class="head">
    (starting with <div class="menu"> )."

    Did you miss this in my post above?

  5. #15
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Quote Originally Posted by gjh42 View Post
    "Eliminate the whole mess of divs before
    <div class="head">
    (starting with <div class="menu"> )."

    Did you miss this in my post above?
    Sorry i missed that part!

    Anyway i deleted the following for tpl_header:

    PHP Code:
        <div class="menu">
            <
    div class="menu_r">
                <
    div class="menu_l">
                    <
    div class="menu_tr">
                        <
    div class="menu_tl">
                        
                            <
    div class="menu_pad"
    It removes the navigation bar but leaves a gap and stretches the entire web page to fit the screen

  6. #16
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Add link in actual logo

    If you deleted only what you show above, you left a bunch of hanging </div> and other code. You need to delete all of this before <div class="head"> (including the parts in there that don't show up in view source)
    PHP Code:
        <div class="menu">
            <
    div class="menu_r">
                <
    div class="menu_l">
                    <
    div class="menu_tr">
                        <
    div class="menu_tl">
                        
                            <
    div class="menu_pad">

                                <
    div class="navigation">
            
                        <
    div class="nav_1">
                                                            
                                    <
    a href="http://www.truwater.com.au/">Home</a>
                                    
                                                                &
    nbsp;|&nbsp; <a href="https://www.truwater.com.au/index.php?main_page=login">Log In</a>  
                                  
                                
                                                                    
                                
                        </
    div>
                        
                        
                        
                        <
    div class="clear"></div>
                    </
    div>    
                                    
                                <
    div class="clear"></div>

                            </
    div>
                        
                        </
    div>
                    </
    div>
                </
    div>
            </
    div>
        </
    div>
        
        <
    div class="head"

  7. #17
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Quote Originally Posted by gjh42 View Post
    If you deleted only what you show above, you left a bunch of hanging </div> and other code. You need to delete all of this before <div class="head"> (including the parts in there that don't show up in view source)
    PHP Code:
        <div class="menu">
            <
    div class="menu_r">
                <
    div class="menu_l">
                    <
    div class="menu_tr">
                        <
    div class="menu_tl">
                        
                            <
    div class="menu_pad">

                                <
    div class="navigation">
            
                        <
    div class="nav_1">
                                                            
                                    <
    a href="http://www.truwater.com.au/">Home</a>
                                    
                                                                &
    nbsp;|&nbsp; <a href="https://www.truwater.com.au/index.php?main_page=login">Log In</a>  
                                  
                                
                                                                    
                                
                        </
    div>
                        
                        
                        
                        <
    div class="clear"></div>
                    </
    div>    
                                    
                                <
    div class="clear"></div>

                            </
    div>
                        
                        </
    div>
                    </
    div>
                </
    div>
            </
    div>
        </
    div>
        
        <
    div class="head"
    Thanks Glenn!
    I think that has done it.... I have tested in ff and ie6 on linux dont have access to ie7 or safari at work. If anyone can test on safari, ie7 and ff on a windows machine that will be great!

  8. #18
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Add link in actual logo

    Zen-Venom Get Bitten

  9. #19
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Quote Originally Posted by kobra View Post
    Perfect exactly what i need!

    I just noticed that on safari my cart summary on the top right hand corner has dissapeared
    Last edited by gee38l; 19 Dec 2008 at 03:50 AM. Reason: add

  10. #20
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Add link in actual logo

    Also just had a look and it seems ie is cutting the top off the logo maybe 1 or 2 px's but looks fine in ff

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v150 How do I link the logo.gif back to the site's actual index.htm page instead of store?
    By Scully in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 16 Sep 2013, 10:58 PM
  2. add a logo as a link to a sidebox?
    By artifaxworthing in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 26 May 2010, 02:28 AM
  3. How do I add RRP and actual price?
    By backinthesaddle in forum General Questions
    Replies: 1
    Last Post: 1 Mar 2009, 07:19 PM
  4. Add a Link beside my logo at the header
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Feb 2008, 07:48 AM
  5. paypal IPN change text , text under link, add logo
    By keylesslocks in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 14 Jul 2007, 02:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg