-
AuthorPosts
-
magtaf Friend
magtaf
- Join date:
- April 2006
- Posts:
- 78
- Downloads:
- 27
- Uploads:
- 29
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
January 4, 2012 at 5:57 am #172408Can anyone point me in the correct direction on solving this issue with this template.
The mega menu showing behind FrontPage Slide Show module. How can I make the mega menu show on top of any module?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 4, 2012 at 6:10 am #432420In order to best try to assist you, can you please provide the url to the site you are working on . . .
– as well as set “Optimize CSS” to “No” within your Template Manager—General Settingsmagtaf Friendmagtaf
- Join date:
- April 2006
- Posts:
- 78
- Downloads:
- 27
- Uploads:
- 29
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
January 4, 2012 at 6:18 am #432422I will PM my login details since the site is not live. The Optimize CSS is disabled.
we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
January 4, 2012 at 6:23 am #432423Hi Magtaf,
i think you want to change the z-index on the mainmenu in css file.
please check this for get an idea
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_zindex
http://www.w3schools.com/cssref/pr_pos_z-index.asp
Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
magtaf Friendmagtaf
- Join date:
- April 2006
- Posts:
- 78
- Downloads:
- 27
- Uploads:
- 29
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
January 10, 2012 at 1:37 am #433201Sorry for the delay, I installed 1.7 version and the mega menu does not have a problem, it seem that the issue is with 1.5 version.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 13, 2012 at 7:01 am #433698<em>@magtaf 293810 wrote:</em><blockquote>Sorry for the delay, I installed 1.7 version and the mega menu does not have a problem, it seem that the issue is with 1.5 version.</blockquote>
So you’re currently using the 1.7 version – no longer 1.5 version?In other words . . . problem solved ??
April 1, 2012 at 6:57 pm #446730Hello,
I am having this same problem. using JA Community Plus with Joomla 2.5.3 and Joomlaworks Front Page Slide Show in place of JA Slideshow. My mega menu drop downs show behind the FPSS. Joomlaworks suggests putting a wrapper div around the menu. I have tried to do that, but apparently not in the right place. Can you please direct to the code area for this, or provide alternate solution?
Here is the Joomlaworks article:
http://forum.joomlaworks.gr/welcome-to-the-joomlaworks-community-forum/my-suckerfish-%28or-other%29-menu-expands-behind-flash-objects-or-image-rotators!/TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 1, 2012 at 7:01 pm #446731Please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General settings.
April 2, 2012 at 1:18 am #446778TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 2, 2012 at 2:35 am #446785Look for the following within the css for your Frontpage Slideshow component files
<blockquote>#fpssContainer128.fpss-template-movies {
border: 1px solid #999999;
font-family: “Trebuchet MS”,Trebuchet,Arial,Verdana,sans-serif;
height: 260px;
margin: 8px auto;
overflow: hidden;
padding: 2px;
position: relative;
width: 740px;
}
</blockquote>and add a “z-index: -50; ” property to it.
1 user says Thank You to TomC for this useful post
April 2, 2012 at 3:16 am #446790TomC
Awesome, you were right on! Except I had to use a z-index of 1, as the FPSS stayed behind the solid area of the #ja-slideshow-wrap if I used any number lower.
Below is where I had to fix the FPSS code in case anyone else runs into the issue:
Edit the template.css.php file in the <joomla dir>/modules/mod_fpss/tmpl/Movies/css directory (note that this is the Movies template, there are others under the “tmpl” directory if you are using a different fpss template than Movies)
Look for code as below:
/* --- Slideshow Container --- */
#fpssContainer<?php echo $mid; ?>.fpss-template-movies {
position:relative;width:<?php echo $width+$sidebarWidth; ?>px;
height:<?php echo $height; ?>px;margin:8px auto;border:1px solid #999;
padding:2px;overflow:hidden;font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif; }Add “z-index: 1” property to this code (after “sans-serif;” , for instance).
NOTE: You may have to play around with the number you choose for z-index. I tried a few different ones from -50 to 1 before finding one that would work.
Thanks again TomC !!
-
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by tso2085 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum