How to disallow "More items" on the Home Page for a product category

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by gloryous, Feb 12, 2014.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    In a site I'm creating, there are several product categories with just small number of products (e.g., 3 or 5)... so it's unnecessary to give the "More items" option. Is there a way to turn that off?

    Thank you,
    Glory
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home .productlisting .pgallery .all_item {
    display:none;
    } 
    This will solve your issue.
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    My apologies. I didn't make the issue clear enough. There are:
    • 2 categories with 3-5 products, but
    • 2 other categories with 20+ each.
    How to turn off the smaller product number categories, but still leave the option for larger product categories to click More items.

    Here's the website: http://demo33.digitalwordpower.com/

    Thank you so much!

    Glory
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a freelancer for this.
     
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Okay. I understand there's no way to differentiate between the different product categories without custom code.

    I'm creating a new post with another request as a workaround for this.
     
Thread Status:
Not open for further replies.

Share This Page