tommmmusic
Member-
Posts
38 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
tommmmusic's Achievements
-
Spotify embed size on Mobile version
tommmmusic replied to tommmmusic's topic in Customize with code
Hey Tuanphan, I basically copied the code and repeated it for each separate block. I think no need to group them together, no difference right? Thanks again! -
Spotify embed size on Mobile version
tommmmusic replied to tommmmusic's topic in Customize with code
Hey @tuanphan, thanks so much - that works great with one block (Spotify player), but if i try to apply that code as a list to the other Spotify playlists on the page, it doesn't work... If you see how I've tried to add multiple, you'll see the effect it has on the page... Question: How can I write a code for all 4 playlists on the page? Many thanks! Here is the code: The coding for the first playlist doesn't work (div#block-yui_3_17_2_1_1673746598493_19432) but the second does First playlist: Second playlist: Thanks! -
Spotify embed size on Mobile version
tommmmusic replied to tommmmusic's topic in Customize with code
Sure! Page is: https://www.tommmatthews.com/projects/tv-drama Many thanks! -
tommmmusic started following tuanphan
-
Spotify embed size on Mobile version
tommmmusic replied to tommmmusic's topic in Customize with code
I noticed on @CalvinEKyour site, even on mobile version, you managed to embed a Spotify player with only a small gap (padding) under your playlist - could you share the code you used to get this to work? Many thanks! -
Spotify embed size on Mobile version
tommmmusic replied to tommmmusic's topic in Customize with code
Does anyone have any solutions to this? Many thanks! @tuanphan @creedon -
Just renewed my website for another year, only to find that the Mobile version has a big space whenever I embed a Spotify playlist; this looks awful and so unprofessional. For a musician who depends on playlists, the majority of which are Spotify tunes, I need it to look good - at the moment, there is a huge empty space on my page under EVERY playlist (the yellow I added is the space I wish to remove): Can someone pls advise how to remove this blank space, and how to change the code so that the playlist is not minimised to a window that you have to scroll on. Thanks for your help!
-
Linking to a specific SECTION of another page, using button
tommmmusic replied to tommmmusic's topic in Customize with code
Thanks @creedon, that works perfectly! -
Site URL: https://accordion-jaguar-tztz.squarespace.com/config/ Hey, I would like to use a button to link to a specific section of a different page on my site. I tried adding #page-section-6287181646824c0fb5501e0e to Link Editor > Page on the button settings, but when I click it, it just loads the home page. What I would like to do: I would like to link to this specific section on my page; PROJECTS > SHORTS > working with the GHFA The page section I would like to link to looks like this: The button "More about the GHFA" is located in PROJECTS > TRAILERS > Speedy Recovery section, which looks like this: my site password: ost Many thanks for your help! Tomm
-
Hey @tuanphanthe only problem is that by creating a code block in the footer, it messes up the spacing and symmetry I had between the logo and the text, in the mobile version: Also, same problem; where can I put this code to make the "TOP" button disappear, without more blank space being created in the footer: <style> a.t-top { display: none !important; visibility: hidden !important; opacity: 0 !important; } </style> NB: I only have a personal account, not business so I can't inject code... Thanks again, Tomm
-
@tuanphan Thanks for sharing this code. Is there any way to apply this code only on particular pages (ie pages that are longer, in my case the PROJECTS pages (TV DRAMA / FEATURE FILM / SHORTS / TRAILERS only)? I tried adding a code block to the end of my TV DRAMA page, but it didn't recognise the code. I also asked about this here; site: https://accordion-jaguar-tztz.squarespace.com/config/ pass: ost Many thanks! Tomm
-
Site URL: https://accordion-jaguar-tztz.squarespace.com/config/ Hi, how do I add a button at the top of the footer that allows the page to scroll to top of page? Option 1: I have a friend who also built a Squarespace site, and I'd like to do the same as his, so it sits on the line: Option 2: Either this or a floating arrow that fades in appearing on the right hand side as you reach the end of the page; this guy has a tutorial showing you how to do it (https://www.will-myers.com/articles/building-a-back-to-top-button-in-squarespace), but I don't have Premium, so I don't have the Advanced code injection available - is there anyway to add that type of thing on Design > Custom CSS? Many thanks for your help! Tomm
-
Reducing section height/padding in footer
tommmmusic replied to tommmmusic's topic in Customize with code
Awesome! That works great, thanks so much! Any ideas with the mobile version how to reduce the space? -
Reducing section height/padding in footer
tommmmusic replied to tommmmusic's topic in Customize with code
Hey @bangank36, thanks for your help! I tried your CSS, thank you. For desktop, the space below the tomm icon is good (I changed it to 17vh), but the space above is a bit too much, looks imbalanced. Is that possible to change to something like this, ie removing the red section? Many thanks again! Tomm -
Changing size of Footer picture, Mobile version only
tommmmusic replied to tommmmusic's topic in Customize with code
Thank you Tuanphan!