First of all, let me thank you for oyur gorgeous theme!

Sill, I found a problem with the slideshow: The title is aligned to the right which causes misbehavior if the is only a short description below (see: http://www.abload.de/img/problem6iqlr.png)

CommentFileSizeAuthor
#14 Képkivágás.JPG42.84 KBedith777
#7 screenshot.png225.76 KBRJM1987
#2 mach mit.gif161.67 KBmheinke
problem.png165.44 KBKeepXtreme

Comments

mheinke’s picture

Assigned: Unassigned » mheinke

let me take a look at this.

mheinke’s picture

StatusFileSize
new161.67 KB

i dont see the same issue,

what browser are you experiencing this in?

here is what i see using the same title and description.

KeepXtreme’s picture

Status: Closed (fixed) » Active

I have this issue both with Opera 12.14 and IE10

you can have a look on the site: *removed*

mheinke’s picture

hmmm,
Opera is not really supported. IE10, being that its still new im working on building more support for it.

i can tell you the padding works in: Firefox, Chrome, IE8.

im actively working on IE9-10, and Opera support overall

KeepXtreme’s picture

try it on the site: I also tested FF19 and the current stable chrome release. It work's in Firefox but also Chrome display it the wrong way

btw. for what reason did you decide to complete align it to the right?

mheinke’s picture

its not truely aligned right, but the div needs to be on the right of the image.

im not sure why it was built this way (not the original creator, just the new maintainer :) )

ill look deeper into this.

RJM1987’s picture

StatusFileSize
new225.76 KB

Yep, found the same bug on mine (using the latest version 7.x-1.5) - if the text for the description is less than one line, the whole thing aligns right. Tested on both Chrome v25 and Firefox v11

It seems to only appear on smaller resolution displays (i.e., on a 1366 x 768 laptop) though. I can test this on a full HD display and report back.

Edit: Update; I was wrong, same problem appears on a HD display too

ghansel’s picture

Same thing is happening for me in all browsers. I also don't have the "description" show up on any of the slides. This has me stumped because I have the same theme on another site it works perfectly. I even copied the exact theme file over to this one....didn't fix the problem. Not sure where to go from here

KeepXtreme’s picture

@ghansel: Could you compare the enabled modules on both sites? I suspect a foreign module affecting the theme causing our problems... and before I start testing on my own site it would be helpful to have a hint, which module could have caused this...

RJM1987’s picture

I had a test site that was experiencing the same problem with the Professsional theme; I disabled the three modules I had installed (DHTML Menu, Pathauto and CSS injector) thus leaving the core modules only.

I flushed the cache, and still had the same problem. So the problem doesn't seem to be related to a module conflict..?

KeepXtreme’s picture

hm, weird. Did you choose lite or full installation-Profiel for Drupal?

mheinke’s picture

hey guys,
just FYI. i have not been able to contact the head maintainer of this project. i have a few patches waiting to be rolled in, so i am looking to fork this project and take it completely over.

http://drupal.org/node/1942092

any support for this action would be appreciated.

RJM1987’s picture

I used a full installation. Oh, and I just realised I had the Link module installed too (for link field types), but I was unable to disable it because there was already content on the site using the Link fields. I wouldn't think this would be causing the problem (cos it's only making a new field type) but let me know if you think it's worth disabling.

edith777’s picture

StatusFileSize
new42.84 KB

I have written into the css to the slider.entry-summary:
widht:550px;
max-width:95%;

and its working.

#slider .entry-header,
#slider .entry-summary {
width:550px;
max-width:95%;
margin-left:5%;

mheinke’s picture

edith777,

thank you for this fix.

can you roll this into a patch? id love to test this and bring it into the codebase.

thanks!

greenwork’s picture

I noticed that too but for some reason it was on a specific slide of the default install. I ended up messing with the template and inserting my own material. Sorry I can not be of more help but I remember the default working on the first slide but not on the 2nd one.

mheinke’s picture

i tested and committed your css change.

next version should fix it

mheinke’s picture

Status: Active » Fixed

added the CSS fix to version 1.7 after testing it.

thank you!

mheinke’s picture

Status: Fixed » Closed (fixed)
mheinke’s picture

Issue summary: View changes
Status: Active » Closed (fixed)