Results 1 to 6 of 6
  1. #1
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default remove Welcome to RV Solar Systems

    As stated how do I remove the Welcome to RV Solar Systems from the main page.
    Cheers
    Peter
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: remove Welcome to RV Solar Systems

    Admin > Configuration > Layout Settings > Customer Greeting - Show on Index Page

  3. #3
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: remove Welcome to RV Solar Systems

    Quote Originally Posted by gjh42 View Post
    Admin > Configuration > Layout Settings > Customer Greeting - Show on Index Page
    It is off thats why I'm working on another site (as per logo sidebox posts) think I've stuffed the main one up and it's one of Clydes templates and I'm not sure if I sould keep it shame I like it http://www.rvsolarsystems.co.uk/store/
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: remove Welcome to RV Solar Systems

    OK, that's not the customer greeting, but h1#indexDefaultHeading.

    The /template_default/ version of tpl_index_default.php has

    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

    so you could comment the h1 out of your template copy, or you could add to your stylesheet

    #indexDefaultHeading {display: none;}

  5. #5
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: remove Welcome to RV Solar Systems

    Quote Originally Posted by gjh42 View Post
    OK, that's not the customer greeting, but h1#indexDefaultHeading.

    The /template_default/ version of tpl_index_default.php has

    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

    so you could comment the h1 out of your template copy, or you could add to your stylesheet

    #indexDefaultHeading {display: none;}
    Cheers have to add thart to my file incase I decied to keep Clyd's template
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: remove Welcome to RV Solar Systems

    Another option would be to check if the constant HEADING_TITLE is used anywhere else, and if not, redefine that to '' (two single quotes) so there will be no h1 content.

 

 

Similar Threads

  1. Welcome to WebShop.com remove
    By oitem in forum General Questions
    Replies: 2
    Last Post: 12 Jun 2012, 01:20 PM
  2. Remove Welcome notice
    By kayfore in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jan 2012, 06:54 AM
  3. Replies: 0
    Last Post: 30 Mar 2007, 02:12 PM
  4. remove welcome to ...
    By bean_2k1 in forum Basic Configuration
    Replies: 1
    Last Post: 20 Dec 2006, 06: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