carlosmarugan
Forum Replies Created
-
Forum: WordPress Mobile App
In reply to: Details panel not visible in mobile version@threadi I’ve already done before and they told me that the problem is the WP uploader.
Forum: WordPress Mobile App
In reply to: Details panel not visible in mobile version@threadi I’m using ACF Pro and put a shortcode in an Elementor page.
Thanks @joneiseman
Where do i have to add this code exactly? In the functions file or in the event-editor file.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] events tableproblem solved!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit event frontendthanks @joneiseman
I managed to display it with the following code:
<div class="input"> <label for="duracion-espectaculo"><?php esc_html_e( 'Duración del Espectáculo', 'text-domain' ); ?></label> <input type="number" name="duracion_espectaculo" id="duracion-espectaculo" value="<?php echo esc_attr( get_field('duracion_espectaculo', $EM_Event->post_id) ); ?>" > HORAS </div>
But now i can’t get to save the changes.
I don’t receive any error message but the changes don’t save.Any ideas?
Thanks
thanks @joneiseman
i’ve added some custom fields to my events with ACF.
Could I show one of them in the table of the events manage?
- This reply was modified 1 year, 2 months ago by carlosmarugan.
Thank you. It works!
Sorry, but i think this is the page to submit an event. I need the page where the user can manage the events that he has registered.
There is a table with the events and a searcher.
Thanks
thanks, it has been very helpful.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Modify event formproblem solved!
It was a permissions issue.
can_manage(‘upload_event_images’,’upload_event_images’) )
I had to give permissions to the users to use the form and with that the problem has been solved
thnks @joneiseman
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Modify event formyes, still the same problem. I’ve even clear my style.css file, just in case, and nothing.
I don’t see nothing from the capture you send. The last things i see are the attributes that i’ve created for the event.
no event url, no category, no image…
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Modify event formI’ve just recovered the original file for the event form and i’ve cleared all css but the image selector still doesn’t appear.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Modify event formYes, i know. Sorry if maybe i didn’t explain myself well.
The problem is that the option to upload the photo does not appear in the form, even though it is in the code.