Jump to content

Help with navigation visibility

Recommended Posts

7 minutes ago, hello_studiofrey said:

Hi there

My navigation is visible on the homepage, but not on the subpage Kontakt. That is very weird as it is a general setting and works perfectly on the other pages. You can click on it, but the text is white and so not visible.

Can anyone please help?

https://pascale-star.squarespace.com/
PW: SF2023

Thanks
Sibylle

 

 

Hi there. 

I was able to solve it but found another problem
Can anyone please help me to make the anchor links on the homepage underlined when active?

For now, it only works for single subpages.

Thanks
Sibylle

Link to comment
13 minutes ago, hello_studiofrey said:

Can anyone please help me to make the anchor links on the homepage underlined when active?

Anchor links don't really have an active state to be able to make them perform in this way.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
56 minutes ago, hello_studiofrey said:

Hi there. 

I was able to solve it but found another problem
Can anyone please help me to make the anchor links on the homepage underlined when active?

For now, it only works for single subpages.

Thanks
Sibylle

One more thing: I would like to show an automatic transition between the quotes of the testimonials at the end of the homepage. Any idea? Please find attached a screenshot from the mentioned section.

Bildschirm­foto 2023-12-14 um 12.26.15.png

Link to comment
On 12/14/2023 at 6:27 PM, hello_studiofrey said:

One more thing: I would like to show an automatic transition between the quotes of the testimonials at the end of the homepage. Any idea? Please find attached a screenshot from the mentioned section.

Bildschirm­foto 2023-12-14 um 12.26.15.png

Use code in this thread

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 12/16/2023 at 4:42 AM, tuanphan said:

Use code in this thread

 

Hi @tuanphan 
Thanks for your help! Any way to solve it without upgrading the plan?
Footer Code Injections are only possible in business plan.

And I have one last question. The section of quotes is in mobile very high (way to much whitespace), I can not manage to adjust it. Can you help me with that as well?

Thank you!
Sibylle

Edited by hello_studiofrey
Link to comment
On 12/18/2023 at 5:00 PM, hello_studiofrey said:

Hi @tuanphan 
Thanks for your help! Any way to solve it without upgrading the plan?
Footer Code Injections are only possible in business plan.

And I have one last question. The section of quotes is in mobile very high (way to much whitespace), I can not manage to adjust it. Can you help me with that as well?

Thank you!
Sibylle

#1. You can edit Site Footer > Add a Markdown Block > paste the code

#2. Height is calculated based on the item with the most text So the only way to reduce white space is to reduce the number of lines of text

Try adding this to Website Tools > Custom CSS

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="657b0a212bd82f194d887c70"] ul {
    min-height: unset !important;
}

.user-items-list-item-container[data-section-id="657b0a212bd82f194d887c70"] h2.list-item-content__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
1 hour ago, tuanphan said:

#1. You can edit Site Footer > Add a Markdown Block > paste the code

#2. Height is calculated based on the item with the most text So the only way to reduce white space is to reduce the number of lines of text

Try adding this to Website Tools > Custom CSS

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="657b0a212bd82f194d887c70"] ul {
    min-height: unset !important;
}

.user-items-list-item-container[data-section-id="657b0a212bd82f194d887c70"] h2.list-item-content__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
}

 

Hi @tuanphan
Thank you!! #2 is now clear. With #1 I am struggling to understand what to do.
Do you mean to insert the code in the Advanced Settings? That is unfortunately also for premium features. See attached.
Thanks, Sibylle

Bildschirm­foto 2023-12-20 um 12.15.59.png

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.