Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default 'New Products For November' showing up vertically

    I am having an issue with my website. Under 'New Products For November', the products are showing up vertically rather than horizontally. The only changes I have made are in the stylesheet since this started happening, but I have since tested with my old stylesheet and get the same results. It's driving me crazy! Any suggestions would be greatly appreciated. The website is www.desertskyink.net. Thanks!!

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

    Default Re: 'New Products For November' showing up vertically

    Please refer to the topic below for more info.

    Featured Products - border round product

    It both related to the columnar display for use in:
    1. New Products For "MONTH"
    2. Featured Products
    3. Monthly Specials For "MONTH"
    4. And for the contribution /mod of Column Layout Grid for Product Listing

    .
    A New Starter again

  3. #3
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    This worked fine with my old stylesheet at one time. But now when I make my old stylesheet live it does the same thing, displays the products vertically rather than horizontally. Do you think this is related to the stylesheet?

  4. #4
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    I tried you suggestions and it did not seem to work. The products still show up vertically. Any other ideas?

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

    Default Re: 'New Products For November' showing up vertically

    From the page source, the width is only with 16% for each cell in the row.

    <div style="width: 16%;" class="centerBoxContentsNew centeredContent back">

    It seems not normal., check your setting or code.
    A New Starter again

  6. #6
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    I tried your below contribution, but when I select columnar now in the Configuration tool, it screws up the listing for ALL of the products. I am also not sure what you mean by "It seems not normal., check your setting or code." I'm not exactly sure what I am supposed to check or change. Do I need to change this in the stylesheet? If so, what do I need to change?

    It both related to the columnar display for use in:
    1. New Products For "MONTH"
    2. Featured Products
    3. Monthly Specials For "MONTH"
    4. And for the contribution /mod of Column Layout Grid for Product Listing

  7. #7
    Join Date
    Nov 2005
    Location
    Narnia
    Posts
    822
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    You need to add

    float: left

    to your .back area of the stylesheet so it's like this:

    Code:
    .back {
    	float: left;
    	padding-top: .5em;
    	font-size: 1.3em;
    	}
    However, this might mess up other things that are in the .back class and don't need the float: left. My personal solution to it was to create another class (call it .backproduct) and put the float in with it:

    Code:
    .backproduct {
    	float: left;
    	padding-top: .5em;
    	font-size: 1.3em;
    	}
    Then you can simply change the class name of any images that line up vertically. So to change the class of the images on your index page, you'd need to change the following:

    Code:
    class="centerBoxContentsNew centeredContent back"
    to this

    Code:
    class="centerBoxContentsNew centeredContent backproduct"
    You may need to repeat this for the other two images that are lining up vertically as well.

  8. #8
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    Thank You, It looks like that worked, but you're correct, other things were affected when I put in the following:

    .back {
    float: left;
    }

    The 'Home' 'Log In' etc at the top of the page were affected. Do I actually have to go into the code to make changes to the 'New Products' portion?

  9. #9
    Join Date
    Nov 2005
    Location
    Narnia
    Posts
    822
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    Well, if you don't make those changes the float: left might cause other problems, as you already can see. Additional problems may reveal themselves down the road as well.

    It's really not hard to change the class name and associate it with those misbehaving images. You are really only adding one word to the file (as in my example, changing it from .back to .backproduct). Offhand, though, I don't know which file it's in.

  10. #10
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: 'New Products For November' showing up vertically

    I am having a similar problem

    In my new products main display, products are listing vertically but only in some categories. Wierd!
    Here is an example: In my jewellery section new product are listing vertically. I do not want vertical listing in any categories.

    Anyone know why or how to fix it?

    ps: this only happens in ie, it's fine in forefox

    www.queenib.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. New Products For November - cannot remove
    By webmeister in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Nov 2012, 05:38 AM
  2. new products in main page showing vertically
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2010, 10:11 PM
  3. How do I remove the "New Products for November"?
    By KATERINA in forum Basic Configuration
    Replies: 3
    Last Post: 28 Nov 2009, 09:46 AM
  4. Block a new product from being listed in the 'New Products for November' section.
    By ballyc27 in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 27 Nov 2008, 04:24 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