DevonLois
Member-
Content Count
9 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
rwp reacted to an answer to a question: Stop Mobile Fallback Image From Showing on Desktop
-
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
Amazing! Thank you thank you thank you for helping with this odd issue - now we see a bit of grey before the video instead of the mobile fallback flashing for half a second. Awesome. -
DevonLois reacted to an answer to a question: Stop Mobile Fallback Image From Showing on Desktop
-
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
Indeed; looks like that 's' was missing; rest of the code is the same for Core 3.5.1. I'm using minified version; tried uncompressed & slim as well - still nothing! -
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
Ya, I noticed after I posted; had it right the first time! Pointing to a wikimedia commons blank .jpg now but still nothing... -
Integrate Zoom meeting room with Squarespace?
DevonLois replied to cherylr's question in Coding and Customization
Same question here. Wordpress seems to have a straightforward plugin but all I can find for SS are opaque third-party sites like zapier & automate.io that, as far as I can tell, don't cover the actual embed situation, i.e. the webinar/meeting isn't actually hosted on SS. Only embed options I've found so far are Youtube Live (free) and Vimeo Livestream (paid). Haven't tried these yet but eyeing this tutorial: How to Create a Webinar for Free -
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
Hm... Can't get it to work... tried injecting jQuery in site-wide header & footer, as well as page header both with it's own <script> tags & without as in attached screenshot. -
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
-
Stop Mobile Fallback Image From Showing on Desktop
DevonLois replied to DevonLois's question in Coding and Customization
So I can't seem to get it to work. I have the latest jQuery Core in the site-wide code injection footer & your code injected between <script></script> tags on the page itself but I'm still seeing the mobile fallback flash before the video starts. Am I doing something wrong? Thank You! -
Stop Mobile Fallback Image From Showing on Desktop
DevonLois posted a question in Coding and Customization
Site URL: https://menuez.com/ I have a cover page with an auto-play video background for desktop that is replaced with a fallback image on mobile. The mobile fallback image flashes on screen before the video starts playing on desktop. Is there any way to disable the fallback image from showing on desktop or replace it with a background color while retaining image on mobile? -
Javascript only working on page reload SS 7.0
DevonLois posted a question in Coding and Customization
Site URL: https://www.freeformgroup.org/phoenix-rising-1 I have a markdown accordion on my site that only works after the page is reloaded. Is this an ajax problem? Here is the javascript I'm using that has worked fine on other sites: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $(document).ready(function(){ $('.markdown-block .sqs-block-content h2').css('cursor','pointer'); $(".markdown-block .sqs-block-content h2").nextUntil("h2").slideToggle(); $(".markdown-block .sqs-bl