Trevor
Forum Replies Created
-
Trevor in reply to:
check tree(Private) April 8, 2016 at 8:33 am #42021Hi James
Unfortunately, the CSS does not work with the way jQuery handles checked checkboxes. The second part of the code would need to be:
.searchandfilter input[type='checkbox']:checked + label + ul { display:block; }
I think. The technical reason is that the first method looks at the checked attribute of the input, but with jQuery, it never adds
checked="checked"
to the element when you click it (which is the attribute), instead it changes the DOM property of the element, and the way I have re-written it checks that property.Trevor in reply to:
How to make the search results display better(Private) April 8, 2016 at 8:17 am #42019The display of the results is in no way controlled by Search & Filter. All Search and Filter does is to provide Post IDs to the Theme and either you or the Theme decides which template to use to display the results and how they ‘look’. What you need to do is figure which Template within the theme and how to use that for the results page. You appear to have made a page called Filter Results, presumably in the WP page editor, so what template is it using, and can you change it?
Trevor in reply to:
Search in one category only(Private) April 7, 2016 at 7:14 pm #41980In the form setup you can specify to look in specific categories or just one, all you need is the ID number of the category. Is that what you want? This would mean making a form for each results page, but I am sure there is a coding way to do it, which Ross will know, using a filter. I am thinking that you have one form, with the category field in it but hidden, and then use the Input Object filter, seen on this page:
Trevor in reply to:
Ultimatum / Search Results Page / Lightbulb Moment(Private) April 7, 2016 at 5:32 pm #41962Can I mark this as resolved and close the thread?
Trevor in reply to:
Ultimatum / Search Results Page / Lightbulb Moment(Private) April 7, 2016 at 5:17 pm #41956Hi
So, adding the Shortcodes in Menus plugin got the in the navbar search as you wanted it. Also, make sure you turn on the Auto Count.
Trevor in reply to:
upgrade to 2.1.2 fails(Private) April 7, 2016 at 2:52 pm #41949Did you read the documentation notes:
http://www.designsandcode.com/documentation/search-filter-pro/2-0-upgrade-notes/
Trevor in reply to:
hide "all categories" button(Private) April 7, 2016 at 11:49 am #41931Hi
I am sorry, I do not understand. are you able to describe in more detail what you want, with maybe a URL/link to look at and an annotated screen shot? You can share iamges by uploading them to a sharing site and give the link here. You can use the private reply if you do not want others to see.
Trevor in reply to:
I am not able to get it work(Private) April 7, 2016 at 10:19 am #41920OK, I have your reply, which was sent by email. Replying to the emails via emails goes to the
no-reply
email address, which we don’t often check. Glad to see you figured it from my last post 🙂Trevor in reply to:
Just purchased pro, can't download(Private) April 7, 2016 at 10:15 am #41917Can I mark this as resolved and close it? BTW, can you post in this forum next time you start a thread?
https://support.searchandfilter.com/forums/forum/search-filter-pro/support/
The forum you posted on is not so often monitored 🙁
Trevor in reply to:
Filter on EDD Search Results(Private) April 7, 2016 at 9:02 am #41906Not that it helps the thread any, but this is the plugin.
https://easydigitaldownloads.com/downloads/frontend-submissions/
-
AuthorPosts