Ross
Forum Replies Created
-
Ross Moderator in reply to:
Ajax filter without refresh the page is not working(Private) January 27, 2021 at 6:37 pm #274312Hi Daniel
This might be possible, if you are comfortable adding some PHP to modify the results URLs dynamically? (I can help out with that)
You would also have to disable the setting
make searches bookmarkable
as the pagination of the two would interfer.Let me know if that’s an avenue you want to pursue (and if you can create a test page showing the two results again).
Thanks
Ross Moderator in reply to:
FILTER DISAPPEARING AFTER FILTER RESULTS APPEAR!(Private) January 27, 2021 at 1:22 pm #274262It looks like the search works, but the images do not?
Thanks
Ross Moderator in reply to:
Show horizontal in mobile and vertical on desktop and tablet(Private) January 27, 2021 at 1:14 pm #274259Hi Robert
You can add the following CSS:
/* default is vertical */ @media only screen and (min-width: 600px) { /* make horizontal */ .searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; } }
This means by default the form is vertical.
Then, any screen size over600px
width, will have the extra CSS applied, which makes it horizontal.I didn’t test it but it should work!
Let me know how you get on.
Best
Ross Moderator in reply to:
FILTER DISAPPEARING AFTER FILTER RESULTS APPEAR!(Private) January 27, 2021 at 1:10 pm #274257Hi Robert
2 things I can see:
1) https://legendary-models.com/shop/
This page has a form, that has the settingenable on taxonomy archives
, which means, when you change the brand (Marque) the page will try to goto:
https://legendary-models.com/product-category/brand/benetton-brand/
Take a look at this link, you will see it does not have a search form – all you need to do, is make sure your product category/tag/attribute archives are setup properply (same structure as the shop) and then ajax can work between them2) Are you using our Elementor extension? https://searchandfilter.com/documentation/3rd-party/elementor/
This might help auto configure some additional settings for ajaxThanks
Ross Moderator in reply to:
S&F looking for a page with %tax% in the slug(Private) January 27, 2021 at 11:10 am #274237This reply has been marked as private.Ross Moderator in reply to:
uploading to wrong directory(Private) January 27, 2021 at 10:04 am #274234This reply has been marked as private.Ross Moderator in reply to:
Upgrade to WP 5.6(Private) January 27, 2021 at 10:02 am #274232This reply has been marked as private.Ross Moderator in reply to:
Translating Filters – Display Results are: Post Type Archive(Private) January 27, 2021 at 9:49 am #274228This reply has been marked as private.Ross Moderator in reply to:
Split: Search & FIlter shorcode doesn”t work in elementor accordion(Private) January 27, 2021 at 9:18 am #274223Hi Daniil
I split this thread so we can pursue – we never heard back on the last one so we’ll start fresh with you.
We haven’t tested the accordion thoroughly so there could be some issue – can you share a link (in a private reply) so I can take a better look at what’s going on?
Thanks
Ross Moderator in reply to:
Upgrade to WP 5.6(Private) January 27, 2021 at 9:13 am #274216This reply has been marked as private. -
AuthorPosts