Why is my list widget invisible?

Home Forums Calendar Products Events Calendar PRO Why is my list widget invisible?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #913878

    Any 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/

    #914057
    Brian
    Member

    Hi,

    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

    #914168
    Brian
    Member

    So 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

    #922376

    Hiya Brian,

    Thanks for your help! Text now visible, but the hover colour is now white – another css fix for this?

    Thanks,
    Ash

    http://illegitimatetheatre.com/comedy-quest/

    #922413
    Brian
    Member

    Great, 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

    #932711
    Brian
    Member

    Since 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! 🙂

    #933433
    Leah
    Member

    Hi 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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Why is my list widget invisible?’ is closed to new replies.