Hello everyone
Facebox I'd like to use on my website
I already use for other modules, and I'd like to use to display my images zenPhoto
but I have a problem when the image opens in the box, it makes me weird codes
Can you tell me if it's syntax is good?
" rel="facebox" title="
Thank you in advance
PS: I'm french
Bonjour à tous
J’aimerai utiliser facebox sur mon site internet
J’utilise déjà pour d’autre modules, et la j’aimerai utilisé pour afficher mes images de zenPhoto
mais j’ai un problème lorsque l’image s’ouvre dans la box, il me met des codes bizarres
Pouvez vous me dire si c’est syntaxe est bon ?
" rel="facebox" title="
Merci d’avance
How can I activate Thickbox, I didn't find it...
I use facebox because I can custumize it with my website ( in my CSS file)
Thank you in advance
Comment je peux activer Thickbox , j'ai pas su trouver ça ...
si j'utilise facebox c'est que je sais le personnalisé avec mon site internet ( au niveau du css )
Merci d'avance
Take a look at the image.php of the zenpage-default theme on how to include thickbox for usage (it is used there for the full image). You can of course also place your own thickbox css file within your theme if the standard thickbox look is not what you want.
Hello, when I write class="thickbox",it works with Thickbox , but i really would like that it works with facebox. When i write rel"facebox", it doesn't work...
" class="thickbox" title="">
into
" rel"facebox title="">
thank you in advance
Bonjour quand je met class="thickbox" , ça marche avec Thickbox , mais j'aimerai le faire fonctionner avec facebox , je met rel"facebox" mais ça ne marche pas ....
" class="thickbox" title="">
en
" rel"facebox title="">
Merci d'avance
Yes, here is the code I declare
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'loading.gif',
close_image : 'closelabel.gif'
})
})
it opens is a box when I click, but unless the link to see the picture I see a strange code ...
eg : �����JFIF���
thanks
Oui bien voici le code que j'ai déclarer
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'loading.gif',
close_image : 'closelabel.gif'
})
})
ça m'ouvre bien un box quand je clique, mais sauf au lien de voir l'image je vois un code bizarre ...
ex : �����JFIF���
merci
how I can get just the image and not with full-image at the end ...
the path of the image
eg : http://www.myweb.com/gallerie/image09/photos-paris.jpg
not http://www.myweb.com/gallerie/image09/photos-paris.jpg?p=*full-image
thanks :-)