• Hello,

    Thank you very much for your plugin that is great and your very efficient support.
    I have two question :

    Is it possible to have two listings on two different pages ? Like one for “Cars for Sale” and the other one for “Sold Cars” ?
    And last question, can we hide the “State” (New Car, Used Vehicule) because as it’s not translated to French, it’s a bit weird on my website.

    Best regards,

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author autolistings

    (@autolistings)

    It’s possible to have two different listings pages by using the ‘[auto_listings_listings]’ shortcode. However, this shortcode doesn’t support the ‘state’ attribute yet. So I’d guess that it will require custom coding.

    To hide the state temporarily, please add this code:
    .auto-listings span.condition {display: none}
    The state that cannot be translated is a bug. We are going to fix it in the next update.

    Thanks.

    Thread Starter imshadix

    (@imshadix)

    Hello,

    Thank you for you response. I added the shortcode but now how can I choose which car is on each listing ? Is it custom coding ?

    And I updated the extension and now the State is translated ! That’s great !

    Regards,

    Plugin Author autolistings

    (@autolistings)

    Hello,

    There are two ways to choose the cars to display:
    1) Using ‘ids’ attribute , like this: [‘auto_listings_listings ids=’1,2,3’]
    2) Using ‘state’ attribute, like this: [‘auto_listings_listings state=’old’]

    However, the ‘state’ attribute is not supported yet. At the moment, it can only be done via custom coding.

    Thread Starter imshadix

    (@imshadix)

    Hi,
    I tried the first way, and it says “Sorry, no listings found.”
    Did I make a mistake ?

    Plugin Support longnguyen

    (@longnguyen)

    Hi @imshadix

    The first shortcode should be [auto_listings_listings ids='1,2,3']

    Notice the single quote ''. See more on the documentation https://wpautolistings.com/docs/shortcodes/.

    Thread Starter imshadix

    (@imshadix)

    It works for one listing but when I try with multiple it doesn’t work :

    [auto_listings_listing id=’1] works !
    [auto_listings_listings ids=’1,2,3′] doesn’t work ( no listing found )

    I really don’t undestand…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I have two “listings” ?’ is closed to new replies.