-
AuthorPosts
-
pahutton Friend
pahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 20, 2012 at 8:20 am #177302Hi
have installed JAslideshow lite in slider position and all is working fine however when using mega menu the menu options drop behind the slideshow when you attempt to open the menu options and so the menu content cannot be seen.
Any body else experience thos problem or have any ideas to overcome this?Thanks
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 20, 2012 at 8:43 am #453842This is a simple z-index problem. If you can post the url then we will be able to tell you what you need to adjust!
pahutton Friendpahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 20, 2012 at 10:01 am #453843Hi Swissa
Thanks for taking a look.
I’ve disabled the sideshow whilst I have this issue.
Do you want the URL when the sideshow is enabled (functioning and live)or does this not matter for you to advise?
Paul
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 20, 2012 at 1:17 pm #453856<em>@pahutton 320800 wrote:</em><blockquote>Hi Swissa
Thanks for taking a look.
I’ve disabled the sideshow whilst I have this issue.
Do you want the URL when the sideshow is enabled (functioning and live)or does this not matter for you to advise?
Paul</blockquote>
It’s always easier to solve a problem that you can see – even if you know the cure! I personally hate using large z-index numbers to be honest, that’s why I always like to see – I try to decrease them not just add a bigger number to get over over the problem.
All slideshow producers use big z-index numbers – not just in their css but in their javascript. If my memory serves me right, slideshow lite has a base of circa 85 or so. And with JS the z-index is dynamic too in the main.
Without seeing it, or your template.css you can look for this code
#ja-mainnav {
- line-height: 1;
- position: relative;
- z-index: 11;
}
and change the z-index to 111. It will cure your problem I think. Not the most elegant way – better would be to decrease the z-index on the slideshow but this will work! (I hope!)Regards!
May 20, 2012 at 4:17 pm #453877I am in the same boat here. I tried to look for #ja-mainnav in the template.css but I couldn’t find z-index.
My website is http://www.chadavegas.com
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 20, 2012 at 4:34 pm #453882<em>@ballbank 320848 wrote:</em><blockquote>I am in the same boat here. I tried to look for #ja-mainnav in the template.css but I couldn’t find z-index.
My website is http://www.chadavegas.com</blockquote>
Thanks for posting up the url – as I said alway easier when you can see the problem 1st hand! 😉
You could add just the line ‘z-index:111’ into your template css – it would be a new line.
But – Taking what I said into account earlier about numbers the better way I think is to go to modules/mod_jaslideshowlite/assets/mod_jaslideshowlite.css and to line 24
.ja-ss-wrap {
- height: 309px;
- overflow: hidden;
- position: relative;
- width: 100%;
- z-index: 7; < add this line
}
and add the z-index line.
Hope that helps
8 users say Thank You to swissa for this useful post
May 20, 2012 at 6:36 pm #453898Thank you for the solution. Now it displays perfectly.
I did the mod_jaslideshowlite route.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 20, 2012 at 6:55 pm #453901<em>@ballbank 320875 wrote:</em><blockquote>Thank you for the solution. Now it displays perfectly.
I did the mod_jaslideshowlite route.</blockquote>Well done, glad it works for you. Store this somewhere – if you do an update of slideshow lite this will be reverted so you will have to add the line again. 😉
pahutton Friendpahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 21, 2012 at 8:09 pm #454102swissa – many thanks for your help.
I’ve simply added the z index line into .ja-ss-wrap {
within
modules/mod_jaslideshowlite/assets/mod_jaslideshowlite.css
and the mega menu now hovers OVER the slideshow
PERFECT !
I’m sure this thread but more importantly your advice will help many others
Thanks again
2 users say Thank You to pahutton for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 21, 2012 at 8:49 pm #454108<em>@pahutton 321133 wrote:</em><blockquote>swissa – many thanks for your help.
I’ve simply added the z index line into .ja-ss-wrap {
within
modules/mod_jaslideshowlite/assets/mod_jaslideshowlite.css
and the mega menu now hovers OVER the slideshow
PERFECT !
I’m sure this thread but more importantly your advice will help many others
Thanks again</blockquote>
Thanks for the kind words! Alle bestens with your site!
1 user says Thank You to swissa for this useful post
pahutton Friendpahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 25, 2012 at 10:30 pm #454928Hi Swissa,
I’m back with my begging bowl out!
The slideshow is up and running with images thanks to your help.
However i have the SlideshowLite title as ‘show’ but i want to increase the font size and change the font colour of the module title. Any idea where i would find the line to amend this in modules/mod_jaslideshowlite
Also it shows with an underline 3 characters wide which i wish to remove.
After hours of searching im puzzled.
PAH
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 26, 2012 at 12:56 pm #455015<em>@pahutton 322144 wrote:</em><blockquote>Hi Swissa,
I’m back with my begging bowl out!
The slideshow is up and running with images thanks to your help.
However i have the SlideshowLite title as ‘show’ but i want to increase the font size and change the font colour of the module title. Any idea where i would find the line to amend this in modules/mod_jaslideshowlite
Also it shows with an underline 3 characters wide which i wish to remove.
After hours of searching im puzzled.
PAH</blockquote>
As I don’t have a Puresite test running it’s almost impossible for me to say!when you get it live then I can tell you immediately. Look forward to seeing it! 😎
pahutton Friendpahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 30, 2012 at 3:50 pm #455455Hi Swissa,
sorry for delayed response.
Ive decided to remove JAslideshowlite as it slowed the site down quite dramatically to the extent that the megamenu wouldn’t drop down correctly
thanks for your offer
pahutton
bdpickerall Friendbdpickerall
- Join date:
- March 2011
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 11, 2012 at 3:55 pm #466761Hey,
JA Travel template same issue…. I am banging my head against a wall:
http://174.121.225.7/~rockford/
Any help is appreciated…..
-bdpickerall
September 11, 2012 at 9:07 pm #466769I had the same problem( made a post today ) , you solved it in 2′ so many thanks…
-
AuthorPosts
This topic contains 18 replies, has 6 voices, and was last updated by philippe26 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum