milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Colorbox / Lightbox / Slimbox / Thickbox #91

Closed achimbaur closed 11 years ago

achimbaur commented 12 years ago

I can't get the theme to play nice with any of the Lightbox plugins. Usually the lightbox overlay is cut of on the right side and the bottom. Works fine with other themes. Anyone else having this problem?

milohuang commented 12 years ago

What lightbox plugin are you using?

achimbaur commented 12 years ago

I have tried FancyBox for WordPress, jQuery Colorbox, Lightbox Gallery, Lightbox Plus, Slimbox and Always Valid Lightbox.

I have settled now for Simple Lightbox. This is the only one that does not mess up the border around the image in pop-up mode.

Firestorm-Graphics commented 12 years ago

colorbox has worked nicely for me

achimbaur commented 12 years ago

WP Lightbox 2 works for me as well.

shrwnsan commented 11 years ago

Just a follow-up, "Lightbox Plus" doesn't work w/ the current version of Reverie 4. I tried jQuery Colorbox, still works. As well as "WP jQuery Lightbox" (wp-jquery-lightbox). Haven't tried others.

milohuang commented 11 years ago

Probably a conflict in jquery. Remove the lines (120 and 122) deregister and register the Google jquery in clean.php and see if it work.

shrwnsan commented 11 years ago

Seems to be it

// deregister WordPress built in jQuery
//wp_deregister_script('jquery');
// register Google jQuery
//wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js", false, null, true);

^. Now, just have to debug overlay issues w/in the Lightbox Plus plugin =\

Thanks Zhen.