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

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Can I have an older plugin version? #39816
    martinclementmartinclement
    Participant

    Ok this is almost working, I added your code into the Snipptes and it detects the listing but is not able to update the list. Sometimes it breaks the whole browser, be careful if you want to check https://kjfs-lyss.ch/wordpress/

    Anyway, I have absolutely no idea what to do but to tell the client it is not working anymore, deal with it and with a litle hope it will work again sometime in the future 🙂

    Thank you anyway for your help! Very nice and helpful support (eventhough my issue wasn’t fixed 😀 )

    in reply to: Can I have an older plugin version? #39791
    martinclementmartinclement
    Participant

    Ah too bad.

    Here is the issue:
    I have a search form on my website and underneath it an Easy Post Element from Oxygen Builder (not Elementor). And although it is not an Elementor element, your feature to refresh the search results in that element (adding the class asp_es_1) worked in previous versions.

    Sadly, it’s not the case anymore after I made the update.

    Doesn’t work here on the client’s website: https://kjfs-lyss.ch/wordpress/
    But works here: https://kjfs.m-clement.ch/

    in reply to: results page override functionality on other pages #38869
    martinclementmartinclement
    Participant

    Thanks again for your help. I found another easier solution using the elmentor-specific solution from the settings. Spent way too much time… I just had to add the class to my element and it worked.

    You truly made an awesome plugin! 🙂

    Best regards
    Martin

    in reply to: results page override functionality on other pages #38861
    martinclementmartinclement
    Participant

    Thanks for your fast response!

    So if I understand it correctly, by adding $is_front_page, the override should apply on the static front page that I added. It seems to work, but the issue I have now is, that it always shows the first article from the posts list, instead of the front page.

    My code:

    add_filter('asp_query_is_search', 'asp_force_override_on_conditions', 9999, 2);
    function asp_force_override_on_conditions($is_front_page) {
    	return true;
    }

    Any chance you can help me? Thank you very much for your time.

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