kcox117
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with WordPress SearchSterndata, I do realize it’s a really old theme, problem is though that it is extremely customized with all of our own pages, the theme serves more of just a framework than anything. How difficult is it to change a theme and still maintain all our custom designs? Our website is a woocommerce store that handles several transactions every day.
Forum: Fixing WordPress
In reply to: Problem with WordPress SearchWhat I’m trying to do is set up a standalone search page on my website – basically a page with a search box on it. When the user executes a search, it takes them to a page showing all the search results. Let me know if I need to further clarify. I’m using an older theme called “thesis_18”
Forum: Fixing WordPress
In reply to: Problem with WordPress SearchBased on the instructions for “Creating a Search Page” (link in parent post), I created a Custom Search Template and called it searchpage.php that has the following code:
And I created a page in wordpress with url /search that uses that search template. When I go to /search in the browser, I see a blank page with the search box on it, which is good, but when I try to search, it takes me to a /?s=(keyword) page with the proper amount of returned search results, but the results themselves are not displayed, just dotted borders. When I firebug the page I see that the Divs are all empty.
My theme folder does not have a search.php file in it. When I create one and use the code from cedcommerce in conjunction with my search template, the /?s=(keyword) page instead shows just a blank white screen, indicating some sort of php error, I believe.
Also, per AjitKhodke’s suggestion, i tried deleting all my custom functions, then i retried it, and the same result – all divs still empty.
Forum: Fixing WordPress
In reply to: Problem with WordPress SearchI will be posting that code shortly, but I just wanted to let you know I tried cedcommerce’s code. I created a search.php file in my active theme folder with that code pasted in between <?php & ?> tags, and when I search, I’m getting a PHP error, just a white screen.