When I enlarge a picture and close it, then it disappears. The plugin
author means this could be a fancybox problem.
Can you help me please?
the original fancybox css file (1.2.6) line 49 has
div#fancy_content {
margin: 0;
z-index: 100;
position: absolute;
}
your fancybox css file ...line 149 has
div#fancy_content {
margin: 0;
z-index: 1000;
position: absolute;
}
the value of z-index has been increased 10 times; actually all z-index
values (within the fancybox css file) have been increased 10 times ...
wonder who and why
you mentioned `The plugin author means this could be a fancybox
problem.` but no idea what plugin and author you are talking about
try setting the z-index values to their original value or download the
original jquery.fancybox-1.2.6.css file ..... or ask the plugin author
for support
On Dec 22, 3:43 pm, "tobias.rie...@googlemail.com"
i have tested the original z-index values and they don't fix this
problem. The wordpress plugin has been downloaded many times and this
blog is the only one i've seen with this behaviour so far.
Sadly i'm still clueless about the origin of the problem (it's not
caused by theme or plugins CSS as far as i have tested). But i don't
think the z-index value has anything to do with it, it seems to me
more like something preventing the overlay to actually close, maybe a
conflict with another script.
z-index values were multiplied in the WordPress implementation bacause
many wordpress themes make wrong use of z-index or use unnecessarily
high values which causes a lot of people to have elements in their
page on top of fancybox. In next version i'll reset the original
zindex values and add an option to the plugin so that higher index
values can be switched on if the problem happens.
Let me know if i can be of any help with this.
On Dec 23, 8:11 pm, "tobias.rie...@googlemail.com"
@JFK
The colorbox plugin comes from the WP Ajax Edit Comments plugin.
I disabled all plugins and tried several themes, but nothing works.
With version 2.6.0 I have no problems!
Maybe there's some difference there that's causing the problem but
still i don't imagine how it affects only your blog, there has to be
something special on it that causes the problem.
Can you please try using the WP plugin v2.7.2 and replace the fancybox
JS file with the one from 2.6.0 (renaming the file) and let me know if
that helps?
On Dec 25, 8:38 pm, "tobias.rie...@googlemail.com"
well, at least you got fancybox working on your blog
On Dec 26, 12:11 am, "tobias.rie...@googlemail.com"
Still, you could update wordpress to 2.9 and test with 1.2.6 if you
like but i don't think that wil help though.
I've now reverted to 2.6 to overcome the nuisance but I'm not so happy
with that. I've tried disabling all other plugins but no success. I'm
on Wordpress 2.9.1
I've seen that there is a RC2 of Fancybox 1.3. Do you believe that
this could help? Is there a way to test it in your plugin?
Thank you in advance,
Maurizio Camagna
http://camagna.it/