johnwai
Forum Replies Created
-
Not a good news to me because I am using a custom theme, however the wp version is up-to-date. At the moment, seems like by editing “events-search.php” with this line can by-pass the issue
<input type="hidden" class="em-date-input" name="scope[0]" value="<?php if( !empty($_REQUEST['scope'][0]) ){echo esc_attr($_REQUEST['scope'][0]);} ?>" />to
<input type="hidden" class="em-date-input" name="scope[0]" value="<?php if( !empty($_REQUEST['scope'][0]) ){echo esc_attr($_REQUEST['scope'][0]);}else{echo date('Y-m-d');} ?>" />Will I see this fix in the next update?
Not really resolved myself… =(Seems like if I take out
“scope=”
from the query string, it will works…And the default setting with return “future” anyway?
Hope this help.
That’ll be great! Deadline on the line. Thanks so much Marcus! Use the force =)