Thanks for the great theme!

I am having some challenges with the Deco theme when I build and insert a view into Panels.

I am not yet very handy with CSS, but willing to do the legwork if someone could offer some hints.

My challenge is illustrated in the attachment to this post.

When I use a views with a pager, and insert that view into Panels, the background image for the page numbers is clipped off at right and bottom.

Any hints as to where I would start in fixing this? Any help appreciated.

CommentFileSizeAuthor
#7 deco_pager_d7_chrome.png15.73 KBc31ck
#4 Capture6.JPG12 KBvanderlip
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ericinwisconsin’s picture

I think we're all experiencing this issue in one form or another. The problem is in layout.css, I guess, but danged if I can find it.

There was another issue for this theme that mentions a fix. It didn't work for my issue, but maybe it will work for you.

Here's the original layout.css section:

#header .region-content, #sidebar-wrapper, #breadcrumb .region-content
, #featured .region-content, #content-bottom .region-content
, #footer .region-content, #top-bar .region-content {
  min-width: 765px;
  max-width: 1165px;
  margin: 0 auto;

And here's the suggested fix:

#header .region-content, #sidebar-wrapper, #breadcrumb .region-content
, #featured .region-content, #content-bottom .region-content
, #footer .region-content, #top-bar .region-content {
  min-width: 1000px;
  margin: 0 auto;

Notice that the "max-width" line has been removed and the min-width line has been changed.

My issue is with using SMF forum and Gallery2 within Drupal. Sometimes these programs stretch beyond the width of a Drupal theme. Most themes just let them stretch. It looks inelegant, but it works.

What Deco does is clip it off at a certain number of pixels. That makes it unusable for me with those two programs. My own workaround is to use the Taxonomy Theme when using these two modules, but that's a band-aid, not a fix.

vanderlip’s picture

@ ericinwisconsin

Thanks a lot for the assistance! Unfortunately, this did not work for me either.

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

Hm, I don't see an attachment so I am not clear what your issue is.

vanderlip’s picture

FileSize
12 KB

Sorry, here is a screen shot.

vanderlip’s picture

Status: Postponed (maintainer needs more info) » Active
klaasvw’s picture

Title: Assistance with Views in Panels and Deco » Pager is being clipped off in views and panels
Category: support » bug

Changing the title to reflect the issue. Still need to see if we can reproduce this in d6 and d7.

c31ck’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Priority: Normal » Minor
FileSize
15.73 KB

Unable to reproduce this with the 7.x version of Deco. Tested by adding a view with pager to a panel with two col and three col layout. Tested in chrome and IE7.

Next step is to try and reproduce this in 6.x.