Thank you very much mvlcek!
Is there any way to include the thumbnails in sidebar / in a component?
(with or without 3rd party plugins - but i would prefer a solution without)
This here seems to mess up jquery:
(thumbnails are showing - but no fancybox etc.)
This doesn't work in component:
This in <head>:
... and that in content:
grabs the whole site - i'm seeing my site inside the fancybox. (weird!)
Kind regards,
Rob
:-)
Is there any way to include the thumbnails in sidebar / in a component?
(with or without 3rd party plugins - but i would prefer a solution without)
This here seems to mess up jquery:
Code:
<?php get_i18n_gallery_link('doppelzimmer', array('url'=>'doppelzimmer', 'thumb'=>0)); ?>
<?php get_i18n_gallery('doppelzimmer', array('type'=>'prettyphoto', 'autostart'=>true)); ?>
This doesn't work in component:
Code:
(% gallerylink name=doppelzimmer url=die-zimmer thumb=0 pic=2 %)
(% gallery name=doppelzimmer type=fancybox autostart=true %)
This in <head>:
Code:
<?php get_i18n_gallery_header('doppelzimmer'); ?>
Code:
<?php get_i18n_gallery('doppelzimmer'); ?>
Kind regards,
Rob
:-)