No pagination in Store List

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #136908
      nicovega
      Participant

      Hello,

      I added the short code [wcfm_stores] without atrributes, but the pagination doesn’t work

      By clicking on the next page, show page 1 again

      I need help.

      Thank you very much.

      https://pedir.clicoapp.com/

    • #137196

      Hello,

      Sorry, unfortunately as of now we haven’t the feature display store lists with pagination in the home page. In the “Home page” pagination will not work.
      What you can –
      1. Add “Store Lists” slider in the “Home Page” using [wcfm_stores_carousel includes=""] shortcode.
      OR
      2. Create another “Store lists” page, and in “home page” pagination redirect to that “Store lists” second page. Using below code –

      add_filter('wcfm_store_list_pagination_args',function($pagination_args){
      	if ( is_home() || is_front_page() ) {
      		$pagination_args['base'] = 'https://pedir.clicoapp.com/stores/page/%#%/'; /**create "stores" page**/
      	}
      	return $pagination_args;
      },10);

      Thanks.

    • #137214
      nicovega
      Participant

      Thank you very much!!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.