Forum Replies Created
-
AuthorPosts
-
chrigifrick
Participantchrigifrick
ParticipantHi Ernest
I implemented the code and with the code I can’t click on any filter anymore. 😅
Is there really no option to intercept with JavaScript or jQuery when a filter status changes?
I feel like I’ve tried everything. 🙈Otherwise I could build my desired design with CSS & JS somehow, but it would be cool if you could intercept this.
chrigifrick
ParticipantThat worked. 🙏
Is it possible that the checkboxes on the filter doesn’t change their “checked” status?
The main problem is, that the checkboxes react to a rightclick but I don’t get a “click” event there. 😅I try to add some custom code when a checkbox is changed, but I don’t get it to work.
$(document).on('change', 'input[type="checkbox"]', function () { console.log('change'); });I hope that’s the last one – we will need this function for all our websites where we will have a search funciton in future.
chrigifrick
ParticipantSorry another question.
We enablet the option “Display results by default when the page loads (auto populate)?”.
But it looks like that the “Ordering” setting doesn’t apply at the first load.We chose the option “Menu order ascending”.
I added the URL to the test website, if you click on the filter “PROFFIX” and click again you see the order is different.
First order is “publish date” and second is “Menu order ascending”.chrigifrick
ParticipantHi Ernest
Thanks a lot – Sorry I’m blind. 😅
Is it possible that the checkboxes on the filter doesn’t change their “checked” status?
The main problem is, that the checkboxes react to a rightclick but I don’t get a “click” event there. 😅I try to add some custom code when a checkbox is changed, but I don’t get it to work.
$(document).on('change', 'input[type="checkbox"]', function () { console.log('change'); });Thanks a lot!
Best Regards
Chrigichrigifrick
ParticipantYou cannot access this content.
chrigifrick
ParticipantYou cannot access this content.
chrigifrick
ParticipantYou cannot access this content.
chrigifrick
ParticipantYou cannot access this content.
chrigifrick
ParticipantYes thank you that is all I need for the moment! 🙂
Have a nice day!
chrigifrick
ParticipantWe already tried it with large numbers, but that didn’t work 🙂
But you’re right that the problem lies with the shortcodes.
The problem only occurs with certain shortcodes, specifically those that don’t contain content directly, but generate content from custom post types.
We misunderstood the setting you linked to and have now adjusted it and it works as desired. 🙂Thank you for the quick and great support! 🙂
chrigifrick
ParticipantHello
That worked perfectly, thank you! 🙂
We customized the function incorrectly, but with your solution it works 🙂Best regards,
Chrischrigifrick
ParticipantHello
Thank you very much for the quick reply!
We have tried your solution, but unfortunately it doesn’t work either.Best,
Chris -
AuthorPosts