Closed (fixed)
Project:
Professional Theme
Version:
7.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Feb 2013 at 10:21 UTC
Updated:
12 Dec 2013 at 22:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mheinke commentedlet me take a look at this.
Comment #2
mheinke commentedi dont see the same issue,
what browser are you experiencing this in?
here is what i see using the same title and description.
Comment #3
KeepXtreme commentedI have this issue both with Opera 12.14 and IE10
you can have a look on the site: *removed*
Comment #4
mheinke commentedhmmm,
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
Comment #5
KeepXtreme commentedtry 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?
Comment #6
mheinke commentedits 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.
Comment #7
RJM1987 commentedYep, 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
Comment #8
ghansel commentedSame 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
Comment #9
KeepXtreme commented@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...
Comment #10
RJM1987 commentedI 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..?
Comment #11
KeepXtreme commentedhm, weird. Did you choose lite or full installation-Profiel for Drupal?
Comment #12
mheinke commentedhey 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.
Comment #13
RJM1987 commentedI 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.
Comment #14
edith777 commentedI 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%;
Comment #15
mheinke commentededith777,
thank you for this fix.
can you roll this into a patch? id love to test this and bring it into the codebase.
thanks!
Comment #16
greenwork commentedI 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.
Comment #17
mheinke commentedi tested and committed your css change.
next version should fix it
Comment #18
mheinke commentedadded the CSS fix to version 1.7 after testing it.
thank you!
Comment #19
mheinke commentedComment #20
mheinke commented