LebCit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar problemHello,
Your local society is using a premium theme called Advocator
You can get help from the developer or read the documentation
Like you said, it’s a sidebar, and the element(s) are called Widgets, this link should help you understand how to edit those elements.
In Dashboard under Appearance go to Widgets find those elements and edit them as you want.Hope this helps.
[Signature moderated. Please donβt sign your posts, for we can see who you are via your name and avatar https://make.wordpress.org/support/handbook/forum-welcome/#avoid-signatures%5D- This reply was modified 8 years ago by t-p.
Hello @onomiko and @allan9595
I’m totally unable to replicate the issue..
I’ve tried it on Firefox and Chrome emulators for iPhone SE, made many manipulations trying to replicate your issue, there is nothing wrong from my side…
Does this issue persist after the last update ?
If yes, can you please provide me a screenshot ?
Have you tried to disable all your plugins ? It may be a plugin conflict with the theme.
Are you using native browser of iPhone SE or another ?
Waiting for you response(s) to see how to solve this issue.SYA, LebCit.
Hello @onomiko and @allan9595
Sorry for responding just now, but I didn’t receive a message for this question, WEIRD !
I will dig into that soon, and come back to you both with a response/solution.
The used code above will affect other screens, break the responsiveness of the header image and give a weird scrolling effect !
Thanks a lot for this question, I’ll get back ASAP.
SYA, LebCit.Forum: Plugins
In reply to: [Full Screen Morphing Search] Customising the posts feedHello @gravesend47,
I’m afraid that this is not possible.
1- The actual code retrieves the top 5 recent posts, categories and tags.
2- You will have to change the code (the plugin itself) to retrieve the top 5 recent posts of a specific category and tag.
See the difference between the logic of 1 and 2 πDon’t hesitate if you have any question/suggestion.
SYA, LebCit π
Forum: Plugins
In reply to: [Full Screen Morphing Search] suggest dropdown not visibleHello man,
Really glad to know that you like the plugin.
As you can read in the FAQ, the search autocompletition is for posts and pages already added in your database.
Hope this helps.
If you have any other question, please don’t hesitate.SYA, LebCit.
Forum: Plugins
In reply to: [Full Screen Morphing Search] trigger search window via buttton or linkHello,
Sorry for the delayed reply, too much work π
Yes, this is very possible, but you will have to add a line or two in the full-screen-morphing-search.js file depending on your theme configuration and options…
If you provide me with a link, I will give you the exact code you need to add.
All that said, if you plan on changing the code of this plugin or any other plugin or theme, you really should consider to create a child theme and make all your changes inside the child theme and not directly in the original plugin/theme otherwise you will loose all your modifications in the next update.If you have any other question, please don’t hesitate.
Hope to read you soon.SYA, LebCit.
Forum: Reviews
In reply to: [Full Screen Morphing Search] Great plugin!Hello @roymckrank
I’m very glad to read this review, and that you like FSMS.
I’m actually finishing a theme, and soon will add some new cool features to FSMS.
Don’t hesitate to suggest something you would like to have in FSMS.Thanks again !
SYA π
Forum: Plugins
In reply to: [Full Screen Morphing Search] Plugin not workingForum: Plugins
In reply to: [Full Screen Morphing Search] Plugin not workingHello @lddd2
Yes, the plugin requires at least WP 4.6 and is tested up to 4.7.3
I can’t say that the plugin will work in every WP theme outhere, especially if the theme relies on other plugins that have some conflict with FSMS.If you give me a link to your site, I’ll be able to see what’s going on.
SYA π
Forum: Plugins
In reply to: [Full Screen Morphing Search] Morphing does not always launchHello @christieloh,
Even if this forum is for my plugin support, it stills under the support forum guidelines
To be clear, and in short, Do Not Offer to Pay for Help
But, you can always Post a Job on WP Jobs.
If you want me to handle the work, notify me once you’ve put the job their, and we will discuss this further.SYA π
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Morphing does not always launchHello @christieloh,
Correct me if I’m wrong, but you are totally new to WordPress.
The theme I’m using is Twenty Fifteen, and the search form in 2015 has this particular design (no search button) as you can see on the 2015 demo.
You can replicate the 2015 search form in the 2017 theme but this is a development scope.
Now that I see the website you pointed to, I understand much better what you are trying to do.
You can of course have a search input where ever you want on your site inside your theme, but this is a development scope, not a plugin issue π
You can read this article as a starting point : Adding an HTML5 search form in your WordPress menu to understand the concept, but I strongly recommend you not to inject code in your theme if you don’t know what you’re doing.
Go to the Developing with WordPress Forum and ask for help there for this particular request, point to the same site so others can see what you are attempting to achieve, maybe I or someone else will help you there.
I’m closing the ticket because it’s no more related to the plugin itself.
SYA π
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Morphing does not always launchHello @christieloh,
This is not how the plugin works.
Fisrt, you’ve putted a search form into a menu, so it’s acting as a link before acting as a search form…
The second thing is that I’ve edited my previous answear, other plugins conflict…
How do I get the SEARCH word inside the box instead of outside the box?
You are talking about the default search form, not the plugin πWaiting for your reply to assist you further more.
Best Regards,
LebCitForum: Plugins
In reply to: [Full Screen Morphing Search] Morphing does not always launchHello @christieloh,
Glad that you like the plugin, don’t forget to rate it π
I need more details to be able to help you π
1, 2 and 3 – What theme are you using, if your site is on server(live) give a link to your website, I can’t see the menu your talking about π …
4- Can you give me a screenshot ? I don’t understand.
Please take a look at my website isn’t it working like on my website ?
5- I really don’t understand… It’s a plugin to enhance themes’ search form.
How do you want the plugin to affect an image, since it’s for search ?EDIT
It’s possible that another plugin is creating a conflict with Full Screen Morphing Search, try to deactivate your plugins one by one to see withch one is responsible for the behaviour of 1 and 2.Waiting for your reply to assist you further more.
Best Regards,
LebCit- This reply was modified 9 years, 2 months ago by LebCit.
Hello @amorphine
Where is youradd_actionforhtml5blank_header_scriptsfunction ???
SYAForum: Developing with WordPress
In reply to: attaching some jquery and js files to my themeHello @kalistos22
I would combine is_page with the above response to only load those scripts on the wanted page
SYA