NicoleBostel
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I fixed it.
Just in case anyone else runs into this, here is the code that I changed.- guid;?>”><i class=”fa fa-clock-o”></i><?php _e(‘Start Time: ‘,’crunchpress’);?><?php echo date(get_option(‘time_format’),strtotime($EM_Event->start_time));?>
- guid;?>”><i class=”fa fa-clock-o”></i><?php _e(‘End Time: ‘,’crunchpress’);?><?php echo date(get_option(‘time_format’),strtotime($EM_Event->end_time));?>
In several spots it was pulling for the date instead of the time.
I was able to remove the code in the single-event.php file that took out the no bookings tab.
Forum: Plugins
In reply to: Recurring Events not showing mapsI’m using the Events Manager Plug in. The newest version.
I took that code out and the “No Booking” button still shows up.
How do you deactivate all the payment gateways? Is that under the Events Manager or is that under another setting?
Viewing 6 replies - 1 through 6 (of 6 total)