-
AuthorPosts
-
December 13, 2018 at 3:54 pm #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? :-)
December 13, 2018 at 5:26 pm #1044939Hey 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
MichaelDecember 13, 2018 at 7:55 pm #1044998Thanks 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
JensDecember 13, 2018 at 8:36 pm #1045016Hi 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
MichaelDecember 14, 2018 at 8:53 pm #1045428Hi 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,
VictoriaDecember 15, 2018 at 4:57 pm #1045669Hi Victoria,
could you maybe just tell me how you would solve the problem on https://kriesi.at/themes/enfold-church/?
Thanks,
JensDecember 16, 2018 at 3:05 pm #1045903Hi maennig,
Can you edit the element added while editing the page. We can only hide the whole title with css.
Best regards,
VictoriaDecember 17, 2018 at 10:05 am #1046211Hi 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
December 17, 2018 at 7:10 pm #1046437Hi Jens,
You might want to look at this file
/enfold/config-templatebuilder/avia-shortcodes/events_upcoming/events_upcoming.phpIf you need further assistance please let us know.
Best regards,
VictoriaDecember 17, 2018 at 7:26 pm #1046460Ha!
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
December 18, 2018 at 3:17 am #1046703Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Events Countdown With The Events Calendar: Event Title Format’ is closed to new replies.