I'm using Views Rotator after testing the 3 rotator modules. I created a few special content types so a user can simply create pages that will feed to the Views Rotator.

- created custom View
- created home panel page where the newly created view is in the top section

1. Issue 1 is the Panel doesn't want to play well with giving the Views Rotator content space so the Rotator content is hidden. To fix this issue I applied CSS minimum height to an added ID to the section via Panels. Trimming the content and making the user use a specific image size resolves the issue of content going beyond the minimum height.

- If you know of a better way to do this so the area is not statically set to CSS minimum height would be great!

2. Issue 2 is that the Text Resize Module doesn't treat that area well, so if a user is to increase the text size on the home page content (css: content-inner) then the Views Rotator section of the panel doesn't get larger but begins to hide behind text below it.

- This seems to be an issue with Views Rotator, Divs and CSS but I can't seem to resolve it.

Thanks in advance for any assistance.

CommentFileSizeAuthor
#1 IE_andFF_normal85.3 KBcrutch
#1 IE_large_text93.78 KBcrutch
#1 FF_large_text107.86 KBcrutch

Comments

crutch’s picture

StatusFileSize
new107.86 KB
new93.78 KB
new85.3 KB
crutch’s picture

Status: Active » Closed (fixed)

After playing with the max line-height, max-font size and setting a static div minimum-height I was able to get something that works. It would be great though if the area would enlarge and shrink based on the current content that is filling it. Will close for now.