Forums › Forums › Search & Filter Pro › Need help setting up search and results on Custom Post Archive Page
- This topic has 63 replies, 2 voices, and was last updated 9 years, 7 months ago by
Anonymous.
-
Ross Moderator(Private) January 11, 2016 at 1:01 am #33816
Hey Andrew
I just had a look but can’t find the search form on the front end, if its getting in the way, can we setup a test at another URL that is not linked to anywhere in the site?
I’ve also just rebuilt the cache as this was a step I was going to suggest, however I can’t see a form to test things out.
Let me know if you can set this up, alternatively I would be happy to set one up?
Just to note, I actually released S&F 2.1 the other day, which should be more stable (its just the final release of the copy you have) so please also upgrade the plugin when you get a chance.
Thanks
Anonymous(Private) January 11, 2016 at 4:59 pm #33909wp_register_script( ‘search-filter-plugin-build’, “http://paynearmetest.com/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.js”, array(‘jquery’, ‘jquery-ui-datepicker’), ‘1.4.3’ );
wp_localize_script(‘search-filter-plugin-build’, ‘SF_LDATA’, array( ‘ajax_url’ => admin_url( ‘admin-ajax.php’ ), ‘home_url’ => (home_url(‘/’)), ‘sfid’ => ” ));
wp_enqueue_script( ‘jquery-ui-datepicker’ );
wp_enqueue_script( ‘search-filter-plugin-build’ );do i still need these in my functions.php file since ive upgraded to 2.1?
Ross Moderator(Private) January 11, 2016 at 5:16 pm #33911Hi Andrew
You don’t need that code anymore no, you can remove that from your functions.php.
RE the other stuff, I will take a look shortly.
Can you tell me where these 500 errors are being logged, and how I can get access to the logs?
Thanks
-
AuthorPosts