Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #774617

    I have the events calendar pro + community events installed and would like the single event page featured image to link to the original uploaded image (in lightbox like the Enfold default single post does). Can you help with this?

    #774622

    Hey wwdetmb,
    Can you please include a admin login in the private content area so we can take a closer look. Also please add a url to the page in question.

    Best regards,
    Mike

    #774644

    Hi, It’s on a local dev server… I’ll get it uploaded and provide credentials. Thank you!

    #774679

    I have figured out this part – I know that I need to edit the themes/enfold/config-events-calendar/views/single-event.php file.

    But, there are a number of other views/templates that I want to edit in The Events Calendar Pro + Community Events addon – how do I work on the templates that are not in themes/enfold/config-events-calendar/ folder? Do I add them there, or, preferably, can I add them to my child theme?

    • This reply was modified 7 years ago by wwdetmb.
    #775136

    Hi,
    How to make The Events Calendar SINGLE EVENT template without a left column (where it currently shows event ‘details’ meta?
    Thank you

    • This reply was modified 7 years ago by wwdetmb.
    #775181

    Hi,
    Try removing lines 64 – 84 of single-event.php, it should look like:

    			<div class='av-single-event-meta-bar'>
    				
    					<div class='av-single-event-meta-bar-inner'>
    					
    					<!-- Event meta -->
    					<?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
    						<?php
    						/**
    						 * The tribe_events_single_event_meta() function has been deprecated and has been
    						 * left in place only to help customers with existing meta factory customizations
    						 * to transition: if you are one of those users, please review the new meta templates
    						 * and make the switch!
    						 */
    						if ( ! apply_filters( 'tribe_events_single_event_meta_legacy_mode', false ) )
    							tribe_get_template_part( 'modules/meta' );
    						else echo tribe_events_single_event_meta()
    						?>
    					<?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
    				
    				</div>
    			</div>

    Be sure to save a backup copy. Your still working on your localhost right?

    Best regards,
    Mike

    #775496

    Thank you Mike, this worked perfectly in addition to editing the event-mod.css file to tweak the layout. I am still on localhost, yes.

    #775831

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #776122

    Thank you for your help with this. You can close this ticket.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.