-
Content Count
21 -
Joined
-
Last visited
-
Creativore reacted to an answer to a question: How to link a folder title in navigation
-
How to link a folder title in navigation
dariokomazec replied to sharnaAF's question in Coding and Customization
Hi, only thing I can come up with right now is this: 1. Put the page (page that you want to be linked with folder title) on the first place in to the folder. 2. Paste this code to "Custom CSS" and change only child number "3" to target specific folder that you want in your navigation menu. .Header-nav div>:nth-child(3) {.Header-nav-folder :nth-child(1) {display: none !important;}} This works on Brine Family (TESTED) and few more I think but I haven't tested on others...- 11 replies
-
- navigation
- folder
-
(and 1 more)
Tagged with:
-
Hi, in navigation menu I have Folder with pages in it, normally Folder wasn't clickable only submenu so few years ago I have added this code in to the folder title to make it clickable: <a href="/indoor-moebel">INDOOR</a> and it was working flawlessly till yesterday. On Brine template now opens up first page in a folder and on Supply template it does notting as it is by default... Please help I really need this click trough function!!! Thanks in advance
- 18 replies
-
- folder
- brine-template
-
(and 2 more)
Tagged with:
-
dariokomazec reacted to an answer to a question: Disable Mobile Styles in Brine - HEEELP!!!
-
Disable Mobile Styles in Brine - HEEELP!!!
dariokomazec replied to dariokomazec's question in Coding and Customization
https://www.cmg-schweiz.ch/ Here is the link... What is other or better solution for translating Squarespace website. Does anyone have experience with https://www.multilingualizer.com ? Thanks -
Disable Mobile Styles in Brine - HEEELP!!!
dariokomazec posted a question in Coding and Customization
Hi all, to make this short as possible and clear enough this is my problem: Im using Marquee template for years now and it is multilingual hiding navigation Menu in different language using nth-child and it is working like a charm for years but to make this css code to work I had to disable Mobile Styles in Template Settings. Now I'm working on migration to Brine template and after a two weeks of hard work I have found that Brine is not supporting this feature and I need it desperately because I don't know other solution. Can this be done with CSS just to force desktop Men -
How to adjust banner video focal point/centre point?
dariokomazec replied to dariokomazec's question in Coding and Customization
Tried already and it works but then I don't have Parallax anymore and this is not nice... In Marquee Parallax effect is much much more visible than in Brine and all worked great but Brine crops out the bottom and I don't know why because Page content covers up banner from the bottom more and more and not the other way so there is no logical explanation... In Marquee sometimes when I move focal point to the top of the image it doesn't shows top of the image because of the effect (logical) but bottom always worked and on BRINE it doesn't... -
How to adjust banner video focal point/centre point?
dariokomazec replied to dariokomazec's question in Coding and Customization
Thanks for so detailed answer, I understand what you mean but this is not the problem that I have... I've bean using Marquee template for many years and now I'm switching to Brine family and now the same Banner images and videos are out of centre. There is focal point that you can move on banner image to show the point of interest that you like and no matter what device or screen size you are using it changes crop but focal point stays the same on all aspect ratios. I don't mind black bars on video but here it shows just on top and on marquee it cuts out top and bottom and shows -
How to adjust banner video focal point/centre point?
dariokomazec posted a question in Coding and Customization
Hi all, I'm working on template switch to Brine and I have noticed that Banner images or video isn't centred. On banner image I move dot(focal point) to the bottom but it still cuts out bottom the same is for banner video, it shows black bar of the video at the top and cuts Video at the bottom. I have tried everything but no luck, I'm not a coder and desperately need CSS to move video up a little bit. Thanks in advance -
How to Create a Zoom Effect on Image Hover
dariokomazec replied to Carla Girbau's question in Coding and Customization
Hi, This is great post, thanks a lot but how can I hide those .. from tag line? I want to show the text user the gallery images but it shows those triggers .. .+ ....? Please help Thanks