Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2011
    Posts
    13
    Plugin Contributions
    0

    Default Center column heading

    I've searched here for upwards of an hour and also in the Developers Toolkit to no avail. I am using Glacial Age with Zencart 1.3.9h. A header in the center column says "Welcome to vintagerodcomponents.com", and I would like to change it. The only reference I can find to this phrase is in the source code which says "<h1 id="indexCategoriesHeading">Welcome to vintagerodcomponents.com</h1>
    It looks like it a php file pulls this name from somewhere, but WHERE? I would like to change it or eliminate it altogether. The URL is
    http://www.v i n t a g e r o d c o m p o n e n t s.com/retail
    Last edited by Vintage Rod; 17 Jun 2011 at 12:11 AM.

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

    Default Re: Center column heading

    I did not see that text...
    You must have figured this out
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Center column heading

    Apparently my update didn't post. I found that the name comes from Store Name in My Store in Admin. I modified THAT slightly to read "Welcome to Vintage Rod Components online store", but would still like to remove it. It's probably as simple as commenting it out, but where?

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

    Default Re: Center column heading

    would still like to remove it.
    Well it looks like you have crapped that up a bit already the default text there should read
    Welcome Guest! Would you like to log yourself in?
    With "log yourself in" being a link to the login screen

    If you have not messed it up too bad

    Try admin > config > layout settings > Customer Greeting - Show on Index Page > set to false
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jun 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Center column heading

    That is already set to false. How have I "crapped it up" ?

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

    Default Re: Center column heading

    That is already set to false. How have I "crapped it up" ?
    Well it is not responding to the setting that removes it...
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Center column heading

    That's not the welcome message, it's the index categories heading. You could add this to your stylesheet:

    #indexCategoriesHeading {display:none;}

    or remove it in:

    includes/templates/glacial_age/templates/tpl_index_categories.php

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

    Default Re: Center column heading

    stevesh Corrected me...Thanks!!
    But on that page the default is
    Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    Which resides in the h1 indexCategoriesHeading tag
    You do not want to not have a h1 tag on a page

    See what is defined to be displayed
    https://www.zen-cart.com/tutorials/i...hp?article=129
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jun 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Center column heading

    Quote Originally Posted by kobra View Post
    stevesh Corrected me...Thanks!!
    But on that page the default is

    Which resides in the h1 indexCategoriesHeading tag
    You do not want to not have a h1 tag on a page

    See what is defined to be displayed
    https://www.zen-cart.com/tutorials/i...hp?article=129
    I referred to the tutorial and the file it refers to, and here is what I have:
    define('HEADING_TITLE', 'Welcome to Vintage Rod Components. The ONLY source for New and Vintage Mickey Thompson valve covers!');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Welcome to the Vintage Rod Components online store');
    }
    Are you thinking of another file?

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

    Default Re: Center column heading

    If you read the tutorial to remove it then use this
    My emphasis on the pair of single quotes that must remain
    Code:
    define('HEADING_TITLE', '');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', '');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v139h Adding Linked Text to New, Special and Featured Products Heading in Center Column
    By mlgsings in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Mar 2012, 10:07 AM
  2. Product Box Heading to Center Box Heading
    By jymontoya in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Sep 2009, 11:57 PM
  3. how do i move sidebox content to grid colum / column in center column
    By Mrchristoh in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 May 2009, 04:03 PM
  4. Center Column Heading - Report a price and About Us
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 18 Dec 2008, 03:05 AM
  5. Center Column Heading Image Width
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Dec 2008, 03:07 AM

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