event list – recurring events

Home Forums Calendar Products Community Events event list – recurring events

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1079231
    Stefan
    Participant

    Hello,

    I have created a overview site of my events:
    http://www.dog-cooperation.at/termine-preise_neu/

    My problem is that the link “Serientermine für Veranstaltungen (alle Anzeigen)” in my case is nonsense. So I would like to disable this link. The next problem is that the next date is shown, but this is a event with 8 dates and nobody would understand this. So it would be better to display the day (of the recurring events).
    I if attached a screenshot to descripe it better: http://we.tl/2fxDLi8tCn

    Is there a way to fix my problems?
    Thank you very much!

    • This topic was modified 10 years, 2 months ago by Stefan.
    #1080103
    Josh
    Participant

    Hey Stefan,

    Thanks for reaching out to us!

    I’m not familiar with this particular theme or how this page is built, however the simplest solution may be to target that section and hide with CSS:

    
    .fusion-events-shortcode .fusion-events-meta .recurringinfo, .fusion-events-shortcode .fusion-events-meta .event-is-recurring {
    display:none;
    }
    

    Now, the events list are linking just to the single event views rather than the recurring “all” page.

    Let me know if this helps.

    Thanks!

    #1080215
    Stefan
    Participant

    Hey Josh,

    thank you for your help!

    It works great – thanks! But do you have any solution for the other problem?
    So that I am able to display the day and not the next recurring-event-date.

    Thanks!

    #1081153
    Josh
    Participant

    Hey Stefan,

    Sorry for missing that originally.

    I took a look at the link but the page seems to be going to a 404 now. If I recall correctly though, I believe this page used a version of an event widget shortcode. So, if the page used the list widget shortcode, you could hook into the “tribe_events_list_widget_after_the_meta” and adding a link using “the_permalink” to see if that gets you what you’re looking for.

    Thanks!

    #1085821
    Stefan
    Participant

    Hey Josh,

    here is the link: http://www.dog-cooperation.at/fruehjahrskurse/
    I am using this shortcode:
    [fusion_events cat_slug=”” number_posts=”-1″ columns=”3″ picture_size=”cover” class=”” id=””][/fusion_events]

    On this page you can clearly see that the title, the date and the time is displayed.
    It should defintily hide the date. And then there should be displayed the DAY (of the recurring event). So could you give me a step-by-step instruction to deal with this issue, please?

    Thank you very much!

    #1086773
    Josh
    Participant

    Hey Stefan,

    Unfortunately this shortcode isn’t a part of our plugin code and is built into your current theme. The best approach for customizing the output of the shortcode would be to reach out to the theme developer for information on customizing.

    I apologize I wasn’t able to give you a direct answer on this one but hopefully it helps to get you pointed in the right direction.

    Thanks!

    #1093468
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘event list – recurring events’ is closed to new replies.