joneiseman
@joneiseman on WordPress.org
- Member Since: May 16th, 2011
Contribution History
joneiseman’s badges:- Core Contributor
-
Posted a reply to modal popUp config, on the site WordPress.org Forums:
To remove the image remove the following: <div class="em-item-image {no_image}has-placeholder{/no_image}"> {has_image} #_EVENTIMAGE{medium} {/has_image} {no_image} <div… -
Posted a reply to modal popUp config, on the site WordPress.org Forums:
See the following thread to see how to modify the formats: https://wordpress.org/support/topic/some-odd-features-showing-on-my-event-page/. That thread was about… -
Posted a reply to Small Calendar color around circle, on the site WordPress.org Forums:
I have automatic sizing turned on in Firefox and it works fine. -
Posted a reply to Small Calendar color around circle, on the site WordPress.org Forums:
I don't see the problem on either Firefox or Chrome. Did you manually set the… -
Posted a reply to Small Calendar color around circle, on the site WordPress.org Forums:
I don't see the problem you describe. When I go to your website, here's what… -
Posted a reply to Small Calendar color around circle, on the site WordPress.org Forums:
Can you provide a link to the page you're having trouble with? -
Posted a reply to Small Calendar color around circle, on the site WordPress.org Forums:
It's not working for you because you did a copy and paste of the shortcode… -
Posted a reply to Coloring different events on 6.0, on the site WordPress.org Forums:
I haven't tried FullCalendar so I don't know anything about that support article. You might… -
Posted a reply to User Submitted Featured Image, on the site WordPress.org Forums:
It could be done but do it at your own risk since it allows anyone… -
Posted a reply to Modify Layout of Single Event Page, on the site WordPress.org Forums:
Yes, just move the location of the #_EVENTADDTOCALENDAR placeholder in the single event format. Check… -
Posted a reply to User Submitted Featured Image, on the site WordPress.org Forums:
When I use the shortcode I see a place to upload an Event Image in… -
Posted a reply to Location pages for each town, on the site WordPress.org Forums:
You could create an Event Category for each city then assign each event a city… -
Posted a reply to iCal in email confirmation, on the site WordPress.org Forums:
You can customize the confirmation email. Go to Events Manager Settings and click on the… -
Posted a reply to User side custom field, on the site WordPress.org Forums:
That documentation is referring to the Forms Editor which is only available in the Pro… -
Posted a reply to User side custom field, on the site WordPress.org Forums:
Yes, I now understand what you're trying to do. This is not a built-in feature.… -
Posted a reply to User side custom field, on the site WordPress.org Forums:
I guess you want to display the list of people that have already signed up… -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
There must be some time lag from the time the translation was added until it… -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
When I look on https://translate.wordpress.org/projects/wp-plugins/events-manager/ I see that a translation was added for "Event Type"… -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
When I read the documentation on how translation works for the Events Manager it says… -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
Everything looks correct to me. You may need to request support from poedit. -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
Here's what I see in the php code for the single event page: esc_html_e('Event Type',… -
Posted a reply to Does not translate the Event Type string, on the site WordPress.org Forums:
Looks like there's a missing translation for "Event Type". Here's some documentation on translation for… -
Posted a reply to Show the whole year instead of a month?, on the site WordPress.org Forums:
I'm not sure how you would like the events for the whole year to be… -
Posted a reply to ‘Something went wrong saving your event to the index table’ error, on the site WordPress.org Forums:
Since you were not able to get help from the plugin owner, I think you… -
Posted a reply to Advanced ticket on the front end, on the site WordPress.org Forums:
When I look at the form for creating events on the front end there's a… -
Posted a reply to Display event author in the front end, on the site WordPress.org Forums:
I have BuddyPress installed and event organizers can create and edit their own events (on… -
Posted a reply to Free places, on the site WordPress.org Forums:
Yes, you can use the #_AVAILABLESPACES placeholder. This would go in the single event page… -
Posted a reply to Use an ACF Field for Event Attribute?, on the site WordPress.org Forums:
The callback for the em_event_output_placeholder filter is passed 2 arguments: add_filter('em_event_output_placeholder','bk_em_styles_placeholders',10, 2); function bk_em_styles_placeholders($replace, $EM_Event, $result){… -
Posted a reply to Use an ACF Field for Event Attribute?, on the site WordPress.org Forums:
I think the best way is to do a template override. When you do a… -
Posted a reply to Time in 24h in calendar shortcode, on the site WordPress.org Forums:
Events > Settings > Formatting > Date/Time > Use 24h Format? is only used when… -
Posted a reply to Todays Events Page Date, on the site WordPress.org Forums:
What I found was the image placeholder had a minimum width of 70px: Meanwhile the… -
Posted a reply to add_action, on the site WordPress.org Forums:
You could use the action em_booking_changed to detect when an event is canceled add_action('em_booking_status_changed', 'my_booking_status_changed',… -
Posted a reply to Create Organisers, on the site WordPress.org Forums:
The #_CONTACTNAME etc only work if you specify an author when creating an event. The… -
Posted a reply to Todays Events Page Date, on the site WordPress.org Forums:
Adding the following css will fix it. .em-item-image-placeholder { max-width: 150px !important; } How to… -
Posted a reply to Booking Form – no fields show, on the site WordPress.org Forums:
I was able to register for your Event using the name "Jon" and the email… -
Posted a reply to Booking Form – no fields show, on the site WordPress.org Forums:
Edit the event and scroll down until you see Bookings/Registration and then click on the… -
Posted a reply to Problem with shortcode, on the site WordPress.org Forums:
The fact that the PHP warning is showing on your client's sites indicates you have… -
Posted a reply to Booking Form – no fields show, on the site WordPress.org Forums:
I think you're settings are correct. Maybe the plugin author will have some idea why… -
Posted a reply to Subscribe to calendar feed, on the site WordPress.org Forums:
Does this help? https://wp-events-plugin.com/documentation/event-ical-feeds/ -
Posted a reply to Booking Form – no fields show, on the site WordPress.org Forums:
I created an an event with bookings enabled and it looks like this: You can… -
Posted a reply to Problem with shortcode, on the site WordPress.org Forums:
To get rid of the error message, change line 485 of wp-content/plugins/events-manager/classes/em-events.php from this: return… -
Posted a reply to Problem with shortcode, on the site WordPress.org Forums:
I could probably fix the problem you reported in the old version of the plugin.… -
Posted a reply to Problem with shortcode, on the site WordPress.org Forums:
This is not my plugin. So, I won't be able to change the plugin to… -
Posted a reply to Problem with shortcode, on the site WordPress.org Forums:
Updating to the latest version of Events Manager should fix this problem (version 6.3). -
Posted a reply to Create Organisers, on the site WordPress.org Forums:
You can assign categories to events (see https://wp-events-plugin.com/documentation/event-categories/). You would need to modify the template… -
Posted a reply to Create Organisers, on the site WordPress.org Forums:
I have BuddyPress installed on my site and each user has their contact information in… -
Posted a reply to WP Show Posts migration, on the site WordPress.org Forums:
I was able to use the Post Excerpt block along with the "get_the_excerpt" filter to… -
Created a topic, WP Show Posts migration, on the site WordPress.org Forums:
I'm trying to migrate from WP Show Posts to the Genera… -
Posted a reply to Highlight Current Day in Widget, on the site WordPress.org Forums:
The following css will highlight the current day in calendar view. .eventless-today .em-cal-day-date { background-color:… -
Posted a reply to Publicly accessible Google API key for Google Cloud Platform, on the site WordPress.org Forums:
Looks like Google has just started sending out these messages recently. Here's a message about…