Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Mar 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: Header Logo Link Change

    Quote Originally Posted by kobra View Post
    Code:
    define('DIR_WS_CATALOG', '/store/index.php');
    This is only the path to the files and not any file names so drop the index.php

    It should be like:

    '/' = if at the root
    '/shop/' = if in a folder named shop
    '/store/' = if in a folder named store

    and or any other folder name

    be sure to adjust all instances correctly
    Droped it all together. Put it back to define('DIR_WS_CATALOG', '/store');

    But I went in and manual change the:
    tpl_header.php
    tpl_footer.php

    In both of these I notice where it called from this line here:

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    I inserted the following into to call for the index.php here
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . index . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>

    Notice the difference in blue.

    Worked like a charm.

    Thanks for your help.

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Header Logo Link Change

    Droped it all together. Put it back to define('DIR_WS_CATALOG', '/store');
    NOTE this first line in that file right above where you set this: (red my emphasis)

    Code:
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    Your - '/store' - entry is not within that convention and should be:

    '/store/'

    Then you do not need to edit any other files
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Mar 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: Header Logo Link Change

    Its there just forgot to put it in the forum

    Thanks for noticing.

    Had to double check the files again.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Change Header Logo Link
    By anikolov in forum General Questions
    Replies: 11
    Last Post: 10 Mar 2011, 07:01 AM
  2. Header Logo link
    By Euroguy66 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jan 2009, 03:26 PM
  3. Can't get rid of blank image/link after logo/header change
    By bakdoor in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Sep 2008, 05:41 AM
  4. Header logo 2 'insert link'?
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jul 2008, 03:45 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