K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Popup image overlaps site topmenu #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. put this kinda line in article:
   {gallery captions:alwaysOnTop=1 id=galleria rows=5 cols=3 width=200 height=200 crop=1 labels=captions alignment=center orientation=horizontal buttons=1 links=0 counter=1 navigation=both sortcriterion=random lightbox="boxplus/darksquare" overlay=0

slider:positioning=center}galleria{/gallery}
2. publish it on a site with top horizontal menu
3. it overlaps (see attachment)

What is the expected output? What do you see instead?
popupmage overlaps top menu

What version of the product are you using?
1.4.2.16 

Please provide any additional information below.
artisteer generated template, fails under ffox or IE
http://lnx.assea.it/photogallery

Original issue reported on code.google.com by nervirob...@gmail.com on 19 Jan 2014 at 3:24

Attachments:

GoogleCodeExporter commented 9 years ago
This issue tracker is for sigplus version series 1.5.x, whereas your question 
(bug report) relates to sigplus 1.4.x.

For contact information regarding sigplus 1.4.x, please check out the sigplus 
support page: <http://hunyadi.info.hu/levente/en/sigplus/support>.

As for the specific issue you are reporting, you should check the CSS z-index 
of your menu items and that of the lightbox pop-up window. Chances are that the 
z-index of the top menu is so extremely high that the browser displays it on 
top of the lightbox pop-up window. Reducing the z-index value for the menu 
(most likely in a template style-sheet file) or increasing the z-index for the 
lightbox pop-up window (in "boxplus.css" and "boxplus.min.css") should solve 
the problem. For more detailed instructions, please use the sigplus support 
mailing list. Thank you.

Original comment by huny...@gmail.com on 19 Jan 2014 at 5:00