samosamo
Forum Replies Created
-
hello my freind 🙂
i have already fixed the problem by copying firstly the single.php file in the child theme and modifying it to remove the side bar and make the event single page full width.
Thanks a lot for your help 🙂
Hi my freind,
i’m samo1973, don’t worry about the late reply, it’s ok !! I already have found solution for that, in fact i just want to remove from the “Submit an event form” [submit_event_form] the part where the end user is asked if he has an account or not,
and to fix that i simply removed the following code from the “account-signin.php” file
<div class="wpem-form-group"> <label class="wpem-form-label-text"><?php _e( 'Have an account?', 'wp-event-manager' ); ?></label> <div class="field account-sign-in wpem-alert wpem-alert-info"> <a>"><?php _e( 'Sign in', 'wp-event-manager' ); ?></a> <?php if ( $registration_enabled ) : ?> <?php printf( __( 'If you don’t have an account with us, just enter your email address and create a new one. You will receive your password shortly in your email.', 'wp-event-manager' ), $account_required ? '' : __( 'optionally', 'wp-event-manager' ) . ' ' ); ?> <?php elseif ( $account_required ) : ?> <?php echo apply_filters( 'submit_event_form_login_required_message', __(' You must sign in to create a new listing.', 'wp-event-manager' ) ); ?> <?php endif; ?> </div> </div>But i have another question if you don’t mind; how can i remove the side bar from the event? knowing that it’s possible to do that in pages and articles by changin their attributes, but i don’t know how to do that with events ! In other words, i when i click on one event oon the event list i want to have the Event Detail Page Event displayed with full width ?
Thanks by advance