• Resolved girllessordinary

    (@girllessordinary)


    Is there a way (other than days of listing) to differentiate free VS paid classifieds? I would like to do something such as: 1 image and 14 day posting for free accounts, no video links. 10 images, 60 days, video links on paid listings.

    Also, featured listings are not extremely noticeable compared to regular listings. Is there a way to customize the appearance of these and make them stand out more – also label them as featured!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    1. currently this is not possible i am afraid, however i will be soon working on code snippet which along with custom fields add-on will allow to first select the Pricings and then based on pricing selection show correct form scheme. This add-on should be ready this month, but i cannot tell when exactly.

    2. Each featured advert has advert-is-featured CSS class, so you can customize the featured Ads like this

    
    .advert-is-featured {
        border: 1px dashed green;
    }
    .advert-is-featured .advert-price {
        color: blue;
        border-color: blue;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Free posts VS paid posts help?’ is closed to new replies.