Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- May 3, 2022 at 12:22 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11641
ok. I was afraid of that. I don’t want to change the default search form because I don’t want the entire website using the search criteria of the knowledge base search form, soooo
my solution is to remove the search form on the secondary page by using this custom css code
/*—2nd search form with error—*/
.search .site-content .content-area .search-form {
display: none;
}and that worked.
BUT
now the text that’s shows on the page doesn’t look right (and I’d love to add a link back to the initial search page on the knowledge base page). Do you have any idea how I can change that text? I can’t figure that out.Thank you!
April 30, 2022 at 3:35 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11624This reply has been marked as private.April 28, 2022 at 1:15 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11589But if I keep it this way, without another search field, then I would like to edit the text to say “please go back and enter a new search term” or something like that. I can’t figure out where to change those words though.
April 28, 2022 at 1:12 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11588ok – so I found a work-around. I added the custom css to the Appearance > Additional CSS section
.search .site-content .content-area .search-form {
display: none;
}That seems to keep the search form field on the initial search page, but not the 2nd “no results” page. Which is ok I guess. It’ll force the user to go back to the initial search page.
Unless you know of another fix.
Thank you!
April 28, 2022 at 12:46 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11585I thought all was working ok, but I am noticing, for some search words,
On the 2nd search page, when you get to the error page (because on the initial search page the search term can’t be found) and put in a different search term (one that CAN be found), it pulls up the search results from many other pages (which we don’t want – we only want it to search the tags on the Posts pages).
Can you please assist with that? I think I’d be ok with it not even having a search field on that error page, forcing people to go back to the original search page (if that 2nd search page can’t easily be fixed).
You will need to be logged in to see it, so please let me know if you need the user id & password again.
Thank you!
April 28, 2022 at 12:44 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #11583I am trying to reply to this forum, but it doesn’t appear to be going through. Can you please let me know if you’ve received about 3 or 4 duplicates of the same question?
Thank you!
February 8, 2022 at 4:50 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #10639I think the default search form work! I did a reset and it pulled up results from the entire website.
Wonderful!
Thank you so much!February 5, 2022 at 3:35 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #10602ok I will try that and let you know.
Thank you!February 3, 2022 at 10:00 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #10584ok. When you say use the Default Search form, are you talking about the search form that comes with Ivory Search? or the search form that comes with Elementar? or is that one and the same?
February 1, 2022 at 4:02 AM in reply to: Form doesn’t search only the taxonomies or posts I’ve specified #10560Ahhhh – but there ARE pages that have the word “Course” on them.
On the FAQs page, I need it to pull from the whole website, not just the posts.
I only need the search to limit – from the knowledge base page – to the posts I specified using the tags. All other pages need to search the whole website.
Make sense?? - AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login