Order of the search box and 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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Order of the search box and store list.

Viewing 1 reply thread
  • Author
    Posts
    • #74458
      camalau
      Participant

      I am setting up this site:

      http://workana.viapratica.com.br/

      When I open the page on a mobile phone it first displays the stores then the search field, how do I make the search look first?

      Debugging the site I saw has to do with “wcfmmp-store-lists-sidebar” and “wcfmmp-stores-wrap-holder”, but couldn’t change the order in the code.

      Thank you

      Attachments:
      You must be logged in to view attached files.
    • #74925
      WCFM Forum
      Keymaster

      Hi,

      Please use this snippet for the purpose –

      add_filter( 'wcfmmp_is_allow_mobile_sidebar_at_bottom', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

Viewing 1 reply thread
  • You must be logged in to reply to this topic.