Title: dadadmin's Replies | WordPress.org

---

# dadadmin

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Multi-Day (long) Events not displaying on calendar correctly](https://wordpress.org/support/topic/multi-day-long-events-not-displaying-on-calendar-correctly/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/multi-day-long-events-not-displaying-on-calendar-correctly/#post-18699877)
 * [@joneiseman](https://wordpress.org/support/users/joneiseman/) thank you, that
   seemed to do the trick!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Event Date in SEO Page Title](https://wordpress.org/support/topic/event-date-in-seo-page-title/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [2 years ago](https://wordpress.org/support/topic/event-date-in-seo-page-title/#post-17688719)
 * Update: I was able to create a custom variable for Yoast SEO that would pull 
   in the date anywhere. Now my other issue is that the %%excerpt%% is not reading
   what I have in the Event Excerpt options “EVENTDATES – #_EVENTEXCERPT” and yes,_**
   Override Excerpts with Formats?** _ is enabled in my settings.
 *     ```wp-block-code
       // Create Yoast variable for Event Start Date.
       function yoast_var1( $var1 ) {
       global $EM_Event, $wp_query;
       $date_format = get_option('dbem_date_format'); // This will use the date fotmatting in your EM setttings.
       $start_date = get_post_meta(get_the_ID(), '_event_start_date', true);
       $result = date_i18n($date_format, strtotime($start_date));
       return $result;
       }
   
       // Define which variable to use in the Yoast snippet box.
       function create_yoast_variables_for_em() {
       wpseo_register_var_replacement('%%event_date%%', 'yoast_var1', 'basic');
   
       }
       add_action('wpseo_register_extra_replacements', 'create_yoast_variables_for_em');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Fake Woocommerce Spam Orders](https://wordpress.org/support/topic/fake-woocommerce-spam-orders/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/fake-woocommerce-spam-orders/#post-16275188)
 * Hi [@roygilsing](https://wordpress.org/support/users/roygilsing/)
 * I reinstalled the plugin WooCommerce Anti Fraud, and add reCaptcha for WooCommerce
   to EVERY instance of a login/purchase form. I had it on my main checkout page,
   but I guess somehow they were getting around it. I can’t say exactly which thing
   completely solved the issue, but it seems with the combination of fresh files
   and the right settings on the Anti Fraud, reCaptcha and Wordfence, I haven’t 
   had the issue since.
 * Here is a screenshot of all my Anti Fraud threshold settings if that’s helpful.
 * > [View post on imgur.com](https://imgur.com/a/mHz2CgN)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] 6.0 Issue – Events with start date in the past stopped showing up](https://wordpress.org/support/topic/6-0-issue-events-with-start-date-in-the-past-stopped-showing-up/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/6-0-issue-events-with-start-date-in-the-past-stopped-showing-up/#post-16119090)
 * Sorry I never saw this reply. I have tried testing plugin conflicts. I am not
   using any custom code, just the standard [tribe_events view=”list” category=”
   promotions”]
 * I also misspoke about the version, I was at 5.16.4
 * I have about 15 sites that all use the same features, all with different custom
   themes, no prebuilt page builders or anything.
 * I am using Events Calendar and Events Calendar Pro.
 * Here is what my event settings look like and what it shows up like on the front
   end (if I remove all formatting). It only shows the one event I have that has
   a future start date. There are about 10 other events in the backend that are 
   similar to the one in the image link, and none of them are showing
 * > [View post on imgur.com](https://imgur.com/a/mVe9IUv)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Popup wont close after Gravity Form redirect](https://wordpress.org/support/topic/popup-wont-close-after-gravity-form-redirect/)
 *  [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/popup-wont-close-after-gravity-form-redirect/#post-16100702)
 * I am experiencing this same issue.
 * I need to have the redirect on submission set because its a two part form. After
   we collect their email, we want to try to get them to provide more information
   on a secondary form.
 * I have played around with the settings as much as possible, but really need the
   cookie to be set while the form submission redirect remains in place.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Exif Data still showing with Strip Meta selected](https://wordpress.org/support/topic/exif-data-still-showing-with-strip-meta-selected/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/exif-data-still-showing-with-strip-meta-selected/#post-15954038)
 * Never mind, it was jetpack adding it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Calendar Widget not showing the correct date after the new year](https://wordpress.org/support/topic/calendar-widget-not-showing-the-correct-date-after-the-new-year-2/)
 *  [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/calendar-widget-not-showing-the-correct-date-after-the-new-year-2/#post-13913666)
 * Update: enabling Dev updates from the EM settings and updating the plugin fixed
   my issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Calendar Widget not showing the correct date after the new year](https://wordpress.org/support/topic/calendar-widget-not-showing-the-correct-date-after-the-new-year-2/)
 *  [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/calendar-widget-not-showing-the-correct-date-after-the-new-year-2/#post-13913652)
 * I am having the same issue with the full calendar shortcode, It’s pulling in 
   December 2020 just for the date itself. The calendar is correct and is pulling
   in the correct events on the calendar, but just the header of the calendar is
   outputting the wrong month and year.
 * I have also deactivated all other plugins and themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GravityExport Lite for Gravity Forms] Separate First and Last Name](https://wordpress.org/support/topic/separate-first-and-last-name/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/separate-first-and-last-name/#post-12324483)
 * Never mind, I just realized it was a setting!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events with start date of today or previous day dont show up](https://wordpress.org/support/topic/events-with-start-date-of-today-or-previous-day-dont-show-up/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/events-with-start-date-of-today-or-previous-day-dont-show-up/#post-11562096)
 * This still seems to be an issue.. has anyone else encountered it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events with start date of today or previous day dont show up](https://wordpress.org/support/topic/events-with-start-date-of-today-or-previous-day-dont-show-up/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [7 years ago](https://wordpress.org/support/topic/events-with-start-date-of-today-or-previous-day-dont-show-up/#post-11513652)
 * Looks like the newest update fixed this on category shortcodes, but not venue
   shortcodes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Multiple Template Files](https://wordpress.org/support/topic/multiple-template-files/)
 *  [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/multiple-template-files/#post-10923267)
 * Not sure if this solves your problem or not, but you can use the conditional 
   tags to display different layouts. I use conditional categories to create different
   single event page layouts and pull in different items depending upon what category
   it is in.
 * You could probably make 3 tags and conditionally build the design using and has
   and has_no respectively for each template
 * [https://wp-events-plugin.com/documentation/conditional-placeholders/](https://wp-events-plugin.com/documentation/conditional-placeholders/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Event calendar in sidebar using event manager](https://wordpress.org/support/topic/event-calendar-in-sidebar-using-event-manager/)
 *  [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/event-calendar-in-sidebar-using-event-manager/#post-10923251)
 * Try this
 * table.em-calendar { width: 100%; }
 * And to center the month name try this
 * td.month_name { text-align: center;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Add html to Donation Level Text](https://wordpress.org/support/topic/add-html-to-donation-level-text/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/add-html-to-donation-level-text/#post-10345689)
 * THANK YOU!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Add html to Donation Level Text](https://wordpress.org/support/topic/add-html-to-donation-level-text/)
 *  Thread Starter [dadadmin](https://wordpress.org/support/users/dadadmin/)
 * (@dadadmin)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/add-html-to-donation-level-text/#post-10338100)
 * I have 7 different donation levels on my form, would I have to replicate this
   function 7 times?
 * [This is my page](http://mlpef.org/become-a-sponsor/)
 * I want the name of the package and the price to be on one line, and then I want
   to be able to list everything it includes, one item on each line which is why
   allowing html in the text field would be easiest.
 * For example:
    **Platinum – $3,000** Golf for Four at Ramblewood CC Prominent 
   Listing in all Advertising Dinner/Cocktail Hour Sponsorship Entry for Four to
   Dinner/Cocktail Hour A Special Thank You Gift
 * If I manually enter bold spans or line breaks after each item, it just strips
   them out upon save

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

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