• Resolved matchalabs

    (@matchalabs)


    Hi,

    First off, great plugin. I spotted it a few months back and it looks impressive πŸ™‚

    I’m the author of Meta Slider. One of our users has discovered a problem. When SEO Slides is activated, Meta Slider lists all of the available media files as slides on every slideshow (in the back end).

    I’ve tracked this down to line 1909 of SEOSlides_Core.php – hide_imports() function.

    The pre_get_posts filter is being applied even on the Meta Slider admin page, the tax_query is overriding the tax_query that meta slider uses to populate the slides.

    I haven’t investigated too much, but if this filter is only needed on the SEO Slides admin page, please could you check the current page before adding the filter?

    Regards,
    Tom

    https://wordpress.org/plugins/seoslides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric Mann

    (@ericmann)

    Actually, that filter is needed both on the SEO Slides admin pages <i>and</i> in the standard Media Gallery (to prevent large, imported presentations from taking over the UI).

    I will take a look and see if I can prevent our tax_query from overriding yours, however.

    Thread Starter matchalabs

    (@matchalabs)

    Hi Eric,

    Thanks for the response. I wonder if it’s possible to tack the extra tax_query on without overriding any that are already there. I think that would sort it πŸ™‚

    Regards,
    Tom.

    Plugin Author Eric Mann

    (@ericmann)

    The next release will contain this correction – our tax query will be added to the existing array (if it’s set). I’ll mark this as resolved for now but, if after 1.3.0 ships, you still see an issue feel free to reopen.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict With Meta Slider’ is closed to new replies.