-
AuthorPosts
-
April 8, 2017 at 6:04 pm #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?
April 8, 2017 at 6:08 pm #774622Hey 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,
MikeApril 8, 2017 at 7:02 pm #774644Hi, It’s on a local dev server… I’ll get it uploaded and provide credentials. Thank you!
April 8, 2017 at 8:25 pm #774679I 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, 7 months ago by wwdetmb.
April 9, 2017 at 10:08 pm #775136Hi,
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, 7 months ago by wwdetmb.
April 10, 2017 at 12:07 am #775181Hi,
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,
MikeApril 10, 2017 at 2:57 pm #775496Thank you Mike, this worked perfectly in addition to editing the event-mod.css file to tweak the layout. I am still on localhost, yes.
April 11, 2017 at 7:11 am #775831Hi,
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,
RikardApril 11, 2017 at 3:37 pm #776122Thank you for your help with this. You can close this ticket.
-
AuthorPosts
- You must be logged in to reply to this topic.