LebCit
Forum Replies Created
-
Forum: Plugins
In reply to: [Full Screen Morphing Search] 搜索可以使用SearchWP的引擎Hello ililia,
Thank you for your review and your kind words.
I’m replying out of courtesy because as you’ve noticed it has been a while since my last update for the plugin.
FSMS uses the WP search engine internally but predicts only the pages and posts titles while auto-completing the user’s input. I hope that you can still use it as is because I don’t think that I’m going to update it in a near future…
I’m far away from the WordPress ecosystem for some years now and can’t say that I’ll be back any time soon…
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Animation on top of the screen while loadingHello @amarudare
I’ve used a GPRS connection, a 2G connection and a slow 3G connection, all without any cache and was unable to replicate your issue both on desktop and mobile simulator (Android and iOS).
Anyway, as a side note, when a website uses many plugins, scripts conflicts are sometimes unavoidable.
Closing this topic, unable to replicate issue.
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Search function firing on Form button clickHello @stefang88
The plugin has been updated, try it and let me know if you still have any issue.
Please consider leaving a review.
Thanks for using FSMS.
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Close function does not workHello @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,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Can’t close the search overlayHello @mattwilsonmd
The plugin has been updated, try it and let me know if you still have any issue.
Please consider leaving a review.
Thanks for using FSMS.
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Search function firing on Form button clickHello @stefang88
This will be corrected in the next update of the plugin : today or tomorrow.
Thanks for pointing that out and for using FSMS
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Close function does not workHello @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,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Can’t close the search overlayHello @mattwilsonmd
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,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Close function does not workHello,
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,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Close function does not workHello,
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,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Can’t close the search overlayHello,
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 Divi to give you a solution since the event on the search icon is handled by custom.unified.js in the Divi theme.I don’t work with paid themes/plugins so I don’t know Divi but I think that their is another search input that expands when the search icon is clicked and the scripts are in conflict.
Closing since not a plugin issue.
SYA,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] With GeneratePress?Hello again,
Could you please try again with the new version.
Have a nice day.
EDIT
I’ve never used GeneratePress before, so I’ve install it and found the problem ??
Will be fixed in the next update (today or tomorrow).
But you can actually see the FSMS Plugin panel under the Customizer and everything under it.Thanks for pointing out this issue ??
SYA ??
- This reply was modified 5 years, 4 months ago by LebCit.
Forum: Plugins
In reply to: [Full Screen Morphing Search] Exit search not working correctlyHello @simosss
Try the new version ??
Closing since no reply after almost 3 weeks.
SYA ??Forum: Plugins
In reply to: [Full Screen Morphing Search] With GeneratePress?Did you read the description or the installation sections in the plugin page ???
Everything you need is in the Customizer under a section called FSMS Plugin !Forum: Plugins
In reply to: [Full Screen Morphing Search] With GeneratePress?Hello @reelism
Sorry for this delayed reply, I was working on a new theme and updating the existing one here on www.remarpro.com ??
From the link you gave me, I can see that you are not using the plugin anymore.
If you are still interested by using it, activate it and notify me below so I can see what’s happening.
It can be a plugin conflict with other plugin(s) or with used theme script(s).
Did you try to disable all other plugins one by one ?
SYA ??
LebCit