Remove "Viel All Events" link in Single Event View

Home Forums Calendar Products Events Calendar PRO Remove "Viel All Events" link in Single Event View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1443124
    Sylviane
    Participant

    Hi,

    I’ve searched the forum and tried several CSS snippets, none of which worked for me.

    I’m trying to remove the << View All Events link at the top left of the Single Event View pages, see screenshot.
    Please advise what CSS I can use or how to amend.

    I created a manual link instead in the Events Settings > Advanced Template Settings > Add HTML before event content to:
    http://www.sylvianegianina.com/a-activites-2018-fr/#calendar

    full cal page: http://www.sylvianegianina.com/a-activites-2018-fr/
    single event page example: http://www.sylvianegianina.com/eventcal/equilibre-sur-un-point/

    There is a second issue I would like to ask you for help with:
    the website is bilingual French and English. I worked around this by creating events in 2 categories EN and FR and filtering them with shortcode.

    Is there any way I can write a line of code that says – if you’re on a page of category EN, go back to link A, if you’re on a page of category FR, go back to link B?

    Many Thanks,
    Maria

    #1444640
    Sylviane
    Participant

    Hi, quick update:

    1)
    I managed to remove the link by using this code from the link below. I tried it before in the plugin CSS where it didn’t work, but now I added it to the CSS field in the theme and that did the trick.

    p.tribe-events-back {
        display: none !important;
    }

    from here https://theeventscalendar.com/support/forums/topic/remove-all-events-link-on-single-events-page/

    2)
    If you still have any suggestion how I could solve the 2nd issue, I’d much appreciate it.
    Kind Regards,
    M

    #1445933
    Geoff B.
    Member

    Good evening Maria and welcome back!

    First off, I would like to apologize for the delay answering.
    We are currently experiencing a higher level of requests than usual.

    Please rest assured that we are working hard at correcting this situation.
    We appreciate your patience while we try to normalize things.

    Thank you for reaching out to us.
    I would love to help you with this topic.

    I managed to remove the link by using this code from the link below. I tried it before in the plugin CSS where it didn’t work, but now I added it to the CSS field in the theme and that did the trick.

    Kudos on that. Another approach is to simply create a custom version of single-event.php in your theme files and remove that link altogether.

    You might want to read our Themer’s guide to get a sense of how that works.

    the website is bilingual French and English. I worked around this by creating events in 2 categories EN and FR and filtering them with shortcode.

    Although this is a pretty creative approach, Polylang Pro actually supports the Events Calendar.

    Is there any way I can write a line of code that says – if you’re on a page of category EN, go back to link A, if you’re on a page of category FR, go back to link B?

    Yes, that could most likely be achieved via PHP. In other words, you will need to customize things a bit.

    You can read about that here: https://theeventscalendar.com/customizations/

    If coding is not really your cup of tea, you could always hire one of our recommended customizers to do the customization for you.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1466072
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "Viel All Events" link in Single Event View’ is closed to new replies.