karen wang
June 21, 2014 at 2:40 pm
Hello,
SOS!
recently we updated some php files and messed up the links on upcoming events.
current: http://zenvillage.org/event-registration/?ee=73%E2%80%9D%3E%20%3Cspan%20class=
should be: http://zenvillage.org/event-registration/?ee=73
our site is zenvillage.org and you will see this problem when you click on any of the upcoming class.
thanks,
karen
Lorenzo Orlando Caum
June 21, 2014 at 3:28 pm
Add New Note to this Reply
Hello,
If you have recently modified any templates, then try reversing your changes. You can find a default version of the templates in this location:
wp-content/plugins/event-espresso/templates
You can then compare these to the files in this location:
wp-content/uploads/espresso/templates
—
Lorenzo
karen wang
June 22, 2014 at 6:35 am
Add New Note to this Reply
yes, i did modify some templates.
can you help me to pinpoint which files need to be reversed?
it seems to be the file that provide the URL when you click on any upcoming event.
thanks,
karen
karen wang
June 22, 2014 at 12:49 pm
Add New Note to this Reply
is there anything wrong with the code below in widget.php? my intention is to show date and time first then the event name.
”> <span class=”widget-event-date”> <?php echo event_date_display($event->start_date,’D M d’) ?> <?php echo event_date_display($event->start_time, get_option(‘time_format’)) ?> </span> – <?php echo stripslashes_deep($event->event_name) ?>
the original code is below.
“><?php echo stripslashes_deep($event->event_name) ?> – <span class=”widget-event-date”><?php echo event_date_display($event->start_date) ?></span>
thanks,
karen
karen wang
June 22, 2014 at 1:44 pm
Add New Note to this Reply
never mind. i found the problem.