Home › Forums › Calendar Products › Events Calendar PRO › Issues after updating to latest version
- This topic has 7 replies, 4 voices, and was last updated 9 years, 10 months ago by
Hunter.
-
AuthorPosts
-
June 14, 2016 at 12:26 am #1126580
barn2media
ParticipantHi, 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
June 14, 2016 at 2:08 pm #1127003Hunter
ModeratorHello 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!June 14, 2016 at 2:34 pm #1127013Oliver
ParticipantI had the same issue with the screen reader text. Your snippet solves it! Thanks!
BTW: I’m using the popular Divi Theme.June 14, 2016 at 11:52 pm #1127197barn2media
ParticipantHi, 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
June 15, 2016 at 12:49 pm #1127509Hunter
ModeratorHi 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.
@Oliver… SWEET! Glad to hear it worked for you and thank you for letting us know!
Cheers!
June 16, 2016 at 9:39 am #1127988barn2media
ParticipantThat worked, thank you very much
June 16, 2016 at 11:31 am #1128064Hunter
ModeratorHey 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!
-
AuthorPosts
- The topic ‘Issues after updating to latest version’ is closed to new replies.
