-
Content Count
8 -
Joined
-
Last visited
-
Video code block not running in all browsers
anneline_sundby replied to anneline_sundby's question in Coding and Customization
@creedon @tuanphan It is running fine now on all devices, but I am still getting a blue tint/overlay on mobile. Across all videos on the site... 😞 -
Video code block not running in all browsers
anneline_sundby replied to anneline_sundby's question in Coding and Customization
@tuanphan Thanks for the code for tablet. The issue and image of blue tint on videos appearing on mobile was added up top in thread. Attaching it here again. It happens on Android and iOS. -
Video code block not running in all browsers
anneline_sundby replied to anneline_sundby's question in Coding and Customization
@tuanphan will do, but the code for back to top has the same location as our chatbot, so I'll have to figure out how to solve this. A tweak to change to 2 columns would be great. What about the blue tint on mobile do you know why this is happening? Thanks! -
tuanphan reacted to an answer to a question: Video code block not running in all browsers
-
Video code block not running in all browsers
anneline_sundby replied to anneline_sundby's question in Coding and Customization
Hi @tuanphan I think I have solved it with adding autoplay loop muted playsinline. But the blue tint is still showing on my android 🙈 <style> .center { margin-left: auto; margin-right: auto; display: block } @media only screen and (max-width: 1024px) { /* For mobile phones and ipad: */ .center { width:100%; } } </style> <video class="center" autoplay loop muted playsinline style="pointer-events: none; align:center;"> <source src="https://static1.squarespace.com/static/5efdc1f -
Video code block not running in all browsers
anneline_sundby replied to anneline_sundby's question in Coding and Customization
Hi @tuanphan I use chrome on desktop, where it seems to be running fine, but not running on safari Version 13.0.5. And the blue tint appears on my android device using chrome. -
Video code block not running in all browsers
anneline_sundby posted a question in Coding and Customization
Site URL: https://upowr.co/ Hi there, I'd really appreciate some assistance with a video code block not running in some browsers, and on mobile a blue box around it appears. See image attached. Video is added as a file in Custom CSS. HTML added to the code block: <style> .center { margin-left: auto; margin-right: auto; display: block } @media only screen and (max-width: 768px) { /* For mobile phones: */ .center { width:100%; } } </style> <video class="center" autoplay loop style="pointer-ev -
anneline_sundby changed their profile photo
-
Show pricing only for logged in customers
anneline_sundby posted a question in Coding and Customization
Hi there, Is it any way I can hide pricing for customers that are not logged in, and replace the add to cart button with a sign in button? Thanks, Annie- 1 reply
-
- pricing
- customer-accounts
-
(and 2 more)
Tagged with: