Active
Project:
Arthemia
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2009 at 18:50 UTC
Updated:
29 Jun 2011 at 17:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
luckyday13 commentedComment #2
naheemsays commentedTry creating a local.css file (you may need to clear the theme cache too) and in there give add something like:
#page-bar li li {
z-index:1;
}
and replace the one with increasing numbers til it works right. Or style the slideshow element with a lower (negative) z index to force it lower.
If that works, let me know what values did.
Comment #3
luckyday13 commentedThanks for the comment. So far no luck, but I thought I better double check where I should place the local.css file? Does that go in the Theme folder, Sited Folder, or Drupal root?
Comment #4
naheemsays commentedin the theme folder. and try really large numbers for the z-index. maybe 100 or 1000. (or the negative of those, just incase I got the weighting system wrong)
Comment #5
luckyday13 commentedAs you identified, Z-index is definitely the solution. While I was unable to get the local.css file working (no doubt something I am doing wrong), I managed to get the menus visible. In the end, using my cheat program (Stylizer), I tweaked most of the #page-bar tags in the style.css by adding a z-index (value set to 1000). While this worked, I am interested in getting the local.css file working properly so I don't have to go manually update the style.css every time there is a theme update.
FYI, I did try adjusting the Frontpage Slideshow as well by adding a negative z-index, but I could never achieve a bug-free result. Usually the container would disappear.
If I manage to figure out what I am doing wrong with my local.css, I will post some info.
Huge thanks!
Comment #6
naheemsays commentedGoing back to the local.css problem - what exactly have you tried?
I think what you need to do (at a maximum) is:
1. Place the local.css file in the arthemia theme directory.
2. Go to admin/build/themes (optionally, you may also go in to configure the theme and click save).
3. Go to admin/settings/performance and clear the cache.
Now if your css is NOT aggregated, then have a look at the page source and you should see that the local.ss file is being pulled in.
If it is and the css changes are STILL not taking hold, try adding !important to the relevant places to give them even more precedence.
Comment #7
naheemsays commentedI *may* have fixed this with the last commit to CVS which should show up in the next dev release.
Please let me know if it does fix it?
Comment #8
rubenvarela commentedOk,
The site I'm working with, the one using this theme, has a small slideshow. I'm using Dynamic Display Block, http://drupal.org/project/ddblock .
I had this problem until just now.
So, on my local.css,
which is simply located on
/sites/domain.tld/themes/arthemia/,I added the following
and that was it.
I hope this helps,
PS
Remember to go to
http://domain.tld/admin/settings/performance
and hit "Clear Cache Data"
;)
Comment #9
luckyday13 commentedThanks for the replies and terrific support on this theme. The latest dev release works for me - my frontpage slideshow and menus are now living happily together without the z-index tweak. Thanks again, it is really a great theme.
p.s. Not sure what I was doing wrong with my local.css, but I went back and tried again and it is all fine now. Thanks for the assistance with that as well.
Comment #10
naheemsays commentedComment #11
khan2ims commentedHi,
I am also using DDBlock module for my Portfolio page http://www.newearthmarketing.com/portfolio. I was also having same problem that drop down menu coming over the block were not clickable. Instead of creating a local.css file, I just changed the z-index of the block like this
And it solved the problem.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Imran Khan
Project Manager
New Earth Marketing
Comment #13
sanvision commentedI was also facing the same problem
in ja-sosdmenu.css just add z-index:9999
Comment #14
poolinteractive commentedWorked perfectly!
Comment #15
mtbgirl commentedWhile my problem is similar to the original concern, and I also used z-index: 0 (and variants) to ensure that my flyout menu appears, my slideshow block is transparent. I can see the outline of the slideshow and the clickable icons to advance the slideshow, but once I added z-index to the CSS for the flyout menu, no matter where I put the slideshow, no pics nor slideshow display styles appear.
If anyone can shed some light, I thank you kindly in advance.