Home › Forums › Calendar Products › Events Calendar PRO › Why is my list widget invisible?
- This topic has 6 replies, 3 voices, and was last updated 11 years, 3 months ago by
Leah.
-
AuthorPosts
-
December 10, 2014 at 1:41 am #913878
rantfarmentertainment
ParticipantAny idea why my list widget is invisible? The text can be seen when highlighted – so I guess maybe it’s simply the wrong colour, but that doesn’t seem right.
I understand I need to start messing around with templates to modify this, but I think there may be a more fundamental issue going on.
http://illegitimatetheatre.com/everyone-should-go-to-the-learntolive-comedy-gala/
December 10, 2014 at 6:31 am #914057Brian
MemberHi,
I can help you out here. Thanks for providing the link, I took a look and at first I thought it was just some css conflicts with the theme setting the text to white.
So this css would help:
.x-sidebar .widget.tribe-events-adv-list-widget {
color:#000;
}
.x-sidebar .widget.tribe-events-adv-list-widget a {
color:#000;
}Those two will change the color of the text to black.
However, then I looked into it more and see Autoptimize is not loading the stylesheet for the Widget.
That stylesheet is located here:
/wp-content/plugins/events-calendar-pro/resources/widget-calendar-full.css
So maybe clearing the cache and testing to make sure that stylesheet is picked up will help.
Let me know what you find out and we can go from there.
Thanks
December 10, 2014 at 7:42 am #914168Brian
MemberSo have further review of the issue it appears to be a glitch with the stylesheet not loading. I created a bug ticket to address this.
In the mean time please add this snippet:
https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5
To your functions.php file of your theme and that will load the stylesheet.
Let me know if that works for you until we can get this fixed.
Thanks
December 18, 2014 at 4:21 am #922376rantfarmentertainment
ParticipantHiya Brian,
Thanks for your help! Text now visible, but the hover colour is now white – another css fix for this?
Thanks,
AshDecember 18, 2014 at 5:31 am #922413Brian
MemberGreat, glad it is closer.
Try out this css:
body .x-sidebar .widget.tribe-events-adv-list-widget a:hover {
color: #000;
}That should get you close and you can take it from here.
Thanks
January 14, 2015 at 7:59 am #932711Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
January 15, 2015 at 1:48 pm #933433Leah
MemberHi there,
Thanks for your patience while we looked into this problem. We are working on a secondary maintenance release that addresses this issue. Keep an eye on your site for a new update to version 3.9.1. We’ve tested this release thoroughly and it should resolve the reported issue. However, if you are still running into trouble please start a new thread and we will respond as soon as possible. Thanks again for your patience and support!
Best,
Leah
and the team at Modern Tribe -
AuthorPosts
- The topic ‘Why is my list widget invisible?’ is closed to new replies.
