davidrhoden / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

FaderLayer ZIssue #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Z layer of ModelLayerFader is not large enough
2. On my page the height of the "BlackOut" or Fader Layer is only 0px tall.
3.Furthermore, when I manually style the height with CSS it's not on top of 
everything, it's on top of the site, but under the nav menu.

What version of the product are you using? On what operating system?
Windows 7 Lateset, Chrome Latest.

Please provide any additional information below.
symptoms on http://poteau.me

Original issue reported on code.google.com by larcen...@gmail.com on 28 Feb 2012 at 5:41

GoogleCodeExporter commented 9 years ago
Where on your page i can see an example? The link "Learn more!" on the top of 
the page does not contain some content.

Example:
<a href="javascript:void(0);" class="openmodalbox">
    Learn more!
    <span class="modalboxContent">
        Identius, ora Disicio...
    </span>
</a>

Furthermore you need to change following optinal parameter:

setStylesOfFadingLayer : {
    black : 'background-color:#000; filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4;'
}

Don't set the height in this line.

Original comment by steffen....@googlemail.com on 29 Feb 2012 at 9:30

GoogleCodeExporter commented 9 years ago
I think i've found the Problem. You need to include all CSS Files of the 
modalBox Plugin:

jquery.modalbox.css
jquery.modalbox-basic.css
jquery.modalbox-skin-precious-white.css

Your CSS File 
"http://poteau.me/wp-content/themes/PoteauMeBp/custom.css?ver=3.3.1" does not 
contains alls styles.

Best regards,
Steffen

Original comment by steffen....@googlemail.com on 29 Feb 2012 at 9:35

GoogleCodeExporter commented 9 years ago
Oh I see! I will double check that, thanks!
I thought I only included what was needed...

Original comment by larcen...@gmail.com on 29 Feb 2012 at 9:40

GoogleCodeExporter commented 9 years ago
No Problem. Please download the full packed file 
(http://jquery-modalbox-plugin.googlecode.com/files/jquery.modalbox-1.3.0.zip) 
that including all files you needed.

Original comment by steffen....@googlemail.com on 29 Feb 2012 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by steffen....@googlemail.com on 3 Mar 2012 at 1:15