• Resolved apmeyer

    (@apmeyer)


    The preloaded plugin/feature/parameter is not playing nicely when using the shortcode for search. It doesn’t honor the search query when preloading. It honors the search query just fine when preloading is removed. Has it always been this way? Seems like preloading used to work fine when using the shortcode for a custom search page.

    Right now, when attempting to preload a search, ALM shows all posts rather than filtering them by the search parameter/value.

    Using the latest version of the plugin and WordPress – and using the ALM preloaded extension/plugin.

    • This topic was modified 7 years, 2 months ago by apmeyer.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @apmeyer,
    This is a known bug that is fixed and will be released in the next version of Ajax Load More.

    If you want to fix the issue you can modify line 496 of ajax-load-more/core/classes/class.alm-shortcode.php

    Replace 's' => $search, with 'search' => $search,

    Cheers,

    Thread Starter apmeyer

    (@apmeyer)

    Awesome. Thanks!

    I searched for the topic before posting but didn’t run across anything.

    I’ll keep an eye out for the update.

    Cheers!

    Plugin Author Darren Cooney

    (@dcooney)

    Ok great!
    I meant it is a known issue to me – I found it last week :), sorry if it seemed as if it was posted somewhere

    Thread Starter apmeyer

    (@apmeyer)

    No worries! I appreciate the speedy follow up! Your plugin has been a valuable resource on many projects. I appreciate your hard work!

    Plugin Author Darren Cooney

    (@dcooney)

    Thanks! Marking as resolved for now. Next release should be out in 2-3weeks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Preloaded plugin not playing nice with search’ is closed to new replies.