Title: Detail Window Rendering Incorrectly
Last modified: September 22, 2017

---

# Detail Window Rendering Incorrectly

 *  Resolved [wcmack](https://wordpress.org/support/users/wcmack/)
 * (@wcmack)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/detail-window-rendering-incorrectly/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdetail-window-rendering-incorrectly%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [George Sexton](https://wordpress.org/support/users/gsexton/)
 * (@gsexton)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/detail-window-rendering-incorrectly/#post-9521254)
 * 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.

 * ![](https://ps.w.org/connect-daily-web-calendar/assets/icon.svg?rev=1280598)
 * [connectDaily Events Calendar Plugin](https://wordpress.org/plugins/connect-daily-web-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connect-daily-web-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connect-daily-web-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/connect-daily-web-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connect-daily-web-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connect-daily-web-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [George Sexton](https://wordpress.org/support/users/gsexton/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/detail-window-rendering-incorrectly/#post-9521254)
 * Status: resolved