• Resolved refluxcomponents

    (@refluxcomponents)


    Hello, if one uses the [dokan-stores] shortcode, is it possible to set a parameter for the number of vendors listed on the page? It seems to be 3 by default and the pagination cuts off at prematurely. Thank you.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello @refluxcomponents,

    Thank you for reaching us. Yes, you can define the number of columns by using the ‘per_row’ attribute inside the shortcode like this [dokan-stores per_row=”2″]

    Hi! Is possible to also increase the number of products shown on the sellers page?

    Right now it has been set to a limit of 10.

    Can you please confirm if this works? I’ve tried it and it does not change the 3 column store listings. Thank you.

    Hello @shemakeswebsites ,

    You should try this format – [dokan-stores per_row=2]

    At the moment only 2 or 3 column structures can be chosen. However, if you want to have more control then try to modify via CSS –

    #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
        width: 25%;
    }

    Thank you.

    Hi, is there a way to show more than 10 stores per page?

    Hello,

    With this shortcode ?[dokan-stores per_page=XXX]

    XXX = your stores number ??

    That worked! Thanks a lot ??

    @rur165

    hi dear,
    Kindly I need to display a store list by 2 columns in mobiles. the default is 1 column
    . I tried this

    #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 50%;
    }

    but doesn’t work, the list not appear properly. can you help me with thaT PLEASE?

    Hello @shaar7 ,

    You should have another parameter ofCSS class added to that element which defines the number of columns in the selector.

    You can also use the !important in your CSS to force it to have your set width.

    Like this –

    #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 50% !important;
    }

    I hope this helps, if not please create a new thread with your store-listing page URL.

    Thank you.

    Is there a list of all of the parameters for the vendor page shortcode? Did wedevs add the default store sort feature yet? It looks like it is going on 7 years with people asking for this feature.

    Hello @npetrie5933 ,

    These are the available parameters for [dokan-stores] shortcode (with default values) –

    'per_page' => 10,
     'search'   => 'yes',
     'per_row'  => 3,
     'featured' => 'no'

    I understand the importance of the sort feature on this page. I will recommend the urgency to the team. You can also submit your feature requests here – https://wedevs.com/account/dokan-feature-requests/

    Thank you ??

    Is there a way to ONLY show the FEATURED stores using this shortcode? I see ‘featured’ => ‘no’ above but I tried [dokan-stores featured=”yes”] and all of the stores showed up instead of just the featured stores.

    @divazona
    try this rather [dokan-stores featured=yes]
    this worked for me
    cheers

    s

    • This reply was modified 3 years, 9 months ago by ibrahim65.
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Quantity of Dokan Store Listings Displayed Using Shortcode’ is closed to new replies.