Issues after updating to latest version

Home Forums Calendar Products Events Calendar PRO Issues after updating to latest version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1126580
    barn2media
    Participant

    Hi, some things have changed since I updated to the new version of Events Calendar and Events Calendar Pro on 2 of my sites:

    https://drclaudiawelch.com/events/ – ‘EVENTS LIST NAVIGATION’ has been added above the list of events, how can I remove this please? It’s not very user-friendly!
    http://www.britishactionacademy.com/courses/category/warrior-masterclass/ – the event descriptions are no longer filling the width of the content area, they used to be wider before. How can I fix this please?

    Many thanks

    #1127003
    Hunter
    Moderator

    Hello and welcome back 🙂

    The ‘Events List Navigation’ text appears to be related to “screen reader text” – and I’m not really sure as to why that’s coming up! Try adding the following CSS snippet to your style.css file:

    .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px) !important;
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    }

    In response to your second question, try adding the following code to your theme’s style.css file:

    .tribe-events-loop .tribe-events-content {
    float: left;
    padding: 0 5% 0 0;
    width: 100%;
    }

    Let me know if this helps 🙂
    Cheers!

    #1127013
    Oliver
    Participant

    I had the same issue with the screen reader text. Your snippet solves it! Thanks!
    BTW: I’m using the popular Divi Theme.

    #1127197
    barn2media
    Participant

    Hi, thanks for your reply.

    I added the code to style.css in my child theme and ‘EVENTS LIST NAVIGATION’ is still appearing on https://drclaudiawelch.com/events/.

    Thanks

    Katie

    #1127509
    Hunter
    Moderator

    Hi Katie,

    Sorry to hear it’s not working out. I used the ‘Inspect’ tool on your website and it is using the same ‘.screen-reader-text’ class as the CSS snippet provided above. You may want to try contacting your theme author to see if they have any insight as to why your theme’s style sheet isn’t picking up the CSS code.

    I did a quick check and based on your theme, it appears the theme author has included a section to include custom styling (screenshot taken from your theme’s Themeforest description page).

    Try adding that ‘.screen-reader-text’ snippet there and let me know if it works. Thanks for keeping me updated and have a good Wednesday.

    @OliverSWEET! Glad to hear it worked for you and thank you for letting us know!

    Cheers!

    #1127988
    barn2media
    Participant

    That worked, thank you very much

    #1128064
    Hunter
    Moderator

    Hey Katie,

    Sweet! Thank you so much for letting me know everything worked out 🙂

    I’ll close this thread out but feel free to create a new one if you have any more questions or comments. Take care!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Issues after updating to latest version’ is closed to new replies.