Support

Home Forums Event Espresso Premium No picture in Event List

No picture in Event List

Posted: June 21, 2017 at 7:04 am

Viewing 7 reply threads


marketing-boutique

June 21, 2017 at 7:04 am

Hi, can I remove the picture for my single event in the Event list?

Kind regards


Tony

  • Support Staff

June 21, 2017 at 7:27 am

Hi there,

EE hooks into your sites theme and injects the event details, so the featured image is actually being added by your theme.

Some themes allow you to set if the feature image displays within the settings, if not the easiest method to removing it is to hide is using some CSS:

/* Hide the feature image on the EE event list */
.post-type-archive-espresso_events .w-blog-post-preview {
    display: none;
}

/* Remove the margins added by the theme where the feature images would show */
.post-type-archive-espresso_events article.espresso_events .w-blog-post-body {
    margin-left: 0;
}

You can add that CSS to you site through Appearance -> Customize -> Additional CSS.


marketing-boutique

June 21, 2017 at 8:08 am

the css does not work – it would be for this site with [EVENT_LIST] shortcode http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/


marketing-boutique

June 21, 2017 at 8:08 am

oh yes and thank you tony for the incredible quick support 🙂


Tony

  • Support Staff

June 21, 2017 at 8:45 am

The CSS I gave you above targets your default event list as you didn’t specific another above:

http://kerstinmyravoss.marketing-boutique.ch/?post_type=espresso_events

However it looks like you have some missing as the CSS to hide the image is not included there. You may want to remove the above as it’s not what you are looking for.

In regards to this page:

http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/

There is no [EVENT_LIST] shortcode for EE4, do you mean [ESPRESSO_EVENTS]?

To remove the image from that list you can use:

article.espresso_events .ee-event-img-dv {
    display: none;
}

If you want to only remove the image when viewing the event list on THAT specific page page:

.page-id-243 article.espresso_events .ee-event-img-dv {
    display: none;
}


marketing-boutique

July 4, 2017 at 3:10 am

Thank you this works great!


marketing-boutique

July 4, 2017 at 3:14 am

Hi your standard address shortcode [INVOICE_PAYEE_ADDRESS] looks like this:

Hochstätt 8c
Rimsting
, DE
83253

I would need to have it to look like this:

Hochstätt 8c
DE-83253 Rimsting

Is that possible?
Kind regards
Raphael


Tony

  • Support Staff

July 4, 2017 at 3:14 am

You’re most welcome.

Viewing 7 reply threads

The support post ‘No picture in Event List’ 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