-
Posts
31 -
Joined
-
Last visited
DarioDiMaggio's Achievements
-
katycarlisle reacted to a post in a topic: Make text block sticky
-
That's an awesome workaround tip, thank you Katy. I figured out the reason with customer care. Apparently I can have as many galleries as I want in a single page, however each gallery has a limit to 249 images each. Therefore, I created more galleries keeping the number lower than 249 and doing so I managed to duplicate the page. This might be helpful for other people.
-
DarioDiMaggio reacted to a post in a topic: Make text block sticky
-
Thank you very much Katy! It worked. Now I am dealing with a squarespace issue for duplicating the gallery, but I get the 500 error which doesn't allow me to do it. So annoying!
-
DarioDiMaggio reacted to a post in a topic: Make text block sticky
-
Hi everyone, Can anyone help me to make a section of this page only sticky? The section I am referring to is "fake header" I created underneath the intro photo on top. The section where you can read "Preparazione", "Esterni" etc. I tried different css coding but without any success. Thank you Dario
-
DarioDiMaggio reacted to a post in a topic: Social media icons in footer
-
DarioDiMaggio reacted to a post in a topic: Social media icons in footer
-
Ziggy reacted to a post in a topic: Social media icons in footer
-
Thank you so much. I feel so stupid! lol
-
Hi there, how are you? www.ddm-studio.com Thank you
-
DarioDiMaggio started following Social media icons in footer
-
Hi there, A client just showed me that my social media icons in the desktop and mobile view are just clickable on the bottom part of the icons and not throughout the icons. The icons are in my footer. Can you help me please? I think a need some custom css coding. Thank you.
-
If I duplicate the pages and make them in italian, is there a way to put the header in italian in the italian pages only? What's the easiest way you suggest?
-
Hi Ziggy! Do I have to check every single code to change ES in IT? I have already had a look to this article and it is very scary and time consuming for me. It's not clear to me and I'm already lost at step number 2! hahahaha
-
Hi everyone! I'd like to translate my website from english to italian. I tried weglot but I don't have budget at the moment to pay the service. I'm not able to use coding. What's the easiest option in order to translate my website? Is there any automatic option in order to do so? I thought to duplicate pages, but this forces me to create a welcome page where I can switch from italian or english, but I don't want to do that. Please can you guide me with the best solution? Thank you
-
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
It seems like a squarespace issue then. I'll leave it like that Ziggy. Thank you for your time -
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
Yes sure! This is what I have in the footer code injection: <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script type="text/javascript"> $(function() { $(".header-display-desktop .header-nav-item:nth-child(n+3)") .prependTo (".header-actions--right"); }); </script> This is what I have in CSS instead: .gallery-reel-item img { width: 99.5% !important; height: auto !important; } .header-actions .header-nav-item { padding-right:2.1vw !important; /**change as needed**/ color:black !important; } .header-nav-list { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:end !important; -ms-flex-pack:end !important; justify-content:flex-end !important; .header-nav-item { padding-right:2.1vw !important; /**change as needed**/ } } .header-actions--right { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .header-actions .header-nav-item { padding-right:2.1vw !important;//change as needed } .header-nav-list { display:flex; justify-content:flex-end !important; .header-nav-item { padding-right:2.1vw !important; //change as needed } } .header-actions--right { display:flex; justify-content:space-between; } .header-display-mobile .header-nav-item.header-nav-item--collection { display:none; } .header-nav-folder-content { opacity: 0; pointer-events: none; position: absolute; top: auto; margin-left:-1em; padding: .5em 1em; text-align: left; width: 200px !important; z-index: 10; } .header-nav-item--folder:hover .header-nav-folder-content, .header-nav-item--folder .header-nav-folder-content.focus-within { opacity: 1; pointer-events: auto; } Thank you -
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
Done Ziggy! I replaced the coding. It's the same code I found in the page I mentioned to you before. Thank you -
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
Yes! I tried to get in touch with them and of course, no answers. Is there anything I can provide to you in order to see if you can help me to sort out this header? Thanks. -
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
Thank you Ziggy, but this doesn't help or solve my issue. Never mind -
How to move the language switcher to the right - header
DarioDiMaggio replied to DarioDiMaggio's topic in Customize with code
I would like to have the about, contact and language switcher to the right side of the logo. I found the guide I mentioned before, but I have an issue with the colours in same pages.