This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Post type filter with number of results #48042
    chrigifrickchrigifrick
    Participant

    Hi,

    Thanks for your quick reply and your explanation!
    We trust your decision and therefore leave this feature out 🙂

    Best regards,
    Chrigi

    • This reply was modified 2 years, 1 month ago by chrigifrick.
    in reply to: No filter selected by default #47964
    chrigifrickchrigifrick
    Participant

    Hi 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.

    in reply to: No filter selected by default #47955
    chrigifrickchrigifrick
    Participant

    That 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.

    in reply to: No filter selected by default #47930
    chrigifrickchrigifrick
    Participant

    Sorry 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”.

    in reply to: No filter selected by default #47929
    chrigifrickchrigifrick
    Participant

    Hi 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
    Chrigi

    in reply to: Strange character in description of search result (�) #47629
    chrigifrickchrigifrick
    Participant

    You cannot access this content.

    in reply to: Strange character in description of search result (�) #47627
    chrigifrickchrigifrick
    Participant

    You cannot access this content.

    in reply to: Strange character in description of search result (�) #47624
    chrigifrickchrigifrick
    Participant

    You cannot access this content.

    in reply to: Strange character in description of search result (�) #47604
    chrigifrickchrigifrick
    Participant

    You cannot access this content.

    in reply to: Description context with highlighted search text #47547
    chrigifrickchrigifrick
    Participant

    Yes thank you that is all I need for the moment! 🙂

    Have a nice day!

    in reply to: Description context with highlighted search text #47472
    chrigifrickchrigifrick
    Participant

    We 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! 🙂

    • This reply was modified 2 years, 2 months ago by chrigifrick.
    in reply to: Remove Plugin CSS #47450
    chrigifrickchrigifrick
    Participant

    Hello

    That worked perfectly, thank you! 🙂
    We customized the function incorrectly, but with your solution it works 🙂

    Best regards,
    Chris

    in reply to: Description context with highlighted search text #47448
    chrigifrickchrigifrick
    Participant

    Hello

    Thank you very much for the quick reply!
    We have tried your solution, but unfortunately it doesn’t work either.

    Best,
    Chris

Viewing 13 posts - 1 through 13 (of 13 total)