• Resolved wcmack

    (@wcmack)


    I am using the Responsive Full-Size Calender on a full-width page. When an event is selected the pop-up window showing details does not render correctly. It shows the details only in a smaller column within the detail window, and navigation using the bottom nav bar only scrolls right within this small column.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author George Sexton

    (@gsexton)

    The issue here is that another plugin is including it’s own copy of the jquery-ui CSS file rather than using WordPress’s version. I’m guessing it’s the SP Client Document Manager plugin but that’s just a guess.

    Our plugin enqueues the WordPress jquery-ui-dialog files using the appropriate wp_enqueue_style() function.

    Loading both of these files causes the dialog to appear incorrectly.

    If you go to the Dashboard | Plugins | Editor. Select the Connect Daily Web Calendar plugin, and in the right column, click on connect-daily-web-calendar/class-cdaily-wordpress-plugin.php.

    Use your browser’s search function and search for jquery-ui-dialog. Comment out the two lines that are “wp_enqueue_style(“wp-jquery-ui-dialog”)” by putting // at the beginning and then save.

    Let me know how that works. If it does solve your problem, we’ll look into making this a configuration option.

    We’ve seen this issue before with themes that did this.

Viewing 1 replies (of 1 total)
  • The topic ‘Detail Window Rendering Incorrectly’ is closed to new replies.