I’m redesigning my site a bit and notice that the table with the user’s events is not mobile responsive. If viewed on a device the table does not resize to fit the page and I’ve been unable to fix it with CSS.
The event submission form itself is fine.
Is there a way to make the table more mobile-responsive. AND is there any way to add it somewhere by shortcode? The [event_form] shortcode only shows the form but does not include access to a user’s events.
Thanks
]]>I have tried adding the file to:
/wp-content/themes/my-child-theme/plugins/events-manager/templates/
/wp-content/themes/my-child-theme/plugins/events-manager/templates/forms/
/wp-content/plugin-templates/events-manager/templates/
Could you please advise me where I am going wrong here?
Thanks
I used the [event_form] shortcode on a page inside a block editor. Upon viewing the page I noticed that the shortcode resized the entire page body. The event submission for now became the body if the page with the header and navigation shrunk inside the form container as shown in the attached screenshot:
I tried unsuccessfully to even resize the page under the inspector element.
]]>Version of Events Calendar: 5.1.6
Using Theme: Radiate
I created one event and added the code to the page to display the form “[rtec-registration-form event=563]” But this added the form and the Event still displayed an additional form below the footer.
https://stjamespickleball.com/event/new-to-st-james-pb-introduction/
I have done extensive research and reviewed most topics.
I am comfortable to modify code, but need your detailed help if required.
Thanks,
Al Hausmann
I would like to have the start time to be required so I made this :
<div class=”input”>
<label for=”event_start_time”><?php _e(‘Time’,’events-made-easy-frontend-submit’); ?><small><?php _e(‘required’,’events-made-easy-frontend-submit’); ?></small></label>
<?php EMEFS::required_field(‘event_start_time’); ?>
<?php EMEFS::error(‘event_start_time’); ?>
</div>
But when I don’t choose a time my form is validated anyway ! Can you help me please ?
Thank you in advance.
Best regards,
]]>I have your form working beautifully on another test site which is a virtual clone. Just to be sure, I still tried switching off all plugins except the essential theme plugins, but to no avail. So it does not seem to be caused by another plugin. I also tried recreating the page multiple times, but adding just the event form shortcode always results in the page going completely white.
What may be causing this? Both sites are running Events Manager Version 5.9.7.3.
Kind regards, Marjoline
]]>I’m wanting to let our club members create sailing events, but with most of the fields pre-set. Really it would be as simple as cutting the event-editor.php file down to only require:
– start date
– finish date [would always be whole days]
– one of two categories (one for each of our boats)
The event name would always be “Club Sail”. the location would always be our home marina. Has anyone already produced something like this?
I’ve seen all the references to taking a copy of the standard template file, and have done so but the copy doesn’t seem to be being picked up. I’ve copied event-editor.php to
../wp-content/themes/ares/plugins/events-manager/templates/forms
and also tried
../wp-content/themes/ares/plugins/events-manager/templates/templates
and
../wp-content/themes/ares/plugins/events-manager/templates
I’ve just made a minor change to one of the labels (changed “Birthday Party” to “Steve Birthday Party”). The change shows up when I edit the event-editor.php file in the original location, but not if I make a copy to the above location. Could someone confirm which is the correct destination directory?
]]>Thank you
]]>I would like to require a name, and an email address.
looking at the PHP file I see Name Phone and Email fields but they’re not showing on the front end and I can’t find the setting to show those fields.
]]>I can’t seem to find where to change the following form labels?
– Bookings | would like it to be: Sponsorship/Tickets
– Ticket Type | would like it to be: Sponsorship Level
– Spaces | would like it to be: Number
Thanks in advance for any guidance with this.
]]>