Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Almost there, need help with site map and font in search header

    I think I am almost there. You guys on the forums have been great (so has the search feature!).

    http://www.picturethisphototiles.com/store

    I have a couple more questions that I just haven't been able to find anywhere.

    1. In my Site Map, there is reference to page 2, page3, page 4. I disabled those. How do I get them out of my site map?

    2. This is something probably only I would notice but the font for the Search header is larger than any of my other header fonts. Where can I change this?

    Thank you so much for your help!!!!

    Bonnie

  2. #2
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Almost there, need help with site map and font in search header

    The search header that you are referring to is styled in the css - id is #searchHeading - change or remoave the font size in that portion of the css and it should fix.

    Hope that helps at least a lil ;)
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  3. #3
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Almost there, need help with site map and font in search header

    I wish it would but I did a search in my .css file and there is nothing for search or searchheading

  4. #4
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Almost there, need help with site map and font in search header

    Well the quick and easy would be to add it at the end of your css to set the font you want to use - but that is not the correct way - the correct way is to find what the css is picking up and change it ;)
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  5. #5
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Almost there, need help with site map and font in search header

    My CSS is based on the default template and went through the entire thing (of course, I might have missed something) and can't find anything that relates to the search feature.

    Maybe it's not in there?

    Anyway, thanks for your help.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Almost there, need help with site map and font in search header

    There's something else somewhere in the css that's taking over the label inside the #searchHeading.

    If you were to enter
    .rightBoxHeading label {
    font-size: 10px;
    }
    it should work.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Almost there, need help with site map and font in search header

    The code in the tpl_site_map_default.php reads:
    PHP Code:
                <?php if (DEFINE_PAGE_2_STATUS <= 1) { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_2) . '">' BOX_INFORMATION_PAGE_2 '</a>'?></li>
                <?php ?>
                <?php if (DEFINE_PAGE_3_STATUS <= 1) { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_3) . '">' BOX_INFORMATION_PAGE_3 '</a>'?></li>
                <?php ?>
                <?php if (DEFINE_PAGE_4_STATUS <= 1) { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_4) . '">' BOX_INFORMATION_PAGE_4 '</a>'?></li>
                <?php ?>
    If one were to remove those in their copy in their templates and overrides directory then they would not be there ...

    The are set to display if the Links are enabled in the: Configuration ... Define Page Status ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Almost there, need help with site map and font in search header

    NOTE: if you aren't using them period on your site ...

    Turn them off in the Define Page Status ... and don't touch the code at all ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Almost there, need help with site map and font in search header

    I thought I did turn those dang things off but I guess I didn't change the right option. That's why I should double-check things. Turning them off worked wonders. Thanks, LOL!!!

    Now, back to that font issue.

  10. #10
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Almost there, need help with site map and font in search header

    see post #6

    That will fix the Search Font Label
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. I'm almost ready to go live and need help with a problem...
    By strugglingnovice in forum General Questions
    Replies: 11
    Last Post: 11 Dec 2011, 11:10 PM
  2. Help with header and footer font and color size
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Nov 2007, 06:35 PM
  3. Sidebox in header, almost there. Need div id
    By shocker in forum Basic Configuration
    Replies: 4
    Last Post: 14 Jul 2007, 05:47 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