-
Content Count
79 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Paris
Recent Profile Visitors
-
RyanFontana reacted to an answer to a question: Changing the section theme (colors) of the shopping cart page
-
MidnightClub started following Local pickup items, Redirect "Add To Cart" Button to Scheduling App, How to change color of social icons? and 1 other
-
MidnightClub reacted to an answer to a question: Redirect "Add To Cart" Button to Scheduling App
-
Mwaziba reacted to an answer to a question: Rearrange in alphabetical order
-
Rearrange in alphabetical order
MidnightClub replied to Mwaziba's question in Coding and Customization
Hi @Mwaziba, I know the plugin lazy summary allows to automatically order alphabetically blog post within a summary block. Then you would have to create on your page a summary block per category, that you order manually, and all the post within would be rightly ordered. Seems the simpler to me. Cheers, Fabien -
MidnightClub reacted to an answer to a question: How to change color of social icons?
-
Hey @Glenjobi, would you mind sharing how you set this up? Cheers, Fab
-
MidnightClub reacted to an answer to a question: Changing Portfolio Pagination to "Back" & "Next" in 7.1
-
Changing the section theme (colors) of the shopping cart page
MidnightClub replied to RyanFontana's question in Coding and Customization
Here's a solution from @SergioC using the squarespace app. -
7.1 Template inconsistencies and issues
MidnightClub replied to kevinpatrickrobbins's topic in Site Design and Styles
Good job! I was getting crazy here for a minute. It seems like this should definitely be part of the options on the desktop admin. @MaddieSmith could we report this? -
Changing the section theme (colors) of the shopping cart page
MidnightClub replied to RyanFontana's question in Coding and Customization
How is it not possible to change the section theme color on the cart page? Seems crazy. On the website I'm working on, section theme is set to accent dark and I can't find a place to change it. -
Making my Squarespace Site Multilingual and Multi-currency
MidnightClub replied to gabrielle.lods's question in Coding and Customization
Great guide! very useful info.. thanks for sharing @gabrielle.lods! -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
Yeah! Glad I could help @johnay! Take care Fab -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
alright! so on your homepage, i saw the blocks with horizontal clip anim. Speed is at 800ms, which I guess is default. So if you add that to your css it should do the trick: .image-block-outer-wrapper.combination-animation-horizontal-clip .image-block-wrapper{ transition: -webkit-clip-path 3600ms cubic-bezier(.4,0,.2,1),clip-path 3600ms cubic-bezier(.4,0,.2,1); } .image-block-outer-wrapper.combination-animation-vertical-clip .image-block-wrapper{ transition: -webkit-clip-path 3600ms cubic-bezier(.4,0,.2,1),clip-path 3600ms cubic-bezier(.4,0,.2,1); } I set it to 3600ms so that -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
Sorry now that i re read myself, it might have been confusing.. if it's in private we can't see it. and i tought it was the setting you had as it says I don't have permissions. So setting has to be password protected -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
Hey @johnay I can't access your site, tells me I don't have permissions. Check the site availability in settings, must be on private and not password protected. If I can have a look I'm sure we can find the right css for you. Fab -
Adding a Title to Related Products in Brine Template
MidnightClub replied to John_Reveries's topic in Site Design and Styles
Hey @John_Reveries, Would you mind sharing how you solve it? Thanks, Fab -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
alright try this and just change the "800ms" to the speed you want for vertical clip on an image block with text (works with overlap and collage for me) : .image-block-outer-wrapper.combination-animation-vertical-clip .sqs-dynamic-text-container { transition: -webkit-clip-path 800ms cubic-bezier(.4,0,.2,1),clip-path 800ms cubic-bezier(.4,0,.2,1); will-change: -webkit-clip-path,clip-path; I guess for horizontal clip you just have to change to .combination-animation-horizontal-clip Cheers, Fab -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
Hey @johnay I'm using collide and have found css to slow it down. Basic speed is 800ms so just by changing that you can alter the speed (I'm trying 1600ms and it works great) /*COLLIDE IMAGE POSITION RIGHT*/ .image-block-outer-wrapper.combination-animation-collide.image-position-right .image-inset{ transition: opacity 1600ms cubic-bezier(.4,0,.2,1),transform 1600ms cubic-bezier(.4,0,.2,1); will-change: opacity,transform; } .image-block-outer-wrapper.combination-animation-collide.image-position-right .sqs-dynamic-text-container { transition: opacity 1600ms cubic-bezier(.4, -
how to slow down animations even more.
MidnightClub replied to johnay's question in Coding and Customization
I'm looking for the same thing.. If I find a solution I'll post it back. Animations are way too fast on the image blocks... -
Code not working with Ajax loading
MidnightClub replied to Alice31302's question in Coding and Customization
Hey @Alice31302, I have the same problem on a brine template. What I am doing now, as I want to keep the Ajax loading on is instead of putting the css on in page header code injection, I target the page collection ID and add my code to custom css. So something like that: #collection-5ee62abcf25ac108a926be69{ .Header, .Footer, .Mobile-bar, .Mobile-bar--top, .sqs-announcement-bar-custom-location{ display:none !important; } } Works for me as I'm Inverting the logo color on different pages, or customising the index navigation to show specific items. hope it helps, I- 3 replies
-
- ajax
- social-sharing
-
(and 1 more)
Tagged with: