Konfigurovatelný lightbox

„Everything You Ever Wanted To Know About The WordPress Lightbox »“:http://www.elegantthemes.com/blog/tips-tricks/wordpress-lightbox

**FooBox Image Lightbox**
„https://wordpress.org/plugins/foobox-image-lightbox/“:https://wordpress.org/plugins/foobox-image-lightbox/

FooBox was the first lightbox to take responsive layout seriously. Not only does it scale images to look better on phones, but it rearranges it’s button controls to look great in both portrait or landscape orientation.
Works best with our free „FooGallery plugin“:http://wordpress.org/plugins/foogallery/.

**Lightbox Plus Colorbox**
„https://wordpress.org/plugins/lightbox-plus/“:https://wordpress.org/plugins/lightbox-plus/

Lightbox Plus Colorbox permits users to view larger versions of images, simple slide shows, videos and content all in an overlay.

*Alternativy*

**FancyBox**
„http://wordpress.org/extend/plugins/fancy-box/“:http://wordpress.org/extend/plugins/fancy-box/

A tool for displaying images, html content and SWF movies in a Mac-style „lightbox“ that floats overtop of web page.
This plugin uses the jquery implementation of fancybox and makes use of [attr] style selectors by adding a section to the wordpress header. Customizable through settings and CSS.

V případě, že je na stránce vložené video z YouTube, v IE překrývá obrázek ve FancyBoxu. Řešení: do kódu vygenerovaného z YouTube stačí k odkazu na video přidat „?wmode=opaque“.

**Simple Lightbox**
„http://wordpress.org/extend/plugins/simple-lightbox/“:http://wordpress.org/extend/plugins/simple-lightbox/
„http://archetyped.com/tools/simple-lightbox/“:http://archetyped.com/tools/simple-lightbox/

Simple Lightbox is a very **simple** and **customizable** lightbox that is easy to add to your WordPress website. It also supports themes, so it can be fully integrated with your site’s theme.

[* http://s.wordpress.org/extend/plugins/simple-lightbox/screenshot-1.gif *]

**WP jQuery Lightbox**
„http://wordpress.org/extend/plugins/wp-jquery-lightbox/“:http://wordpress.org/extend/plugins/wp-jquery-lightbox/

A drop-in replacement for Lightbox 2 and similar plugins, shedding the bulk of Prototype and Scriptaculous. Improved for mobile devices.

**jQuery Colorbox**
„http://wordpress.org/extend/plugins/jquery-colorbox/“:http://wordpress.org/extend/plugins/jquery-colorbox/
„http://www.techotronic.de/plugins/jquery-colorbox/“:http://www.techotronic.de/plugins/jquery-colorbox/

Yet another Colorbox/Lightbox plugin for WordPress. jQuery Colorbox features 11 themes from which you can choose. See my website. Works out-of-the-box with WordPress Galleries and NextGEN Gallery! (choose no effect in NextGEN settings)

When adding an image to a post or page, usually a thumbnail is inserted and linked to the image in original size. All images in posts and pages can be displayed in a colorbox when the thumbnail is clicked. Images are grouped as galleries when linked in the same post or page. Groups can be displayed in a slideshow.

Individual images can be excluded by adding a special CSS class. jQuery Colorbox can also open linked content (external as well as inline) in a Colorbox.

„Demo »“:http://www.techotronic.de/plugins/jquery-colorbox/

Přiřazení stejného obrázku více příspěvkům (opakované použití)

If you use the library and use a lot of pictures in the posts, the following small link in the library will surely help you. Thus, images can be easily reused. A link will be created so you can access the image directly and there is no need to upload the image again to your new post.

[* http://wpengineer.com/wp-content/uploads/medialibrary3.png 645×316 *]

/—code php
function upload_columns($columns) {
unset($columns[‚parent‘]);
$columns[‚better_parent‘] = __( ‚Parent‘ );
return $columns;
}

function media_custom_columns($column_name, $id) {
$post = get_post($id);

if ( $column_name != ‚better_parent‘ )
return;

if ( $post->post_parent > 0 ) {
if ( get_post($post->post_parent) )
$title = _draft_or_post_title($post->post_parent);
?>

Bublina s textem do obrázku


S pluginem Vanny Bean Speech Bubble jsem si docela vyhrála. Nevím, jaké pro něj najdete praktické uplatnění, ale třeba se vám zrovna hodí. Plugin umí přidat k vloženému obrázku komixovou bublinu, kam si můžete snadno vepsat libovolný text. Tlačítko pro přidání „bubliny“ k obrázku je po aktivaci dostupné pouze v grafickém (Tiny MCE) a nikoli […]

Přidání vodoznaku do nahrávaného obrázku

Plugin Watermark RELOADED přesněji řečeno přidá do nově nahraného obrázku na určenou pozici libovolný text, který například poslouží k uvedení copyrightu.

Mnohým to může velmi usnadnit práci, text ve zvolené barvě, pozici a jednom z nabízených klasických fontů i velikosti, se při nahrání vloží do vybraného typu obrázku (zvlášť či kompletně od thumbnailu až po […]

Efekt lupy (zoomu) v obrázcích s pluginem Image Zoomer

Zajímavý efekt přidává obrázkům plugin Image Zoomer, který se při přejíždění obrázku myší zobrazí jako čtverec (jehož velikost určíte v nastavení), pod nímž se překrytá část obrázku zvětší jako pod lupou.

Administrace pluginu se po aktivaci vloží klasicky do bočního menu Nastavení, kde můžete určit, jak velkou sílu zvětšení bude zoom mít (nastaveno je 2), […]