Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default how to make SELECTED LINK in ezpage sidebox stands out

    Hi, this is what I want to achieve.
    If one of the links in ezpage sidebox is selected or clicked, then the selected link should stand out. i.e. different font color or size. I could see it works for category box, but not other for other sidebox. Please help if someone knows how to do this.
    thanks

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

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    There are too many combinations of ways that Zen can be put together to tell you how to do something without seeing the site.

    You can get a copy of Firefox with the firebug add-on if you want to look at the page yourself.

  3. #3
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    thanks dbltoe
    hope I can find a way to do it

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

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    So, you are unable to give us a link to the site?

  5. #5
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    I can't find a way

    here is line to my site.
    http://homeimproveonline.com/eleotin/

    there is a category side box and help centers sidebox on left column.
    if you click one of the link under category, i.e Diabetes, the font color change to orange, but non of links under hep centers work that way.

    Please help!

  6. #6
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    can anyone knows how to make this possible?

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

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    There's no distinction in the layout for ezpages between the selected and not selected listings. In the Categories, the id changes from not-selected to selected based on the user's click.
    You can try adding at the end of the stylesheet
    PHP Code:
    .ezboxmode ul li a.selected {
    color#FF6600;

    The real question is which of the eight stylesheets you would use.

  8. #8
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    I added the css code above, but still no success.
    this is what I did for my tpl.ezpage.php
    <?php
    /**
    * Side Box Template
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_ezpages.php 2982 2006-02-07 07:56:41Z birdbrain $
    */
    $content = "";
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
    $content .= "\n" . '<ul class="ezboxmode">' . "\n";
    for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {
    $content .= '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li><div id="line"></div>' . "\n" ;
    } // end FOR loop
    $content .= '</ul>' . "\n";
    $content .= '</div>';
    ?>

    ------------------------------------------------------------------------------------
    and for my stylesheet.css

    .ezboxmode {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    .ezboxmode ul li a.selected {
    color: #FF6600;
    }

    I assume many people will need this small change, but couldn't find any post related to this. Please help if anyone knows how. thanks

  9. #9
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    anyone knows how to do this?
    thanks.

  10. #10
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: how to make SELECTED LINK in ezpage sidebox stands out

    I still serching for the answer. anyone knows how to make this possible?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 14 Dec 2010, 01:44 AM
  2. upgraded now lost ezpage link in sidebox help!
    By rjspomer in forum Basic Configuration
    Replies: 6
    Last Post: 1 Jun 2010, 07:11 PM
  3. Changing CSS for ONE cat name, so it stands out in the sidebox
    By innovafire in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 May 2009, 05:55 AM
  4. How Do I Make the Link Text BOLD in My CATEGORIES Sidebox?
    By mtrantas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jan 2008, 03:34 AM
  5. How to add a link to the EZpage?
    By seeker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Feb 2007, 07:41 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR