Delete Recurring Event Link in Mobile View

Home Forums Calendar Products Events Calendar PRO Delete Recurring Event Link in Mobile View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1430159
    skirshon
    Participant

    Good Day,

    I followed directions is a previous post to remove the recurring link on the details page of an event. Basically, the following code was added to the theme’s css:

    body.single-tribe_events .recurringinfo {
    display: none;
    }
    .tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
    display: none;
    }

    This worked perfectly for standard web browsers. I still see the recurring event link when I view the page on a phone. Is there a way to easily remove it from that view, too?

    Thanks

    #1431118

    Hi Steve,

    Thanks so much for reaching out!

    Just to let you know, we are limited by our Support Policy in how much we can help with customizations, but I will try to point you in the right direction.

    Do you have breakpoints set up for your website?  In other words, these are specific styles that go into effect with different screen sizes.  If that is the case, I’d recommend adding the code that you have to your mobile breakpoints as well.

    You can also add breakpoints in for your mobile styles if you don’t have these set up already.

    Let me know how this goes!

     

    Thanks,

    Jaime

    #1449749
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Delete Recurring Event Link in Mobile View’ is closed to new replies.