Stop free listings from showing up under popular listings.

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #58910

    mvmedia
    Buyer
    Post count: 1

    On my home page I want three groupings of listings. Featured, popular and free. I cannot distiguish between the popular and the free.
    Please review here:
    http://shopepping.com/

    I have three levels of listings, free, featured and ambassador. The Ambassador actually displays as a featured listing so that works fine, but I need to separate the popular(feautred) and free.
    Is there a way to do this?
    Thanks,
    ME

    #58933

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    each listing has a class telling which package it belongs to.

    Example your 1st listing “Leddy Center” has a class : gd-post-pkg-3

    You could use CSS to differentiate listings, however only Featured listings are treated differently for sorting.

    Let us know how you went,

    Thanks

    #58955

    mvmedia
    Buyer
    Post count: 1

    Can you please give me a quick example of how I might use the class to differentiate?
    thanks,
    ME

    #59004

    Paolo
    Site Admin
    Post count: 31206

    For example, if you add this custom css:

    
    
    .gd-post-pkg-3 {
        border: 1px solid #ff0000 !important;
    }

    All listings with that package ID will have a red border.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket