When I first display the monthly calendar (example.com/calendar) the columns are narrow (image: calendar_prob1.jpg) but if I go forward a month, then back, the calendar looks like it should (image: calendar_prob2.jpg).

CommentFileSizeAuthor
#1 calendar_prob2.jpg75.05 KBnancydru
#1 calendar_prob1.jpg53.31 KBnancydru

Comments

nancydru’s picture

StatusFileSize
new53.31 KB
new75.05 KB

Attachments were screwing up

nancydru’s picture

Marking #661740: consistent column widths as duplicate.

nancydru’s picture

Don't know if this will help, but here is a diff on the before- and after-scroll versions of the page:

--- calendar.htm	2009-12-17 17:23:17.421875000 -0500
+++ 2009-12.htm	2009-12-17 17:30:31.203125000 -0500
@@ -130,7 +130,7 @@ jQuery.extend(Drupal.settings, { "basePa
           <style type="text/css">
       #banner {background-color:transparent;}
     </style>
-    <div id="page" class="calendar"><div id="shadow-right"><div id="page-bg">
+    <div id="page" class="calendar-2009-12"><div id="shadow-right"><div id="page-bg">
       <div id="header" class="clear-block">
       <div id="name-and-slogan">
                   <h1 class='site-name'> <a href="/" title="Home"> Holy Trinity Lutheran Church </a> </h1>
@@ -151,7 +151,7 @@ jQuery.extend(Drupal.settings, { "basePa
 <li class="leaf"><a href="/sermons" title="">Sermons</a></li>
 <li class="leaf last"><a href="/blended-worship-holy-trinity" title="Blended Worship at Holy Trinity">Blended Worship</a></li>
 </ul></li>
-<li class="expanded active-trail"><a href="/news" title="Newsworthy items from HTLC">News</a><ul class="menu"><li class="leaf first active-trail"><a href="/calendar" class="active">Calendar</a></li>
+<li class="expanded active-trail"><a href="/news" title="Newsworthy items from HTLC">News</a><ul class="menu"><li class="leaf first active-trail"><a href="/calendar">Calendar</a></li>
 <li class="leaf last"><a href="/image">Photos</a></li>
 </ul></li>
 <li class="leaf"><a href="/links" title="">Links</a></li>
@@ -162,12 +162,12 @@ jQuery.extend(Drupal.settings, { "basePa
                                 <div id="main">
         <div id="squeeze">
                               <div id="squeeze-content">
-                        <div id="inner-content"  class="calendar" >
+                        <div id="inner-content"  class="calendar-2009-12" >
                            <h1 class="title">Calendar</h1>
               <div class="tabs"></div>
                                           <div class="view view-calendar view-id-calendar view-display-id-calendar_1 view-dom-id-1">
       <div class="views-admin-links views-hide">
-      <ul class="links"><li class="0 first"><a href="/admin/build/views/edit/calendar?destination=calendar#views-tab-calendar_1">Edit</a></li>
+      <ul class="links"><li class="0 first"><a href="/admin/build/views/edit/calendar?destination=calendar%2F2009-12#views-tab-calendar_1">Edit</a></li>
 <li class="1"><a href="/admin/build/views/export/calendar">Export</a></li>
 <li class="2 last"><a href="/admin/build/views/clone/calendar">Clone</a></li>
 </ul>    </div>
@@ -386,7 +386,7 @@ jQuery.extend(Drupal.settings, { "basePa
 </div>  
                                             <div id="content-bottom"><div class="block block-menu_block" id="block-menu_block-1">
   <h2 class="title">News</h2>  <div class="content"><div class="menu-block-1 menu-name-primary-links parent-mlid-0 menu-level-2">
-  <ul class="menu"><li class="leaf first menu-mlid-213 active active-trail"><a href="/calendar" class="active-trail active">Calendar</a></li>
+  <ul class="menu"><li class="leaf first menu-mlid-213 active-trail"><a href="/calendar" class="active-trail">Calendar</a></li>
 <li class="leaf last menu-mlid-230"><a href="/image">Photos</a></li>
 </ul></div>
 </div></div>
nancydru’s picture

This is now the only thing left keeping me from calling this site complete.

BTW, notice that the background doesn't even flow across the page in the starting display.

nancydru’s picture

Ah, this is a problem in the Simply Modern theme, but not under Garland. I will open an issue over there. #674820: Calendar Month view narrow columns

karens’s picture

Status: Active » Fixed

Yeah, sounds like a theme issue. I tried to do something that would work right in most themes, but you never know...

nancydru’s picture

Definite a theme issue. The funny thing is that Simply Modern is an updated version of Newsflash, which doesn't have this problem. Guess which theme I am now using?

Pete Harlan’s picture

Just for KarenS's peace of mind, yes, this was a theme issue with the simply_modern theme; I wrote up what's causing it in #674820: Calendar Month view narrow columns.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.