Power Design
Forum Replies Created
-
I’m using the inline su_lightbox for a video gallery, instead of just one video.
I can’t believe I overlooked that. Thank you for your help!
Forum: Plugins
In reply to: [Search & Filter] Limiting search results to a specific CategoryThank you for the reply!
The books and films are separated only by category. Both are the default post type WordPress provides.Can you direct me to the temporary WordPress hook that I can use until you add the support in the plugin? When its ready, I will update.
Thank you!
Forum: Plugins
In reply to: [Search & Filter] '/?s=' Appears in URL for Empty SearchesAh, that’s because I told you the wrong file. Try looking in “search-filter.php” instead. Sorry!
Forum: Hacks
In reply to: Incorporating Google Books API with using ISBN and Custom FieldsI’m just testing the functionality before I ask my client to get their own ID.
I’m making my own theme, with the help of an underscores.me template, so editing the header.php file is no issue. I just need to know what code to put into the header.php file to connect the Google Books API to the site.
Forum: Plugins
In reply to: [Search & Filter] '/?s=' Appears in URL for Empty SearchesAny chance for a future update to have a field in the settings panel to change the URL, so I don’t have to change the code manually after every time the plugin updates? 🙂
Thank you very much for your quick response! Your plugin is a tremendous help, and very easy to use!
Forum: Plugins
In reply to: [Search & Filter] '/?s=' Appears in URL for Empty SearchesA temporary fix I have found is to replace the ‘/?s=’ in line 1040 in “of-admin.php.”
So this:
$this->urlparams .= “/?s”;
becomes this:
$this->urlparams .= “category/search/”;
Replace “category/search/” with the page where all of your posts are, unfiltered.
Ah well. I’ll see if they’ll sort if I use only the numbers instead of adding “th” or “rd” on the end.
Thank you for your time!
That worked great! Thank you very much for your time.
One last thing:
Is there a way to have the grades list in order in the dropdown? 10th, 11th and 12th are listed before 1st because they lead with a 1.Thank you!