UrbanB
July 27, 2020, 8:34am
1
Hi,
I’ve tried looking through the forums, youtube, reddit and attempted to add hover function so that when the mouse hovers over, the 2nd image shows instead. However I could not do them successfully without causing some distortion to the images or layout or completely blanked images.
Was wondering if anyone can help me with this?
UrbanB
July 28, 2020, 3:43am
3
Dear Tejas,
I actually followed the link provided but I could not get it to hover to
the second image at all. Also, I saw many other people posting on the
community that mentions the link does not work for the Brooklyn theme?
But when i followed this link:
https://community.shopify.com/c/Shopify-Design/Hover-Effect-doesn-t-work-in-Brooklyn-Theme/td-p/388300 ,
i managed to get the hover, but both images became very light coloured so i
just reverted everything to original for now.
Is there any other guide I can follow?
Kind Regards,
Tresa Lee
@UrbanB
Send me your store URL, I will send the request for the Shopify collaborate account so I can access the theme file and fix it from my side.
Thank you,
Tejas
1 Like
UrbanB
July 28, 2020, 7:51am
5
@UrbanB
I sent you request for the Shopify collaborate account, accept it so I can add hover effect.
Thank you,
Tejas
1 Like
UrbanB
July 29, 2020, 11:09am
7
Dear Tejas,
I’ve accepted the collaboration account, sorry for the late reply.
Love & Regards,
Urban Beauty Team | *https://urbanbeauty-ny.myshopify.com
*
UrbanB
July 30, 2020, 3:07am
9
Dear Tejas,
Thanks for the help! Saw it, it works! but the 2nd image seems a bit
squashed, is there any way to help fix it?
Kind Regards,
Tresa Lee
@UrbanB
I did little change for images, check it now.
Thank you,
Tejas
UrbanB
August 3, 2020, 7:53am
11
Dear Tejas,
Thanks for the assistance! It works well now.
Kind Regards,
Tresa Lee
Hello,
I tried your solution but it didn’t work..
Could you help me ?
Thanks for you help and have a nice day !
@Mathias08
Send me an email, I will help you to fix it.
Thank you,
Tejas
duymd14
August 29, 2020, 11:13am
14
Hi Tejas, Could you please help me with this problem adding hover effect to Broocklyn Theme. Here is my shop https://leder-schmidt-2020.myshopify.com
Thank you so so much
hey @Tejas_Nadpara
I’m pretty sure I’ve read through every article regarding getting a hover effect on product images using Brooklyn theme to no avail.
Coming across this post was promising, is there a way you could look at my theme and spread your magic on my store as well?
Store: https://lizanneshome.com/
PW: Angrycat
Thank you so much in advance!
Hi, I exactly followed the instructions but the code doesn’t seem to work on mine. Any kind of help would be great!
ihusny
September 26, 2020, 4:44am
17
Hello Teja, Could you help me do the same on my site please??
maddam
October 27, 2020, 5:23am
18
Hi,
I would love to do the same on my site: https://maddamstore.com/collections/phone-necklaces
Please let me know how to proceed.
Thanks
Sdesuan
November 1, 2020, 9:17pm
19
Hi Tejas,
Could you please help me with the same problem?
My webpage is sdesuan.com
Thank you very much!
Hi guys
I followed Tejas steps and it works so hope this helps you guys,
First step just copy the reveal code here to your theme.scss.liquid
https://gist.github.com/carolineschnapp/63fd3c4327a466174aa8
Then find your “product-grid-item.liquid”
Search {% if featured_image.src== blank %} in the code
It will look something like this
{% if featured_image.src== blank %}
{% else %}
add this code below that line
so it will look like this
{% if featured_image.src== blank %}
{% else %}
Then find this code (which is after the above code)
then add this code below
so the finish will look like this
{% if featured_image.src== blank %}
{% else %}
{% include 'image-style' with image: featured_image, small_style: true, width: width, height: height, wrapper_id: img_wrapper_id, img_id_class: img_id_class %}
Save, you are done.
7 Likes