Tinxy7
-
Posts
24 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Tinxy7
-
-
https://bulldog-tortoise-mjc5.squarespace.com
Is this what you mean??
-
Can anyone help me?! I created a site a few years ago and copied some code to create a sliding banner for my main home page at the top, it worked brilliantly. I have duplicated the site and changed it around a bit but the banner isn't working the same. I have taken all the coding out yet the banner is still working (?!) but now it is including ALL the sections on my home page which isn't what I want, I only want the top 3 sections to slide!!
I have tried the new auto banner within squarespace itself but I can't add extra images in and the ones I created adding the extra images in as a background are too blurry!!
I tried to add the code back in and it does state to only start with slide 1 and end with slide 3 but it is still including all the slides!!
I am NOT an expert with code I just googled codes to add in to the site as I went...
Any help very much appreciated thanks!!!
-
Oh gosh I am sorry, I am looking as well that is why I was asking... so annoying!! If I find out I will let you know!!
-
On 7/19/2020 at 3:03 PM, Ptphotography said:
Hello guys,
My website is currently using the hover effect, effective on desktop, but I understand users don't have the luxury of using hover effects on mobile. So please, is there a way for the text to appear if I click the image if viewed on mobile?
Here is the link:
password: ptphoto
The text appears when you hover over the images.
Thank you and stay safe
PDid you ever get a solution to this?????!!!!
Help! Sliding banner issues!!
in Customize with code
Posted
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script>
let wmSlider = [{
staticFirst: false,
startingSection: 1,
endingSection: 3,
sliderTime: 6,
autoSliderOn: true,
playPause: true,
sliderDots: true
}];
</script>
<script src="https://assets.codepen.io/3198845/WMSlider6520v2-7.js"></script>
<link href="https://assets.codepen.io/3198845/WMSlider6520v2-2.css" rel="stylesheet">
This is what is in the 'header' section??