carlosmarugan
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Modify event formThanks @joneiseman , it was just what i needed.
Finally i’ve been able to customize my form.
But thre is a theme that i haven’t been able to solve, the featured image. I have this code for the featured image in the form:
<section class=”event-form-image <?php echo $template; ?>”>
<?php if( $EM_Event->can_manage(‘upload_event_images’,’upload_event_images’) ): ?>
<h3><?php esc_html_e( ‘Event Image’, ‘events-manager’); ?></h3>
<div class=”input”>
<?php em_locate_template(‘forms/event/featured-image-public.php’,true); ?>
</div>
<?php endif; ?>
</section>But when i load the form, there is not option to upload any image. It’s like this section doesn’t appear.
Do you know why could it be?
Thanks again
Thanks again @joneiseman
I tink it’s related with other post that i posted.
Thanks @joneiseman I’ve downgraded to the previous version and it works. I’ll wait untill the developer fix the problem in next versions.
@ozyeger , ya he encontrado la solución.
Hay que poner [field id=”email”] en el campo del remitente de correo. Con eso conseguimos que se envie un correo de confirmación del registro al usuario que se acaba de registrar.
Gracias.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Reviews for especific productsno, it doesn′t work for me. I don’t know where do i have to put the code of Current Product Reviews in Grid or Slider
I finally unistall the plugin and i use the reviews from woocommerce.
Thank you all of you
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Reviews for especific productsThnx @pear8398
I think that this is the solution i was looking for. But i don’t know what to do with this code. Do i have to copy in functions.php? Do i have to put something else in the short code [cusrev_reviews] ?
Thank you again!