Pedro Lamas
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Markdown] Strange bug after 1.5.0 updateThat seems to fix it, as I can’t see the update notification anymore! Thanks!
Forum: Plugins
In reply to: [WP-Markdown] Strange bug after 1.5.0 updateI’m seeing this issue too, just as described by mayuxi above!
Forum: Plugins
In reply to: [WP-Markdown] Prettify code not working in some views+1 with the same issue!
But I do love this plugin!! ??
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] doesn't workAnd you’re not making any easy to help you out… can you provide a sample link from your page for me to test? What browser and operating system are you using?
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Turn off autoplay?Err… you’re not using my plugin, so I can’t really help you with your problem because I don’t know that one! Sorry! :\
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Image Description on lightbox?It shows the image “title” attribute (or of the parent “a” element)
Check the working sample here:
I just updated the plugin to version 0.20, fixing some more compatibility issues with jQuery!
Please try this version and check if all works fine now! ??
And what browser & operating system are you suing chaos1?
What Operating System and Browser are you using, Justin?
In Chrome seems to be working fine… :\
Greetings,
What version of WordPress are you using? What was the previous version of Lightbox you were using? Can you provide me with a test URL so I can debug the problem?
Best regards,
Pedro Lamas
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Pops Up Under Menu In NextGenUnfortunatly I haven’t, but I don’t know if there is something for nextgen gallery…
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Pops Up Under Menu In NextGenOk, let’s try this instead:
#menu { z-index: 70; } .nivo-caption { z-index: 60; }
Add this on the bottom of the CSS style sheet (instead of the previous change)
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Pops Up Under Menu In NextGenAdd this to the BOTTOM of your CSS style sheet file:
#menu { z-index: 46; }
I think this will solve the problem!
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Pops Up Under Menu In NextGenYou aren’t buging me James! ??
Like I said, all you have to do is set the Z-Index on all the CSS entries of your style sheet!
jQuery Lightbox has a default Z-Index of 90, all your Z-Index have to be lower than that!
I’ve tested this with Google Chrome and it worked fine, so I can assure you that changing your CSS style sheet file will solve the issue! ??
Forum: Plugins
In reply to: [jQuery Lightbox] [Plugin: jQuery Lightbox] Pops Up Under Menu In NextGenAce, you still have them on this file:
https://modussystemsinc.com/wp-content/themes/ETHERNA_WP/css/style.css
Check at least the #menu references in the CSS file, they have a high z-index.
One way to solve this is to set a higher z-index on the #lightbox-overlay element; add this to the bottom of your style sheet:
#lightbox-overlay {
z-index: 2000;
}
#lightbox {
z-index: 2001;
}I think this might solve the problem! ??