-
Posts
17 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by ahstudiolondon
-
Verifying domain for Microsoft 365
ahstudiolondon replied to ahstudiolondon's topic in Pages & Content
@Ziggy thank you very much for the quick reply, I really appreciate you. 🙏 -
Hi @tuanphan tahnk you for reviewing. I have in fact decided on a different approach. Appreciate you looking into it.
-
Hi there, I am hoping someone may be able to help me out here! I need to verify my website with Microsoft, so I can access our 365 account (which is hosted under a different domain). Microsoft has asked me to upload a text file to the site, so that the url is as follows: https://www.ah.studio/ms019585774.txt However, the closest I've managed to get is to create a blank page, create a link that links to the text file. Unfortauntely, the URL then becomes: https://www.ah.studio/s/ms019585774.txt I need to get rid of the /s part of the url for it to work. 301 and 302 redirects don't allow me to verify. If anyone has managed to find a solution to this, I would be incredibly grateful!! Thank you so much in advance. Matt
-
Hi there. I'm hoping someone with better coding knowledge than me may be able to help me find an answer to a problem I have with a hero video on a website I've built (www.ah.studio) I would like to hide the video progress bar in the main video at the top of the homepage, and the settings icon at the bottom (as well as the black gradient that appears to improve legibility of the progress bar ideally) - but I'm not having any luck. I've tried this: div.plyr__controls__item .plyr__time--current .plyr__time { display: none !important; } But no luck. If anyone knows how I can do this, I would be incredibly grateful. Thank you very much in advance. Matt
-
You are the don @tuanphan. Thank you as always for your rapid answer, I'm forever grateful! 🙏
- 7 replies
-
- css
- javascript
-
(and 3 more)
Tagged with:
-
Hi @tuanphan Thank you so much for providing the workaround code. It almost works perfectly! But on my website (www.ah.studio), it doesn't expand in size when I hover over a link. I would be incredibly grateful if you had any ideas about how I can get this to work? Thank you very much in advance. Best wishes, Matt
- 7 replies
-
- css
- javascript
-
(and 3 more)
Tagged with:
-
Use a portfolio page as a section on homepage
ahstudiolondon replied to ahstudiolondon's topic in Customize with code
@Ziggy Wow I feel like an idiot. I was trying to embed the portfolio section onto another page... thank you so much for your sage advice, I've built out my homepage as a portfolio page and it's working perfectly! Thank you. -
Hi there. I'm hoping the Squarespace faithful may be able to help solve a problem I've come up against. I have a Portfolio page set up on my website: www.ah.studio/work What I wanted to know was whether I could embed this page as a section on my homepage? It would be awesome if I could have the functionality, but I'm not at all sure where to start with my basic CSS/HTML knowledge. Thank you so much in advance if anyone can tell me whether it's possible or not! Many thanks, Matt
-
Hide active link underline in custom fullscreen menu
ahstudiolondon replied to ahstudiolondon's topic in Customize with code
@Lesum Thank you so much, worked perfectly!! Really appreciate your expertise. 🤝 -
Hi, I am hoping the Squarespace faithful can help me. Website: www.ah.studio Password: ahs23 I have built a custom fullscreen menu for my website. However, for active links, I wondered if there was a way of removing the underline in the menu? I've tried doing this, but it's not having any impact: div.header-menu-nav-item--active a { opacity: 0.3 !important; text-decoration: none !important; } Can anyone tell me what I'm doing wrong? Thank you very much in advance!
-
All solved, thank you very much 🙂
-
Having played around adding this code above your code seems to have done the trick. I fully suspect this is not best practice, but seemed to work...
-
Hi @tuanphan Thanks so much for the code, it works a treat. However, my Apple cursor is still visible - is it possible to hide it when the custom cursor is there? Many thanks, Matt
-
You the man Tuanphan! Thank you so much 🙏
-
Hi there, I'm turning to the faithful squarespace community having spent fruitless hours trying to solve a problem for my website... I'm hoping someone may know the answer. I am looking to create a full screen menu (reference: https://majorplayers.co.uk/), with the following (or similar) functionality: Menu button in nav (with a secondary 'call to action' button located also in the nav) When you click the menu button it opens, and when you click it again it closes I would be so apprecaitive of any advice on how I can achieve this. My (work in progress) site is: https://rectangle-wisteria-55e2.squarespace.com PW: AstonHolmes23 Thank you very much in advance. Matt
-
Formatting placeholder text in forms
ahstudiolondon replied to ahstudiolondon's topic in Customize with code
Thank you SO much Tuanphan! 🙏 -
Hi there, I am hoping someone may be able to help - I feel like I've tried everything but cannot work out how to format placeholder text in my contact form. I have injected some code into the page footer which is allowing me to add placeholder text into the form: <script> (function() { document.querySelector(".first-name input").setAttribute("placeholder", "First name"); document.querySelector(".last-name input").setAttribute("placeholder", "Last name"); document.querySelector(".email input").setAttribute("placeholder", "Email"); document.querySelector(".message input").setAttribute("placeholder", "Type your message here"); })() </script> However, I cannot seem to find a way to change the formatting of the placeholder text. I'm ideally looking to change it to: Font family: 'Circular-Book' [custom font] Font colour: #00282e If anyone has any ideas about how I do this, I will be forever grateful! Page URL: https://rectangle-wisteria-55e2.squarespace.com/contact Password: AstonHolmes23 Thank you very much in advance. Matt