• Resolved samo1973

    (@samo1973)


    Hello,

    how can we hide the connect part on the Submit an event form [submit_event_form]?

    Thanks by advance for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hitesh Makvana

    (@hiteshmakvana)

    Hi @samo1973

    Sorry for the late reply. Do you want to hide the social fields? You can remove fields from field editor.
    If you want to remove the social share links from the single event page then you have to override single content listing template to your theme side and remove it from there.

    Thank you

    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&rsquo;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

    • This reply was modified 6 years ago by samosamo.
    • This reply was modified 6 years ago by samosamo.
    • This reply was modified 6 years ago by samosamo.
    Hitesh Makvana

    (@hiteshmakvana)

    Hi @sekk

    You can make event single page full width from your theme. If you theme has option or setting to make single post page as full witdth please change it.

    If you like please create custom single event details page template in your theme to override the single post structure. Your theme will generate basic structure for all the custom post type(including event listing) from single.php file.

    Please follow this doc

    Thank you

    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 🙂

    Hitesh Makvana

    (@hiteshmakvana)

    Hi @sekk

    Thank you for providing the update.

    Please take a few minutes to provide feedback on our plugin it will help us to improve and it will also help other users too.
    https://ww.wp.xz.cn/support/plugin/wp-event-manager/reviews/

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide connect part’ is closed to new replies.