Trouble with widgets

Home Forums Calendar Products Events Calendar PRO Trouble with widgets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #926602
    proweb
    Participant

    Hi there!
    I use Events Calender pro on this site: link to site

    I have some trouble to show the upcomming events at the sidebar. The widget change the representation or view when I add / remove the calendar widget. The calendar widget itself do not work properly. Links to events do not work and the representation is not right too. Please go to the site and take a look for yourself. It´s difficult for me to explain the issues.

    I have no idea why the view changes when I add/remove the widget.

    Here are two images showing the different type of views with and without calendar widget:

    With calendar widget

    Without calendar widget

    #926667
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help troubleshoot them with you.

    Event List Widget
    First the view changes in the Event List Widget styling are happening because the stylesheet is not loading. We are working on a fix for that, but in the mean time if you add this coding to your theme’s function.php it will resolve the issue:

    https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5

    Mini Calendar Widget
    As for the styling it looks like your theme has some general selectors for tables that is causing the issue. Try this css:

    .tribe-mini-calendar tr:nth-child(2n+1) td {
    background: #666;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    As for the Mini Calendar links not working please follow our testing for conflicts guide:

    Testing Conflicts With Themes and Other Plugins

    Follow that and see if you can narrow down the issue.

    Thanks

    #927041
    proweb
    Participant

    Hi Brian,

    thank you for your support. Actually we don´t need the calendar widget on the front page. I removed it and added the code to the function.php. The Event List widget work fine now.

    Thanks!

    Martin

    #927734
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trouble with widgets’ is closed to new replies.