Adding link to enlarge image (Zoom) in:
Partner / Logo Element Slider?
It is possible?
http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/
Hey brunostersa!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container img:hover {
-webkit-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
Cheers!
Yigit
Hey Yigit, thanks for write.
This is in On click mouse?
Thanks;
Sorry if I did not speak correctly.
I want to click.
Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery(".avia-logo-element-container img").click(function() {
jQuery(this).css( "transform", "scale(1.05,1.05)" );
});
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
Regards,
Yigit
Not working:
View on website cliente:
http://thallythaplanejados.com.br/ambientes/quartos/
Hey!
I have edited the code i posted here – https://kriesi.at/support/topic/partnerlogo-element-enlarge-zoom/#post-480193
Please try it now
Regards,
Yigit