joneiseman
@joneiseman on WordPress.org
- Member Since: May 16th, 2011
Contribution History
joneiseman’s badges:- Core Contributor
-
Posted a reply to Using coordinates instead of street address for location, on the site WordPress.org Forums:
See the following thread: https://wordpress.org/support/topic/map-unavailable-16/ -
Posted a reply to When adding location, form not show Googlemap or store lat long or marker, on the site WordPress.org Forums:
See the following thread for some suggestions for fixing this problem https://wordpress.org/support/topic/map-unavailable-16/ -
Posted a reply to #_EVENTNOTES vs #_EVENTEXCERPT, on the site WordPress.org Forums:
The problem was that wp_trim_words by itself will strip html tags. I needed to use… -
Posted a reply to #_EVENTNOTES vs #_EVENTEXCERPT, on the site WordPress.org Forums:
Go to Event > Settings then click on the Formatting tab and enable Super Advanced… -
Posted a reply to #_EVENTNOTES vs #_EVENTEXCERPT, on the site WordPress.org Forums:
Then I don't understand the problem. The #_EVENTEXCERPT_HTML doesn't remove the <br> tags so they… -
Posted a reply to #_EVENTNOTES vs #_EVENTEXCERPT, on the site WordPress.org Forums:
So, you want <br> tags removed? The #_EVENTEXCERPT_HTML placeholder doesn't remove any html tags. -
Posted a reply to Delete past events or don’t display recurring events in the backend event list, on the site WordPress.org Forums:
Here's a code snippet which will set up a cron job to unpublish past events… -
Posted a reply to #_EVENTNOTES vs #_EVENTEXCERPT, on the site WordPress.org Forums:
Here's a code snippet to add an #_EVENTEXCERPT_HTML placeholder that does not strip html tags… -
Posted a reply to Change display order on my bookings page, on the site WordPress.org Forums:
Go to Events > Settings then select the Pages tab then click on the Other… -
Posted a reply to Event categories scope, on the site WordPress.org Forums:
Try the following code snippet instead: add_filter('em_object_get_default_search', function( $defaults ) { $defaults['scope'] = 'all'; return… -
Posted a reply to Sorting the locations list by date not by event title, on the site WordPress.org Forums:
Go to Events > Settings then in the Pages tab select Location Pages then under… -
Posted a reply to Event categories scope, on the site WordPress.org Forums:
Add the following code snippet to changes the scope to show all events: add_filter('em-content-categories_args', function($args)… -
Posted a reply to Search function with calender, on the site WordPress.org Forums:
Try the following shortcode: [events_calendar has_search=1 show_search=1] Documentation: https://wp-events-plugin.com/documentation/event-search-attributes/#has_search -
Posted a reply to I want to display the number of tickets remaining per ticket., on the site WordPress.org Forums:
See the following thread: https://wordpress.org/support/topic/show-x-form-y-tickets-available-on-booking-form/ -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
You need to open a new topic for new issues. -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
No, you don't need to uninstall and reinstall but you do need to read the… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
The problem with uploads may be due to your configuration of Events Manager with multisite.… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
You have 1200 x 1200 for the width and the height but it still says… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
Try downloading the development version and see if that fixes the problem. You can find… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
Make sure you click on the Save Changes button after adding the allowed file types. -
Posted a reply to Conditional placeholder not working, on the site WordPress.org Forums:
Here's the new version that will include posts that were modified in the past 3… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
If you're not able to get the visual uploader to work, you can disable it… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
Make sure you have the latest plugin version. Disable all other plugins and switch to… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
When you create a recurring event, each recurrence is treated as a separate event. So… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
I enabled anonymous event submission but I don't see any recurring event field in the… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
i don't think you can create recurring events from the event form. -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
I don't know why you image uploads are not working for you. I don't know… -
Posted a reply to The uploaded file type is not allowed. Allowed file types are:, on the site WordPress.org Forums:
I specified Any Type for the post types and filled in GIF, JPG, JPEG for… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
Instead of using the nocache query parameter follow the instructions here: https://www.godaddy.com/help/cache-exceptions-41618 -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
Open a new topic for new issues. -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
Try the following instead to add ?nocache to all pages: <IfModule mod_rewrite.c> RewriteEngine On #… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
I tried adding the following to the top of the .htaccess file and it did… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
To always add ?nocache when visiting the homepage add the following to the .htaccess file:… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
Use the following code snippet to only require the Address and the City but not… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
I'm not sure that GoDaddy is really not using any caching. See the following thread:… -
Posted a reply to Claim Ownership of Event, on the site WordPress.org Forums:
The administrator can edit the event and change the author. Have the user send a… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
Do you have any plugins that add caching? Is your hosting provider doing any caching… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
Looks like the code I sent you still needs some modifications to get it to… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
There is currently no way to do that. It would require custom coding. -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
If you are on the calendar page and you click on an event it will… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
Here's a corrected version of the code snippet: add_filter('em_event_validate', 'require_custom_fields', 10, 2);function require_custom_fields($result, $EM_Event) {… -
Posted a reply to No longer logged in when going to an Event page, on the site WordPress.org Forums:
I use the following plugin to make sure users stay logged in: https://wordpress.org/plugins/wp-persistent-login/ Maybe that… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
I think the following code snippet will fix the problem (by removing "location_country" from the… -
Posted a reply to Submit new event and edit published event, on the site WordPress.org Forums:
I guess there's no simple way to get your desired behavior. -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
I asked DeepSeek how to make all the fields in the event form to be… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
I don't know anything about the pro support forum. -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
I'm just an unpaid volunteer trying to help people on this forum. I am not… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
My guess is that you are getting the critical error because copied the code snippet… -
Posted a reply to Customize the design template for anonymous events, on the site WordPress.org Forums:
Because I haven't provide a code snippet to make all those things required. -
Posted a reply to Events no longer have Publish option and not appearing in calendar, on the site WordPress.org Forums:
I have seen problems like this reported before. For example in the following thread: https://wordpress.org/support/topic/your-event-details-are-incorrect-and-cannot-be-published-please-correct-these-e/…