• Resolved brucekaiser

    (@brucekaiser)


    In the default->grid view, my calendar page initially shows event titles, but then changes to dots for all events. I’ve tried removing sidebars and widget areas to increase the available width, but it still reverts to the minimum width view.
    Anyone know how I can fix this?
    Thanks in advance.

    https://wordpress.org/plugins/google-calendar-events/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Can you post a link to your site please?

    Thread Starter brucekaiser

    (@brucekaiser)

    Sorry. BTW Ive noticed that some months display properly, but the current month and the starting month (if different) do not. This may not be consistent behavior.

    http://www.trinityvictoria.net/wp/test-calendar-from-google/

    Thread Starter brucekaiser

    (@brucekaiser)

    I was wondering if anyone sees this same behavior on their calendars??

    Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    I took a look at your site and I believe it is coming from your theme’s stylesheet on around line 7:

    #content table {
        border: 2px solid #AAA;
        text-align: left;
        margin: auto;
        margin-bottom: 5px;
        width: auto;
    }

    If you remove the width: auto; line then I believe it should fix the problem for you.

    Thread Starter brucekaiser

    (@brucekaiser)

    Thanks for the help. I can not find the item you refer to.

    We are using Weaver-II-Pro theme which (I believe) generates the style.css on the fly. However there is a child theme that contains a style.css which can be used to customize specific needs. Can you be more specific about what I should look for? I don’t understand why some monthly calendars are effected and other are not.

    Bruce

    Thread Starter brucekaiser

    (@brucekaiser)

    After more research, I was able to locate and correct the code as you suggested by modifying the child theme. It resolved the problem. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Grid view will not show event titles’ is closed to new replies.