Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 261 through 270 (of 1,497 total)
  • Author
    Search Results
  • #243907

    Trevor
    Participant

    Change the combobox script to Select2 (there is an option in our settings page to choose which Combobox script to use). Your current form uses Chosen, which is set within our plugin by default. However, it is now pretty much abandoned and has not received any major updates in a long time. It has poor support for iOS devices for example.

    Select2 is maintained now by the WooCommerce team, who are, of course, owned by Automattic, the owners of WordPress, and as such is used by a lot of themes and plugins.

    #243827

    Trevor
    Participant
    #243495

    Anonymous
    Inactive

    Hi,

    We are using the search and filter pro plugin for our Woocommerce store, we have used the Woocommerce documentation provided.

    The Woocommerce shop is assigned in Woocommerce settings – We have post type set to ‘products’ and ‘variation’ – the display results is also set to ‘Woocommerce shop’.

    We added the filter in via shortcode on the widget area for that page.

    We can see all categories listed, however when we click on the categories and no changes happen.

    What could be the reasoning for this?

    Many thanks
    Kyle


    Trevor
    Participant

    I do not think so, as they are stored as taxonomies by WooCommerce. In WordPress, regardless of the actual content, taxonomies are treated by WordPress as arrays of textual data. A range slider requires a numeric custom field (post meta) that is formatted as a single value (custom fields can also be defined as arrays).

    #243252

    In reply to: Styling form


    Trevor
    Participant

    Could you first change the combobox script to Select2 (there is an option in our settings page to choose which Combobox script to use). Your current form uses Chosen, which is set within our plugin by default. However, it is now pretty much abandoned and has not received any major updates in a long time. It has poor support for iOS devices for example.

    Select2 is maintained now by the WooCommerce team, who are, of course, owned by Automattic, the owners of WordPress, and as such is used by a lot of themes and plugins.

    Let me know when that is done?

    #243149

    Trevor
    Participant

    Q1. Is it possible to filter post by year?
    A1. At the moment, the only way to offer the user of your site a choice of just years would be if you had a custom field with just the years in. In V3 Pro addon (we hope to release this next month), you will have the option to add custom form filters, which may well allow you to do as you want.

    Q2. Is there a way to separate sort control?
    A2. We have received feature requests to allow the one form to be broken into parts to be placed (and styled) in different places (and differently styled) on the page.

    We have taken those requests on board for our forthcoming V3 (which we hope to release in June). For example, you might have a form in WooCommerce that has a Search Box (text field), a Sort Order drop down, and then other fields (Product Categories, Product Tags, Variations, etc). You will be able to place the Search Box in the header, and the Sort Order above the products, and the rest of the form in the sidebar.

    But, that is not possible right now.


    Anonymous
    Inactive

    Hi,
    i have a problem with plugin
    1- click select field
    2- the field search appears below the writing and other plugn (in this case woocommerce)

    Is it possible to add a z-index? hwo to modifiy the css for put in foregroung the field?
    You can see the issue in the page
    http://www.carbonfootprintitaly.it/prodotti/

    Regards
    Michele


    Trevor
    Participant

    Let us assume that the forms are on a single page where the results will show in a single block (for example, a Posts element). At the moment, we do not recommend more than a single form to link to that. Any more than that and they are likely to conflict, or simply not work.

    We have received feature requests to allow the one form to be broken into parts to be placed (and styled) in different places (and differently styled) on the page.

    We have taken those requests on board for our forthcoming V3 (which we hope to release in June). For example, you might have a form in WooCommerce that has a Search Box (text field), a Sort Order drop down, and then other fields (Product Categories, Product Tags, Variations, etc). You will be able to place the Search Box in the header, and the Sort Order above the products, and the rest of the form in the sidebar.

    But, that is not possible right now.


    Anonymous
    Inactive

    Hi There,

    I am reaching out on behalf of my client as their custom search filters have quit functioning. I believe this is related to another issue already posted I see here.

    All filters in question were setup in 2018 when we initially purchased the plugin. The only major changes to the site have been some additional Woocommerce checkout plugins that have been installed recently. Today I tested deactivating these plugins (as well as many others), rebuilding the cache and the results remained the same (none found).

    I am able to successfully query the CPTs in question but when I add the search_filter_id argument, it breaks.

    One thing I have noted during my testing is that while rebuilding the cache, results will load until the cache gets to around 30%. I thought I had solved the problem earlier today by updating the plugin, only to come back after checking other pages to find that the issue still persisted.

    Here is an example of one of the pages in question: https://sunnyside-gardens.com/ideas-inspiration/plants/

    The filter bar is not displayed because it is wrapped in the if have->$posts conditional.

    Here is a functioning shop page:
    https://sunnyside-gardens.com/product-category/houseplants/

    I am wondering if a recent Woocommerce update has broken something?

    #242594

    Trevor
    Participant

    It might be that the container for the nothing here message needs the same structure and css class as the woocommerce shop, usually something like:

    <ul class="products">message</ul>

    You can test if my theory is true by disabling ajax.

Viewing 10 results - 261 through 270 (of 1,497 total)