Re: HTML Code work in some places and some not work

HTML Code work in some places and some not work

Abdallahsherif
Shopify Partner
35 1 5

hello,

i have added HTML button code on video but it not clickable but in another hand it work in footer.

store link  https://alluretimeless.com/

code 

<title>Title of the document</title>
  
  
    <button onclick="window.location.href='https://w3docs.com';">
      Click Here
    </button>

<title>Title of the document</title>
  
  
    <button onclick="window.location.href='https://w3docs.com';">
      Click Here
    </button>

Screenshot 2023-11-06 015722.pngScreenshot 2023-11-06 015741.png

Replies 2 (2)

Lee-Strong-SEO
Shopify Partner
127 20 28

Hello,

 

It seems that you're encountering issues with making your HTML button clickable when placed on a video within your Shopify store. This could be due to a number of reasons such as z-index issues, overlapping elements, or JavaScript conflicts that might be specific to the page where your video resides.

 

Since the button code works in the footer but not over the video, it’s likely a theme-related issue. As you're using the "Kalles" Shopify theme, the best next step would be to reach out to the theme's support team for specialized assistance. They can provide guidance tailored to their theme's structure and help ensure the button functions correctly on the video.

 

They should be able to assist you with the correct implementation of your button over a video.

Strong SEO

This simple trick can boost your store to the top of Google - Try it Now
Abdallahsherif
Shopify Partner
35 1 5

There are any quick solution for this idea ?