• Resolved malvveli

    (@malvveli)


    Hello again,

    I enabled the annasta filters in this page as well. I have enabled instant submission. The issues are

    1. Instant submission does not work. I still see the filter button
    2. The filters do not appear on mobile. The button is clicked but they do not appear.

    Thank you in advance for the help, and congrats for the plugin. It is great

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author annastaa

    (@annastaa)

    Hello again Malvveli,

    Thank you for your kind words about our work!

    To answer your questions:

    1. Your preset’s filtering style is indeed set to instant submission, but you have set your product categories filter to button submission, that is why you see the submit button. Just uncheck the filter’s Enable button submission setting to go back to instant submission ??
    2. The hybrid visibility mode does not display mobile pop-up because your preset is inserted into the page element (sidebar) that is invisible on smaller screens. Try entering the following custom CSS in the annasta Filters > Style settings > Custom CSS box:
    @media (max-width: 921px) {
    	.awf-togglable-preset-mode-on.awf-togglable-preset-on #secondary {
    		display: block;
    		z-index: 1000;
    	}
    }
    Thread Starter malvveli

    (@malvveli)

    Thank you so much. Issue is solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filters now showing up on mobile and instant submission not working’ is closed to new replies.