Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Front page "stuff" I cannot remove!

    I have searched everywhere but cannot figure this out...how can I remove the currency at the top of the page> (I know it is in the tpl_header for my template, but I have no clue what to remove.

    Also where can I get rid of teh red powered by zen cart..the block below it with the EZ PAges etc. and where it says TAGLINE here?!? These all appeared afer I tried to install the no login module....which I later deleted, but these things stayed....

    Page is:

    http://www.expressionsphotostore.net...ain_page=index

    THANK YOU!!!!!

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Front page "stuff" I cannot remove!

    Well, first of all, you have 2 stylesheets (stylesheet.css, stylesheet_new.css). That makes it confusing for the software.......you need ONLY 1 stylesheet.
    My suggestion would be to either completely delete the stylesheet_new.css, and edit the stylesheet.css to get the desired results, or to merge the 2 files with Winmerge.
    Then, you can get everything else straightened out from that point.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Front page "stuff" I cannot remove!

    THANK YOU! I did not even see that other stylesheet..it was in a whole different folder. I still have the home page issue though..so I will have to review the CSS I guess....this was all fine before I tried to install that module...AARRGGHH

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Front page "stuff" I cannot remove!

    Good. Off to a good start. Now somewhere in your stylesheet, add the following to hide the "Tagline Here":

    #tagline {
    display: none;
    }



    The Currencies box should be able to be turned off in Admin>Tools>Layout Boxes Controller.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Front page "stuff" I cannot remove!

    Thank you so much for your help...the tagline code did not work..when I check in the google web toolbar it tells me that the area that reads Zen Cart...Privacy and all that red text is the #headerwrapper....where do I get rid of that?

    ALso, the US Dollars is actually part of the template I got...it does not turn off through the layout controller, but I cannot figure how the heck to get rid of it!

    I cannot thank you enough for your time!

  6. #6
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Front page "stuff" I cannot remove!

    WOOHOO got rid of the red text...just replaced tagline with headerWrapper...duh!

    Now I just need to get rid of that dollar thing!!

  7. #7
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Front page "stuff" I cannot remove!

    Then, since there's no logo on your site, you can also add in your stylesheet:

    #logo {
    display: none;
    }


    That will remove the red "Powered by Zen-Cart" (which is supposed to be a logo image).

    The EZ-Pages links can be turned off in Admin>Tools>EZ-Pages
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #8
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Front page "stuff" I cannot remove!

    To remove the Currency box (and also the hidden Language selection to the left of it), try looking in includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and look for:

    Code:
    <!--// bof:  //-->
    		<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxHeader">
    			<tr>
    				<td>
    					<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxContentsHeader">
    						<tr><td><img src="includes/templates/template_default/images/pixel_trans.gif" alt="" width="100%" height="1" /></td></tr>
    						<tr>
    							<td class="boxText" id="-content"><form name="currencies" action="http://www.expressionsphotostore.net/index.php?main_page=index.php" method="get"><select name="currency" onChange="this.form.submit();">
      <option value="USD">US Dollar</option>
    </select>
    <input type="hidden" name="main_page" value="index.php" /><input type="hidden" name="language" value="en" /></form></td>
    						</tr>
    						<tr><td><img src="includes/templates/template_default/images/pixel_trans.gif" alt="" width="100%" height="1" /></td></tr>
    					</table>
    				</td>
    			</tr>
    		</table>
    <!--// eof:  //-->

    Remove that, and the boxes at the top should be gone.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #9
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Front page "stuff" I cannot remove!

    Why would I not be seeing this?!?!?! THis is frustrating the heck out of me!

  10. #10
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Front page "stuff" I cannot remove!

    Didn't see your site before you modified or removed the stylesheet - so I took a look at your site.

    There is an issue with your stylesheet link; your link to the stylesheet does not exist.

    Here is your current stylesheet link:
    <link rel="stylesheet" type="text/css" href="includes/templates/ZC03C00199//stylesheet.css" />

    Note the two slashes: // (between ZC03C00199 and stylesheet.css)

    If your 'store' folder is ZC03C00199 and you want to use the stylesheet, then the CSS folder name needs to be between the two slashes; i.e., <link rel="stylesheet" type="text/css"href="includes/templates/ZC03C00199/css/stylesheet.css" />
    BUT... if you do that, then your page will be managed by the style sheet and most of your FrontPage tables will go weird on you.

    The question you must answer is do you want the stylesheet to manage your pages or not?

    regards,
    jund

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to remove ellipses ("...") after "All Products" and "New Products" on home page?
    By jthurman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 May 2010, 03:30 PM
  2. Basic Stuff - How to remove "New Products for May"
    By richardgavatin53 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Aug 2009, 05:50 PM
  3. Remove "optionName" and edit "Add to Cart" frame on product page
    By Clever Trevor in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Apr 2009, 05:39 PM
  4. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  5. Login, but "page cannot be found" unless "Refresh"
    By simonmade in forum General Questions
    Replies: 3
    Last Post: 2 Oct 2006, 07:04 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