Forums › Forums › Search & Filter Pro › Shortcode method only works on one page
Tagged: shortcode
- This topic has 13 replies, 2 voices, and was last updated 7 years, 11 months ago by Ross.
-
Anonymous(Private) January 12, 2017 at 9:43 pm #81918
Hi
First off – great plugin! Using the shortcode method I was able to get it to work on one page:
http://www.whatnowlist.com/share/
But I am trying to replicate the same functionality on 5 other pages and it doesn’t seem to work. I followed the exact same process and created a new search form with the shortcode method for each page. Here are two other pages that don’t work:
http://www.whatnowlist.com/attend/
http://www.whatnowlist.com/donate/Thanks for your help.
SteveRoss Moderator(Private) January 12, 2017 at 9:46 pm #81919Hi Steven
Which version of the plugin are you on?
It looks like there is an error being thrown on those pages… Would you be able to tell me what errors are being shown in your error logs?
Thanks
Ross Moderator(Private) January 17, 2017 at 6:24 pm #83190Hi Steve
I’m sure I wrote a reply to this – not sure where its gone! Sorry about that
What you pasted above was a JavaScript error, I need the WordPress / PHP errors.
Can you enable debugging so we can see them?
https://codex.wordpress.org/WP_DEBUG
The code to add to wp-config would be:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true );
Let me know when thats been done.
Thanks
-
AuthorPosts