Results 1 to 10 of 10
  1. #1
    Join Date
    May 2006
    Posts
    22
    Plugin Contributions
    0

    Odd and Even Rows

    One minor issue ... but one that has left me stumped. One of the changes in the new version is the re-instating of the alternating colours in the odd and even rows. I note the code in the css file, but on my test site, the colours don't show up.

    Is there a Admin, config setting I need to change?

    Ta


    Pete

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Odd and Even Rows

    No, there's no Admin setting for this. It should just work out of the box. The change in version 1.3.5 was specifically to re-introduce alternating row colours on the order confirmation page during checkout. Is this the page at which you're looking? If so, what do you see?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    May 2006
    Posts
    22
    Plugin Contributions
    0

    Re: Odd and Even Rows

    Ahhh ....

    I thought I was looking at the alternative colours on the product listings .... these showed on the previous version of the shop I had but not now. So where are they controlled from?

    Pete

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Odd and Even Rows

    If you desire alternating colors for product listing;

    Add this to your stylesheet;

    Code:
    .productListing-even {
                 background-color:#f0f0f0;
                 }
    
    .productListing-odd {
                 background-color:#fafafa;
                 }
    Adjust the colors to what you want, as no idea with no URL.

    If you desire space inbetween the listings, add this;

    Code:
    .productListing-data {
                 padding: 0.5em;
                 }

  5. #5
    Join Date
    May 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Odd and Even Rows

    Sketchy,

    Thanks very much .... when posted site wasn't live but is now at http://www.greenhouseorganics.co.uk/shop.

    Having asked the question, partner not sure if she wants the odd/even colours but hopefully this thread will help someone else.

    All the best,

    Pete

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Odd and Even Rows

    You're welcome.

    Definitely, members will still bump into this thread while searching for those selectors. Nice store, great work!

  7. #7
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Odd and Even Rows

    So how would I go about getting the New Products Listing page to also show the odd/even rows?

    I tried to just copy and paste the part of code from the tpl_modules_products_all_listing.php that is telling it to show up as either even or odd, but in the New Products Listing page, each row shows up as one color, instead of alternating.

  8. #8
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Odd and Even Rows

    Another references for Product Listing with Odd and Even Rows.
    Product Listed to close together

    All / New Product Listing - Alternating Colours
    A New Starter again

  9. #9
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

    Default Re: Odd and Even Rows

    I added those css changes, I think they are great improvments to the look n feel. When I did the upgrade to 1.3.5 I don't recall if I upgraded my customized css file. Was there changes in that since the previous upgrade (1.3.2 I believe).

  10. #10
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Odd and Even Rows

    Please refer to the topic below for the change of v1.3.5 for All Products Listing and Odd and Even Rows.
    All Products Listing gone mad

    .
    A New Starter again

 

 

Similar Threads

  1. v150 All Products and Shopping Cart contents even/odd color problem
    By kahunah in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 21 Apr 2012, 10:53 PM
  2. need to make odd/even product list rows shaded
    By igofresh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Nov 2010, 09:10 PM
  3. Odd even rows
    By athena in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jul 2008, 03:40 PM
  4. Question about Odd and Even on the display
    By kinget in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Nov 2007, 01:39 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