Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Disable Hover and Lightbox on Portfolio › Reply To: Disable Hover and Lightbox on Portfolio
August 26, 2013 at 6:34 pm
#1371
Keymaster
Really nice looking site. Can you make this change in your framework/functions/thumbnail-functions.php file at around line 30 –
/* Return false to disable image info on hover */ function mo_show_image_info($context) { if ($context == 'portfolio') { $enable_hover = mo_get_theme_option('mo_disable_portfolio_hover') ? false : true; return $enable_hover; } return ($context == 'archive' || $context == 'starter'); }
and see if that helps? I will have this change in the upcoming update and hence you do not have to repeat this change again if you update the theme.