Hi,
My portfolio thumbnails are displayed in various sizes on the translated mulitlingual pages, while the size of the thumbnails on the original pages are equal. I’ve uploades images with different sizes, but have set the size of the portfolio image to certain size.
In “Übersetzungsoptionen” -> “Benutzerdefinierte Beiträge” (sorry my admin language is german) I found:
– Avia Framework “translate” “do nothing” but I can not enable translate.
And I got only the Blog Version of WPML. Can that couse the promblem?
Question 2
How can I get rid of the boarder around the portfolio images ?
I tried to set the boarder color to #ffffff in the main content of the General Styling – but that doesn’t change anything
unfortunately I can not send you link as I’m working offline
Regards
Bettina
Hey Bettina!
1) Try to regenerate all thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/ – unfortunately WPML doesn’t always generate the thumbnails for the translated images and you need to use this plugin to generate them manually.
2) Try this css code:
#top .grid-entry .inner-entry {
box-shadow: none;
}
Regards,
Peter