ZenphotoPress 1.6
Posted on Monday, August 31st, 2009 at 09:00, under projects.Ho appena rilasciato ZenphotoPress 1.6.
I cambiamenti più significativi:
- Supporto per Zenphoto 1.2.6
- Supporto per le widget di Wordpress 2.8: è possibile aggiungere più di una widget di ZenphotoPress alla sidebar
- Fix di sicurezza: le immagini contenute in album non pubblicati o privati non vengono più mostrate
- Supporto per i sub-album: la lista degli album ora mostra un albero, così è più facile vedere quali sono quelli annidati
Come sempre, fatemi sapere se qualcosa non funziona :)
ciao!
innanzitutto grazie per l’ottimo plugin.
vorrei sapere se è possibile in qualche modo visualizzare due o più colonne di thumbs nel widget.
il mio widget è più largo delle thumbs e così è brutto…
posso in qualche modo modificarlo per mostrare oltre al numero delle thumbs anche in quante colonne??
grazie mille.
Si, modificando il CSS.
Prova a dare la proprietà float: left agli elementi <dt> della widget. La widget è identificata dalla classe ZenphotoPress_widget. La direttiva sarà qualcosa tipo:
.ZenphotoPress_widget dt { float: left; }Fai un po’ di esperimenti con il CSS e dovresti essere in grado di ottenere quello che vuoi ;)
ciao,
nell’aggiungere le foto di un sub-album in una pagina,
la parte della selezione delle immagini nel pop-up ha la seguente sorgente html:
Select Image
Page: 1 – 2
No image selection needed.
ovviamente le immagini esistono in quanto rileva persino 2 pagine.
ringrazio anticipatamente per la risposta.
saluti
Massimo Dragano
EDIT: non credevo che il codice HTML fosse abilitato nei post. mi scuso per il doppio post.
ciao,
nell’aggiungere le foto di un sub-album in una pagina,
la parte della selezione delle immagini nel pop-up ha la seguente sorgente html:
<!–
Select Image
Page: 1 – 2
No image selection needed.
–>
ringrazio anticipatamente per la risposta.
saluti
Massimo Dragano
Sono abilitati solo i tag base come bold, italic e i link. Il resto viene eliminato tout court, cosa che mi pare sia successa nel tuo caso.
Se proprio devi mostrare il codice puoi mandarmi una mail a webmaster AT simbul PUNTO net. Non ho capito bene quale sia la domanda, però :)
Hello!
Sorry I dont write in italian (but I understand whats is written). Good work with ZenPhotoPress! I installed it here http://www.barrento.com/wordpress/ and I wonder where should I edit to take the border-bottom line off – I dont want that line it to show. I can I do that? Please help me,
Remove the border from where?
Anyway, this kind of modification should be easy to do with CSS (i.e. editing the style.css file in your theme directory).
If you click on the link http://www.barrento.com/wordpress/?cat=1 you will see at the right “Random Image” and a balck line under the image. I know I can modify it with CSS, but I dont know what to change, once the image and the line are generated by the Zenphotopress. So my question is: what code should I edit to edit the widget? Sorry if I am not clear enough…
You should go to Appearance->Editor to edit the CSS file for your theme. Adding this line should get rid of the bar:
.ZenphotoPress_widget hr {visibility: hidden;
}
As an alternative, you could remove <hr /> from classes.php, line 94, but I’d advise against that, since it would come back as soon as you update ZenphotoPress.
Thank you very very much! It works. :)