netforest
Forum Replies Created
-
Nevermind. Just realized the tag search is built-in. In the first field. Thought it was a label. Excuse my ignorance.
Thanks for tip. If I only wanted to be able to search for tags (text box search not drop down) what would I have to modify to be able to add this to the search form.
add_action('em_template_events_search_form_ddm', 'my_em_styles_search_form'); function my_em_styles_search_form(){ $my_em_styles = (is_array(get_option('my_em_styles'))) ? get_option('my_em_styles'):array(); ?> <!-- START Styles Search --> <select name="style"> <option value=''>All Styles</option> <?php foreach($my_em_styles as $style_id=>$style_name): ?> <option value="<?php echo $style_id; ?>" <?php echo ($_POST['style'] == $style_id) ? 'selected="selected"':''; ?>><?php echo $style_name; ?></option> <?php endforeach; ?> </select> <!-- END Styles Search --> <?php }
This was a tough one to find. Glad you were able to reproduce it. Thanks for looking into it.
What I mean is when you hover over a calendar event, the info pops up (Tooltips) for that event without clicking on the mouse. This stops working when I go to the dashboard and into the settings option for the Events and make any change and save, or even save without making any changes. This causes the tooltips to not work. When I go back into Events/Settings/Admin Tools/reset it works again.
Go figure! Seems to be some kind of bug between the two plugins. Hope this makes sense.
You are welcome to try it on the demo site. Hope to find a solution.
Not working again. I found out the cause. Whenever I go into the Events Calendar/Settings and save them (even without making any changes, the tool tips stop working. Once I reset to defaults it works.
Viola! I went into Settings/Admin Tools of Events Calendar and Reset Events Calendar to its original settings and that fixed it!
One more thing. What I was describing here is that the Tool Tips aren’t working on the above URL. FullCalendar uses the jquery qtip plugin and for some unknown reason does not work on my site. Can’t think of anything else to try.
puzzled!?
That’s really strange. When you hover over the event for the link https://www.isca.dreamhosters.com/wtr/events-by-monthview/ the event pops up. I can link to the event by mouse click but hovering over does nothing, just the message ‘loading…’
I am using Chrome, Safari, and Firefox on OS X. All latest versions. Marcus, if I delete all the events with post_type=’event’ it will remove all the records for the calendar. How would that help? Any other ideas? What browser and OS were you using where it worked?
I have a similar problem. I am using WP 3.4.2, EM 5.2.8, and WP FullCalendar 0.7
Ajax is not working. I tried disabling all the plugins except for EM & Fullcalendar and activated the Twenty Eleven Theme. And still not working. When I switch the Post type to Pages instead of Events it works. Must be something to do with events.
The only thing I can think of is I had installed other plugins, TEC by modern tribe and AJax Event Calendar, but have deactivated and deleted them. Could something be left over from the plug-ins that I deleted.
I also installed a new copy of WP in another directory and the Genesis themes I am using with the two above plugins and it works!
https://www.isca.dreamhosters.com/test/calendar/
Go figure!
Any help appreciated. Here is the url that doesn’t work: