Forums › Forums › Search & Filter Pro › Filter area disappears after adjusting 2nd filter
- This topic has 17 replies, 2 voices, and was last updated 6 years, 4 months ago by
Trevor.
-
Trevor(Private) April 10, 2019 at 11:06 am #208003
Assuming that the form is using the search.php template file (check here):
https://www.screencast.com/t/uCR6FwgO
Can you upload the template file to a file sharing site and give me a link to it so I can download it and look at it?
Trevor(Private) April 26, 2019 at 11:13 am #209411OK. I can see why. First you need to be using a child theme. Install this plugin:
https://wordpress.org/plugins/orbisius-child-theme-creator/
Follow the steps to make a child theme, accepting the defaults throughout, and activate and switch to the child theme at the end. Check to make sure the site is OK (it should be), then remove that plugin.
Next, copy the file search.php from the twentyfourteen folder to the new child theme folder, then edit the file.
On line 20 add this code:
<div class="search-results">
See here:
https://www.screencast.com/t/fqh9Ox4e
Then make a new line for line 34 and add this code:
?> </div> <?php
See here:
https://www.screencast.com/t/5ont2GLtZ
And see if it now works?
-
AuthorPosts