• Resolved torontokev

    (@torontokev)


    Hey there! I love FOYER and have a small thing I’d love to see…

    that’s when you make a SLIDE from a POST it puts the TITLE then DATE then CONTENT, but I don’t really want the date, it will make my sign look like it hasn’t been updated in a while (!) Can we either make it optional or can I get rid of it?

    I like how a POST gives you more formatting options than a standard text SLIDE!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’d absolutely love to have this option too. This plugin does exactly what I need it to apart from this. Should be pretty simple to implement considering what else you’ve achieved here Menno ??

    Plugin Author Menno Luitjes

    (@mennolui)

    Hi both,

    Thanks for the input! I’ll consider it for a future update. Although I’d also like to keep the plugin as simple as possible.

    For now you can hide the date by adding this CSS:

    .foyer-slide-field-date {
    display: none;
    }

    You can add it to your theme, if you made the theme yourself, or otherwise add it through Customizer > Extra CSS.

    Menno

    Thread Starter torontokev

    (@torontokev)

    Menno, you legend, that worked perfectly, thank you.

    Thread Starter torontokev

    (@torontokev)

    Interesting side effect, the date no longer shows in Theatre Events. But I’m totally cool with that. I’d rather have them gone from both places than in both places. Just thought I’d pass that on.

    Plugin Author Menno Luitjes

    (@mennolui)

    You’re welcome ?? if you only want to hide the date on the Post slide format (not on Event slide format), this is the correct CSS:

    .foyer-slide-post .foyer-slide-field-date {
       display: none;
    }
    Thread Starter torontokev

    (@torontokev)

    Works like a charm, thank you Menno!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide the DATE when showing a POST’ is closed to new replies.