Title: tracersa's Replies | WordPress.org

---

# tracersa

  [  ](https://wordpress.org/support/users/tracersa/)

 *   [Profile](https://wordpress.org/support/users/tracersa/)
 *   [Topics Started](https://wordpress.org/support/users/tracersa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tracersa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tracersa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tracersa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tracersa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tracersa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/tracersa/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tracersa/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Using conditional tag within events_list shortcode?](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/#post-4107363)
 * Lolx yes. I assumed I had to replace the whole file that was there in the link.
   so should I only add that 1 line of code??
 * Edit: I added that one line of code only and it is working okay now!
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Using conditional tag within events_list shortcode?](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/#post-4107361)
 * o god!! Just as I was trying to update events I received a “Failed to update 
   events” and received this big error at the top
 * `
 * <blockquote>WordPress database error: [Unknown column ‘event_image_id’ in ‘field
   list’]
    UPDATE `zoa_eme_events` SET `event_name` = ‘Event 1’, `event_status` 
   = ‘1’, `event_start_date` = ‘2013-09-18’, `event_end_date` = ‘2013-09-20’, `event_start_time`
   = ’14:44:00′, `event_end_time` = ’15:44:00′, `event_rsvp` = ‘1’, `rsvp_number_days`
   = ‘1’, `rsvp_number_hours` = ‘0’, `registration_requires_approval` = ‘1’, `registration_wp_users_only`
   = ‘0’, `event_seats` = ’10’, `use_paypal` = ‘1’, `use_2co` = ‘0’, `use_webmoney`
   = ‘0’, `use_google` = ‘0’, `price` = ’50’, `currency` = ‘GBP’, `event_contactperson_id`
   = ‘1’, `event_notes` = ‘This is a test course\r\n’, `event_page_title_format`
   = ”, `event_single_event_format` = ”, `event_contactperson_email_body` = ”, `
   event_registration_recorded_ok_html` = ”, `event_respondent_email_body` = ”, `
   event_registration_pending_email_body` = ”, `event_registration_form_format` 
   = ”, `event_url` = ”, `event_image_url` = ”, `event_image_id` = ‘0’, `event_slug`
   = ‘event-2/’, `event_category_ids` = ”, `event_attributes` = ‘a:0:{}’, `location_id`
   = ‘1’, `recurrence_id` = ‘0’, `modif_date` = ‘2013-09-10 14:52:40’, `modif_date_gmt`
   = ‘2013-09-10 14:52:40’ WHERE `event_id` = ‘5’
 * Initially I thought maybe I had done something wrong but couldn’t figure it out
   so I deleted the plugin, made a fresh install. It started working fine BUT the
   moment I updated the eme_events.php with the new fix that you had provided, the
   error came back.
 * So the fix that you provided for the conditional tag seems to upset the plugin
   🙁 I was suppose to replace the corresponding file right? What did I do wrong??
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Using conditional tag within events_list shortcode?](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/#post-4107274)
 * Wonderful!! you are the best and amazingly talented !!! Thanks for resolving 
   this 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Using conditional tag within events_list shortcode?](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/#post-4107265)
 * Nopes didn’t work.
 * I am not a php expert but maybe we can write a quick custom function that returns
   a form of placeholder
    `IF RSVP enabled return <a href="url.com">Register</a>
   else return "Coming soon"?`
 * Not sure though 🙂 just an idea
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Using conditional tag within events_list shortcode?](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/using-conditional-tag-within-events_list-shortcode/#post-4107207)
 * Thank you for your reply but as expected it didn’t work because those ASCII codes
   are for outputting the html equivalent once the site has loaded whereas (I am
   assuming) the shortcodes are being read during load and executed to display results
   accordingly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Dropdown list with events](https://wordpress.org/support/topic/dropdown-list-with-events/)
 *  [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/dropdown-list-with-events/#post-3934929)
 * Hi,
 * I am looking for the same thing but can’t seem to figure out. Any help?
 * Also, can you please elaborate “hange the header, footer and list entry to your
   liking.”??
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Only one event showing in list](https://wordpress.org/support/topic/only-one-event-showing-in-list/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/only-one-event-showing-in-list/#post-3938962)
 * No it is not showing all the events. The grid/calender view is working fine and
   shows all the events but not the list view.
 * Update: I noticed that it is only listing the next day event and all others are
   not being displayed in the list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wiki] [Plugin: Wiki] "Page not found" error](https://wordpress.org/support/topic/plugin-wiki-page-not-found-error/)
 *  [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wiki-page-not-found-error/#post-2746145)
 * I am facing the same issue. when wiki is activated, the categories returen page
   not found on page 2, 3 and so on. Deactivating gives a normal behavior. New wiki
   releases have some serious issue with wp pagination feature. I am running twenty
   eleven theme with no whatsoever modifications, so definitely an issue with wiki
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ALO EasyMail Newsletter] [Plugin: ALO EasyMail Newsletter] Change Submit button text from 'Subscribe' to 'Go&#](https://wordpress.org/support/topic/plugin-alo-easymail-newsletter-change-submit-button-text-from-subscribe-to-go/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-alo-easymail-newsletter-change-submit-button-text-from-subscribe-to-go/#post-2894115)
 * Thank you this worked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ALO EasyMail Newsletter] [Plugin: ALO EasyMail Newsletter] Change Submit button text from 'Subscribe' to 'Go&#](https://wordpress.org/support/topic/plugin-alo-easymail-newsletter-change-submit-button-text-from-subscribe-to-go/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-alo-easymail-newsletter-change-submit-button-text-from-subscribe-to-go/#post-2894109)
 * Sorry but this isn’t what I asked. The submit button text says ‘Subscribe’ but
   I want to change it to ‘Go’. The ‘Subscribe’ text is hard coded in plugin file
   and if I change it, it will be overwritten in the next update. The reference 
   link you have given is not even close to what I am asking.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Q and A FAQ and Knowledge Base for WordPress] [Plugin: Q and A – FAQ Plugin] How to add a close link option](https://wordpress.org/support/topic/plugin-q-and-a-faq-plugin-how-to-add-a-close-link-option/)
 *  [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [14 years ago](https://wordpress.org/support/topic/plugin-q-and-a-faq-plugin-how-to-add-a-close-link-option/#post-2661981)
 * I am looking for same. Are you able to find a solution??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] [Plugin: Easy FancyBox] popup not working](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/#post-2687339)
 * Thanks a lot! That fixed it..there was another weird link appearing in the header
   so I removed it and reinstalled plugin and it started working!
 * Again thanks for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] [Plugin: Easy FancyBox] popup not working](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/#post-2687331)
 * Thanks a lot. I tried out the removal of unnecessary script and it has started
   working, the fancy box I mean. But I am still looking at the other points because
   I do need featured content gallery plugin.
 * As for 404 error..I just saw from chrome javascript console. I can’t seem to 
   understand from where links like these are being loaded from? e.g css/jquery.
   ui.tabs.css Failed to load resource: the server responded with a status of 404(
   Not Found).. Any help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] [Plugin: Easy FancyBox] popup not working](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/)
 *  Thread Starter [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-easy-fancybox-popup-not-working/#post-2687328)
 * Its back up..Now check please
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exploit Scanner doesnt work](https://wordpress.org/support/topic/exploit-scanner-doesnt-work/)
 *  [tracersa](https://wordpress.org/support/users/tracersa/)
 * (@tracersa)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/exploit-scanner-doesnt-work/#post-2484563)
 * Same here nothing happens. It gives me the same error

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/tracersa/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/tracersa/replies/page/2/?output_format=md)