Make all shop item even sized

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rochelleneill, Oct 16, 2014.

  1. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Hi,

    On the homepage all of the items shown have different sized descriptions which looks odd. I have added a photo. Is there a way to make all boxes the same size so they are even?

    Thanks
     

    Attached Files:

  2. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Also, is there a way to remove the yellow highlights on the numbers in the pic attached here and make the pictures clearer and so they do not cut off the picture.
     

    Attached Files:

  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your live website url.

    Thanks & Regards
    Yogesh Bhade
     
  4. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    mark.count {
    display: none;
    }
    To make product description same set value in excerpt function according to your product description so that all product description will look in same height as shown below in screenshot.

    17oct1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    I'd like all of my products to be the same height in the Shop page - your help is much appreciated!
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.thumbnail li {
    height: 350px;
    }
    Thanks & Regards
    Pramod Patel
     
  8. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, thanks for your reply. The code did not work. Please see the attached image for your reference. This is for the "Shop". It appears that the code worked on the homepage product section.
    [​IMG]
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    For Shop page paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .site-content ul.products li#product_item {
    height: 350px;
    }
    Thanks & Regards
    Pramod
     
  10. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, thanks for the info but the code didn't work. Please advise.
     
  11. rochelleneill

    rochelleneill New Member

    Joined:
    Dec 22, 2013
    Messages:
    14
    Likes Received:
    0
    Thanks Pramod. I am now having as issue whereby when I change a product in woocommerce to a "variable product" and add variations according to the woocommerce help page it stops the buy now button appearing. Here is an example http://239bike.co.nz/?product=trek-skye-womans

    Thanks
     
  12. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Richarbran,
    Please provide screen shot and page url where you did not get same height of product.
    Your shop page products have the similar height.
    Thanks & Regards
    Pramod
     
  13. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello rochelleneil,
    Please go for woo-commerce plugins instruction to set variations on products.
    Thanks & Regards
    Pramod
     
  14. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, I probably should have explained my request better. It's not the product picture, it's the description in the shop page that is not stopping at the same length. Is there anyway to have that description stop at a certain amount of characters and add the "..."?
     
  15. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello richarbran,
    Please follow instructions given above by Yogesh to set content length..
    Thanks & Regards
    Pramod
     

Share This Page