Hi there
On my site: http://www.voltaireweddings.ie the top images zoom in ain’t working with the social share buttons after I updated to ver. 6
It’s just jumping to bigger version of the image.
Any way to get this fixed?
Thanks
Hi,
Please make sure that you disable general modal image – http://screencast.com/t/qq0EuG7iWWUB as if this option is enabled will force lightbox for all images even they are disabled from backend – http://screencast.com/t/K0NbU5s4hYgD This option was added because many users demanded it to enable modal image for older articles. Consider that disabling this feature, the individual settings of an image post are applied.
Thanks!
Hi
I think you got me wrong.
I’m not talking about the modal image.
When you hover over the images on the top of the home page (1 big and 3 smaller) they zoom in slightly.
I disabled the modal thing but it still jumps in (zoom in) rapidly on some browsers, where on some it became static now.
Hi,
Sorry for misunderstanding! If you want to remove the zoom effect please use this custom css in
Theme Panel > Custom Css – http://screencast.com/t/1gFiihjuFWja
.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}
Thanks!
Hi,
Unfortunately the share plugin affect the zoom effect on Big Grid and I couldn’t found the cause, sorry! In version 4 of the theme was not a zoom effect that’s why you haven’t this issue.
Thanks!