• Resolved ssperling

    (@ssperling)


    Hi,

    I just updated the plugin to 5.6.0 and now on the main events page, the text is missing to “export events”. When you hover or click you can see it and it stays but it just a button with no text now. It is fine on the actual single events page. I tried to remove it with this code but that didn’t work`
    .tribe-events:not(.tribe-events-view–shortcode) .tribe-events-c-ical__link {
    display: none;
    }
    and I also tried to use the extension to remove it but the client wants to keep it on the single events pages just removed from the main page. so that didn’t work. Any other suggestions. It was working fine right before I updated it. I am on the Avada theme.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Apologies for the delay on this response, we are trying to work on replying to some of these posts that we missed, so I would be happy to help.

    Have you since updated to the latest version of TEC? Does the issue still persist? Can you link to the page where I can see it?

    Also, have you tried reverting to a default theme like 2019 or 2020 and seeing if the problem goes away?

    Please let me know!

    Thread Starter ssperling

    (@ssperling)

    HI, sorry for the delay in getting back to you. It’s back with the update. Thank you for checking.

    Susan

    Hi there,

    Thank you for letting me know! I clicked on the link that was attached to your initial post, but I am not exactly sure where you are seeing this issue, can you provide a link to where I can check it out? Preferably on an event that is upcoming?

    Thread Starter ssperling

    (@ssperling)

    Hi

    Actually, when it happened and I couldn’t figure it out I coded it to remove that button so that is why you can’t see it on the live site, it’s on my dev site if you would like to see https://clientweb.dev/tscu/events/

    I took out this to remove the button on the live site https://trueskycu.org/events

    .tribe-events-c-ical {
    display: none !important;
    }

    Susan

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Export Events button text vanished’ is closed to new replies.