Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Purnendu Dash

    (@purnendu)

    Hello @wpbetsy,

    Thanks for your query.

    You may check our available shortcodes from here
    https://wc-marketplace.com/list-of-shortcodes/

    Thread Starter wpbetsy

    (@wpbetsy)

    For this shortcode, [wcmp_vendorslist orderby=”registered” order=”ASC”], it comes with blank header and address bar. How to remove these as our vendors are online shops, no available information.

    View post on imgur.com

    @wpbetsy, can you share the vendor list page link, so we can check.

    Thread Starter wpbetsy

    (@wpbetsy)

    The screenshot is here: https://imgur.com/a/uwDIuti

    Is this correct? I just want to remove the header banner and address bar.

    @wpbetsy to remove vendor list map banner use this add_filter('wcmp_vendor_list_enable_store_locator_map', '__return_false'); code in your active theme’s functions.php

    Thread Starter wpbetsy

    (@wpbetsy)

    As for alphabetical order, it shows by z-a, but no options for showing a-z.

    @wpbetsy as per default flow of vendor list shortcode, its shows in 'orderby' => 'registered', 'order' => 'ASC' this order. If you want to show vendors alphabetically a-z then replace your shortcode with [wcmp_vendorslist orderby="name"]

    Thread Starter wpbetsy

    (@wpbetsy)

    No, I don’t mean to show order by name. When I click on dropdown list, it shows alphabetical options, it’s not showing from A.

    By default, I do want to show as before, showing the latest register first.

    Now, I replaced back old shortcode [wcmp_vendorslist orderby=”registered” order=”ASC”] but it didn’t show the latest one first.

    @wpbetsy so you want to mean to show the latest vendor first order, then replace the above shortcode with [wcmp_vendorslist orderby="registered" order="DESC"]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘shortcodes’ is closed to new replies.