Support ForumCreating image hover – Support Forum https://support.ishyoboy.com/forums/topic/creating-image-hover/feed Thu, 31 Jul 2025 06:14:25 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10461 <![CDATA[Creating image hover]]> https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10461 Mon, 09 Nov 2015 06:44:14 +0000 Victorynova Hi! it’s me again, just wanna ask if it is possible to create image hover effect like this ( https://miketricking.github.io/dist/ )?

Im not that familiar with codes but i can make it zoom when i hover, the question is how can i make div or ID so that i can create a container or overflow or something like that. Where specifically should I put the html code since the theme or wordpress is run by php.

i just want to put hover effects on the images this page ( https://victorynova.org/home/podcast/ )or if it is possible to just use the hover effects on the portfolio

Thank you so much!

]]>
https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10467 <![CDATA[Reply To: Creating image hover]]> https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10467 Mon, 09 Nov 2015 12:44:54 +0000 IshYoBoy Hey,

To create additional HTML around the image, etc.. you need to override the template which outputs the content. Here is a guide how to achieve it in a child theme, but in your case you will be editing the “ish_image.php” file:

Override shortcode template in a child theme

P.S. As you do not need the hover on every single image, you can make the code output the necessary html only if the “css_class” contains a special classname and then add this class name when editing the options of the image.

Hope this answers your question.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10482 <![CDATA[Reply To: Creating image hover]]> https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10482 Tue, 10 Nov 2015 08:26:23 +0000 Victorynova https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10483 <![CDATA[Reply To: Creating image hover]]> https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10483 Tue, 10 Nov 2015 08:27:05 +0000 Victorynova https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10492 <![CDATA[Reply To: Creating image hover]]> https://support.ishyoboy.com/forums/topic/creating-image-hover/#post-10492 Wed, 11 Nov 2015 08:45:18 +0000 IshYoBoy Hi Victorynova,

you have to edit this file:
ishyoboy-shortcodes/assets/backend/vc_extend/shortcodes_templates/ish_image.php

1. Replace this part of code:

New code:

2. Find this lines:

And add “hovereffect” class:

Don’t forget add css code.
You will need maybe adjust this css code and also new inserted code to achieve best effect for you.

Please use a child theme to override any of the shortcodes or theme functionality.
https://support.ishyoboy.com/forums/topic/override-shortcode-template-in-a-child-theme/

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>