Search module not working on news refreshed

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 16, 2016 1:23 pm
Reply with quote
Report this post
Hi guys,

Search module was working perfectly on my staging site, however when I pushed my staging site to live site this is no longer working.

Search module on url: https://www.blueheronclinic.com/about

Results in redirect to home page and url format:https://www.blueheronclinic.com/search?searchphrase=all&searchword=acupuncture

This issue has come up on my site previously then sometimes goes away, really strange.

Appreciate any suggestions.
User avatar
Senior Boarder

teitbite
Tue Jun 21, 2016 8:50 am
Reply with quote
Report this post
Hi

Looks like You do not have a menu item with "Search results" type. Without it search is using a page where it was used, but frontpage has component locked, so no result will be visible when search form is used on frontpage. Making menu item with "Search results" type will create a landing page for search component to use in any case.
User avatar
Moderator

GK User
Tue Jun 21, 2016 10:19 am
Reply with quote
Report this post
Thanks so much that worked perfectly!

Would you know if there is a way to remove the search options as per the attached image?

I've disabled all the options in the menu item but the check-boxes continue to display.

Cheers.
User avatar
Senior Boarder

teitbite
Wed Jun 22, 2016 12:42 pm
Reply with quote
Report this post
Hi

Please tell me the url to this page, so I'll check what css can be used to hide it.
User avatar
Moderator

GK User
Wed Jun 22, 2016 1:28 pm
Reply with quote
Report this post
Thanks I sent you a pm with the link.
User avatar
Senior Boarder

teitbite
Sat Jun 25, 2016 5:02 pm
Reply with quote
Report this post
Hi

Please add this to override.css

Code: Select all
#searchForm fieldset
    display: none;
}
User avatar
Moderator

GK User
Mon Jun 27, 2016 9:17 am
Reply with quote
Report this post
Thank you, I discovered there was actually an option in the menu settings to disable this. Screenshot attached for anyone else having this issue.
User avatar
Senior Boarder

teitbite
Tue Jun 28, 2016 8:31 am
Reply with quote
Report this post
Hi

Ok, thank You for the information. In that case I'm closing this thread now.
User avatar
Moderator


cron