Forum Replies Created
-
AuthorPosts
-
stephenmiles
ParticipantThank you for the plugin, it works a treat.
I had to modify it as when “select a option” was chosen, it was also used in the search as the value was not set to “”.
I then expanded it to include location search and remove the date search.
Thank you again
Stephen
stephenmiles
ParticipantThank you for your help.
I have look at the code above and tried to implement it while adjusting the $filter to the following.
$filters[‘tribe-bar-search’] = array(
‘name’ => ‘tribe-bar-search’,
‘caption’ => __( ‘Search’, ‘tribe-events-calendar’ ),
‘html’ => ‘HTML FIELD’,
‘type’ => ‘dropdown’,
‘options’ => array(‘Hip Hop Tots’, ‘Family Hip Hop’)
);I found the type and options from within tribe-field.class.php file but with the the filter bar is blank. Do I also need to include a submit button?
I am missing anything else?
Thank you
Stephen
March 20, 2015 at 12:05 am in reply to: Filter Bar at top of calendar is taking a long to load results #949601stephenmiles
ParticipantThank you for directing me to look where to look at the problem.
I have since found the problem (a http protocol calling a https protocol) and a solution (using https on the page).
Stephen
March 19, 2015 at 2:04 pm in reply to: Filter Bar at top of calendar is taking a long to load results #949474stephenmiles
ParticipantThank you Josh.
I will set up a duplicate site on my local computer to test it out.
To save me a little time can you confirm that the javascript files that may be the cause of the error or at least the solution are one the of resources/tribe-event-ajax-%.js files or resources/tribe-event-bar.js
And what would be the best to customize the file(s)?
Thank you
Stephen
December 22, 2014 at 5:15 pm in reply to: Calendar on home page and another different page with calendar on it #924014stephenmiles
ParticipantThank you for the response
As for filters I mean the search boxes as on the demo page.
-
AuthorPosts
