-
Posts
22 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Groningen, The Netherlands
Recent Profile Visitors
366 profile views
Matthew26's Achievements
-
Matthew26 reacted to a post in a topic: How to add two buttons to Simple List tiles?
-
How to add two buttons to Simple List tiles?
Matthew26 replied to JulesFourier's topic in Customize with code
Thank you!! @tuanphan Is it possible to have it side-by-side? Or only to the far-right. Let me know, thanks 😉 -
How to add two buttons to Simple List tiles?
Matthew26 replied to JulesFourier's topic in Customize with code
Hi @tuanphan! Is it possible to position this button inline next to the native button? to sit next to each other? You can see what ive done so far on this page on the 'Archaeology' tab: https://dog-ruby-8rl5.squarespace.com/programs Password= abc123 -
ocelotstudio reacted to a post in a topic: Need some help overlaying text+button on image list section on hover.
-
Matthew26 reacted to a post in a topic: Different Site Logo Link on Member Pages
-
Matthew26 reacted to a post in a topic: Anybody know how to install GitHub's Locomotive Scroll
-
Jenna reacted to a post in a topic: Different Site Logo Link on Member Pages
-
Hi! I am trying to achieve a smooth scrolling effect like the one of this site: https://www.whitedeersweden.com/ Notice its not just your basic smooth scroll, its got a little more control to it, and perhaps slower in a way. Could someone help? Thank you! My site is www.designbymatt.co if needed.
-
tuanphan reacted to a post in a topic: Need some help overlaying text+button on image list section on hover.
-
Matthew26 reacted to a post in a topic: 301 redirect EXISTING page
-
Matthew26 reacted to a post in a topic: Redirect event to a different page?
-
tuanphan reacted to a post in a topic: Different Site Logo Link on Member Pages
-
Matthew26 reacted to a post in a topic: Blog Comments Issue
-
Different Site Logo Link on Member Pages
Matthew26 replied to Matthew26's topic in Customize with code
Spoke too soon! I managed with this code in the footer: <script> var url = window.location.href; var headerLogoLink = document.querySelector('.header-title-logo a'); if(url.indexOf("/put-page-here") !== -1){ headerLogoLink.setAttribute('href', "https://www.yoursitehere.com"); } else { headerLogoLink.setAttribute('href', "https://www.yoursitehere.com/home"); } </script> -
Hi all, I know how to change the site logo link on my website, however, I wonder if it is possible to change this link on my member pages so that they don't leave the member area when clicking on the site logo? Any help with this would be great! Thank you!
-
melody495 reacted to a post in a topic: How to make blog posts in the blog page layout looks like in a card style?
-
Hey @melody495 do you know the selector for the alternating side by side blog layout? I'd like to do this too but for a different layout. Thanks!
-
Dropdown Menu Folder Items Hidden Behind Navigation Bar?
Matthew26 replied to Matthew26's topic in Customize with code
Hey! I will PM you with the test account details.- 4 replies
-
- member areas
- code
-
(and 1 more)
Tagged with:
-
Dropdown Menu Folder Items Hidden Behind Navigation Bar?
Matthew26 replied to Matthew26's topic in Customize with code
Hey! The site URL is www.aqrtraining.com/new-page-2 however this is a member area page. I can PM you a username and password to get in if needed. Please let me know! Thanks!- 4 replies
-
- member areas
- code
-
(and 1 more)
Tagged with:
-
Matthew26 started following Reduce Height of Code Block and Dropdown Menu Folder Items Hidden Behind Navigation Bar?
-
Hi! The folder items in my header navigation dropdown are hidden behind what seems to be the header itself. I've dug around the code to see if something is causing this- however It seems I am missing the problem. I've tried targeting the class of the folder and set the z-index higher but this does nothing. Can someone help me solve this issue? See the css for the header navigation styling below and a screenshot attached. In the screenshot you will notice only 2 of the dropdown items are visible, however, there should be more below. Unfortunately this is a member page, but id be happy to make it public for a bit to check the code? #collection-655b6a902ec88040d8291a36 .header-display-desktop { background: rgba(64, 64, 63, 0.3); border-radius: 100px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding-top: 1em; padding-bottom: 1em; padding-right: 3em; padding-left: 3em; max-width: 100%; z-index: 1; }
- 4 replies
-
- member areas
- code
-
(and 1 more)
Tagged with:
-
Hey @jaeveedee I really like what you've built in the demo. How did you manage to get the marquee up there? That would honestly be ideal with me. Let me know, and thanks for your help.
-
Hey @jaeveedee No worries. Here is my page: www.designbymatt.co -let me know if you spot it at the top.
-
Thanks for the info! I tried using the native announcement bar option based on that resource you shared. Ive created something similar to what I was going for. However I still need help with a few things. 1) I would like the text to continuously generate like that in a marquee block, so there is never empty space. How can I do this? 2) I would like for the announcement bar to only appear on the home page and not show on any other page. How can I restrict it to the home url only, avoiding sub pages?
-
creedon reacted to a post in a topic: How do I display form field options vertically in multiple columns?
-
🤦♂️ I see now. Forgot to remove the injected code like you suggested. Works like a charm now. Thanks again!
- 14 replies
-
- form
- form-block
-
(and 1 more)
Tagged with: