Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1044913

    I’m just fiddling around with something based on the Church Demo and I’m wondering how I could get rid of the string Upcoming: in the green countdown box on the bottom of the home page.

    Sorry that I’m too stupid to find out where it comes from, but if anybody could give me a hint, I’d happily keep you in today’s evening prayer. (Did I mention I’m not religious? :-)

    #1044939

    Hey maennig

    The easiest solution is by just hiding it like this:

    #top .av-trans-light-style .av-countdown-timer-title {
    display: none;
    }

    Don’t forget to flush both your browser cache and the one from your caching plugin in case you are using one.

    Cheers
    Michael

    #1044998

    Thanks Michael,

    I obviously put it into the wrong words: I don’t want to hide the whole event title (that can be done easily in the Events Countdown Avia module), just the string Upcoming: that appears before the title. As I couldn’t find an according ::before selector in the CSS, I think the Upcoming: originates from some PHP file – that I also couldn’t locate so far.

    Thanks again
    Jens

    #1045016

    Hi Jens

    Oh I see. In this case, as far as I can judge, you can just edit the link title as visible from the HTML code, no?
    <h3><a href="https://kriesi.at/themes/enfold-church/event/corn-crop-festival/" class="av-countdown-timer-title av-countdown-timer-title-bottom">Upcoming: Wedding Service</a></h3>

    I might be wrong but this is how it looks like to me.

    Cheers
    Michael

    #1045428

    Hi maennig,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1045669

    Hi Victoria,

    could you maybe just tell me how you would solve the problem on https://kriesi.at/themes/enfold-church/?

    Thanks,
    Jens

    #1045903

    Hi maennig,

    Can you edit the element added while editing the page. We can only hide the whole title with css.

    Best regards,
    Victoria

    #1046211

    Hi Victoria,

    of course I can edit the element while editing the page. I can choose from the following options:

    • No title, timer only
    • Title on top
    • Title below

    However, if I include the title, no matter where, the mysterious word Upcoming: is always being inserted automatically before the title. And little me is just too stupid to get rid of this Upcoming: alone.

    Jens

    #1046437

    Hi Jens,

    You might want to look at this file
    /enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.php

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1046460

    Ha!

    Thank you very much, Victoria, your hint was pretty close! The problem was sitting nearby in events_countdown.php, line 281. Could change it now and everything ist fine!

    Jens

    #1046703

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Events Countdown With The Events Calendar: Event Title Format’ is closed to new replies.