• Resolved WP_User

    (@amarudare)


    The plugin works great except when closing. For eg. If a user decides to go back instead of searching, the full page overlay will not close!

    I saw there are a lot of requests in the support forum reporting a similar problem. It would be helpful if you looked into it.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author LebCit

    (@lebcit)

    Hello,

    Thanks for using FSMS plugin.
    In your situation, their is a conflict between the plugin and the theme.
    You have to remove the plugin or ask the support of Astra to give you a solution since the event on the search icon is handled by the theme and not the plugin.

    Closing since not a plugin issue.

    SYA,
    LebCit

    Thread Starter WP_User

    (@amarudare)

    Thanks for the prompt reply. The plugin interferes with other form plugins. I added an email subscription widget and when I click on the submit button it opens the search function.

    The same is true with a contact form on my page.

    Would it be possible to rectify this issue?

    Thanks.

    Plugin Author LebCit

    (@lebcit)

    Hello,

    FSMS plugin works on search input and search/submit button.
    The conflict here is with the submit type, I didn’t pay attention to this possibility ??
    I will fix this issue with the next release of the plugin.
    For now, I could give you a workaround if you know how to deal with code files.
    The simplest way is to open the plugin folder, open the js folder inside it, then open the file full-screen-morphing-search.js.
    At line 5, you’ll find the following :
    let $searchInput = $( 'form' ).find( 'input, button' ).filter( '[type=search], [class=search-field], [name=s], [id=s], [type=submit]' );
    Just delete [type=submit], the code should now look like :
    let $searchInput = $( 'form' ).find( 'input, button' ).filter( '[type=search], [class=search-field], [name=s], [id=s]' );
    Hope this helps for now.

    SYA,
    LebCit

    Plugin Author LebCit

    (@lebcit)

    Hello @amarudare

    I’ve rewritten the main js file without jQuery only vanilla JS and everything is working great. Thanks for pointing that out. I’ll upload the update in one or two days (I’m removing as much jQuery as i can for now).

    Thanks again for using FSMS.

    SYA,
    LebCit

    Thread Starter WP_User

    (@amarudare)

    Awesome. That would be great. Getting rid of jquery will make the plugin faster and reduce conflicts with themes and plugins.

    Good stuff ??.

    Another suggestion would be the option of displaying selected columns. For eg someone would not be using tags. An option of popular posts could be nice.

    Thanks again.

    Plugin Author LebCit

    (@lebcit)

    Hello @amarudare

    The plugin has been updated, try it and let me know if you still have any issue.

    Please consider leaving a review.

    I’ll try to integrate your suggestion in a future update.

    Thanks for using FSMS.

    SYA,
    LebCit

    Thread Starter WP_User

    (@amarudare)

    This has been sorted in the recent update. Newer plugin files are leaner and a free of jQuery so I expect less conflicts with other plugins.

    Thanks LebCit for the prompt reply and corrections. Good stuff.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Close function does not work’ is closed to new replies.