Support

Home Forums Event Espresso Premium Move date below title

Move date below title

Posted: April 25, 2019 at 8:02 am

Viewing 7 reply threads


FulgenceSMG

April 25, 2019 at 8:02 am

Hi,

I’m using this shortcode [ESPRESSO_EVENTS category_slug=conferences show_title=false] to display the events

As you can see on this page

But i would like to have the date below the title, before the ical section
How can I move it ?
Thanks


FulgenceSMG

April 25, 2019 at 8:14 am

And second and last question: once inside an event, I want to move the description also below the title, before the ticket selection. How can I do it ?

Thanks


Tony

  • Support Staff

April 25, 2019 at 9:19 am

But i would like to have the date below the title, before the ical section
How can I move it ?

Do you mean this? – https://monosnap.com/file/FGLyT9sHii5DWe8vWyKZU7Fq9VmcYu

If so I don’t think that is output from EE, it looks like its possibly the post excerpt?

And second and last question: once inside an event, I want to move the description also below the title, before the ticket selection. How can I do it ?

We have options to re-order the details in Event Espresso -> Events -> Templates -> Event List Pages

Set the ‘Use Custom Display Order’ option to yes and you’ll find a drag and drop section that allows you to change the order, there is also the same option for single event pages at the top of that same page.


FulgenceSMG

April 25, 2019 at 9:24 am

About the first question maybe the best solution is to simply display the category. Because if we have many events this page has too much informations.

For example here: https://www.swissmarketing-ge.ch/evenements/

The only problem the date of the event is not there.


FulgenceSMG

April 25, 2019 at 9:35 am

ohhh ok thanks a lot !!!
Perfect !! no more questions ๐Ÿ˜‰

Oh one… if i want to display on home page the last events/conferences… can i display them in a grid ?


FulgenceSMG

April 25, 2019 at 9:35 am

ohhh ok thanks a lot !!!
Perfect !! no more questions ๐Ÿ˜‰

Oh one… if i want to display on home page the last events/conferences… can i display them in a grid ?


FulgenceSMG

April 25, 2019 at 9:48 am

its ok I found the grid plugin that we have.
I just need to have the title/link of the event below the picture…
I’ll continue to search


Tony

  • Support Staff

April 26, 2019 at 10:18 am

To do that you’ll need to override the template used by the ESPRESSO_EVENTS shortcode.

If you have a child theme set up you can copy:

\event-espresso-core-reg\public\Espresso_Arabica_2014\content-espresso_events-shortcode.php

To the root directory of your child theme, then in that template you’ll see:

<?php espresso_get_template_part( 'content', 'espresso_events-thumbnail' ); ?>
<?php espresso_get_template_part( 'content', 'espresso_events-header' ); ?>

In 2 sections of the template, swap those 2 lines around in each location.

Viewing 7 reply threads

The support post ‘Move date below title’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso