alexplesner
Circle Member-
Posts
21 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by alexplesner
-
Hi, we offered an online course and had the work around with a blog page within a members area behind a paywall. Now we changed it using the new course offering from Squarespace. When deleting the old members. Will everyone who already bought the product aka membership with a one-off payment still have access to the course?
-
Hi, I have a searchable database via Google Spreadsheet. My question is, when I would integrate the data base into a Squarespace page - how does SEO look like for this? Is it as good as if I would copy past every single information into a page? Would google Spreadsheet be good or is airtable or another provider / plugin better? Thank you!
-
Left align burger and logo in mobile
alexplesner replied to alexplesner's topic in Customize with code
Thank you so much and I am sorry for the late reply. I am travelling for work. This worked super well thank you - just that it is now a bit stuck on the burger when checking on my iPhone. The burger is anyway not really left aligned correctly in the preset. Is there a way to align this nicely and increase the space between the burger and the logo? -
Left align burger and logo in mobile
alexplesner replied to alexplesner's topic in Customize with code
Hi, anyone has a solution to this one? Thanks a lot 🙂 -
Left align burger and logo in mobile
alexplesner replied to alexplesner's topic in Customize with code
Of course! Here it is: https://www.psychedelics.design/ -
-
Hi yes, the code above worked. I marked it as "solution" thank you 🙂
-
Hi, Got it. So 1px did not work but great thought! The CSS code dit work thanks so much. But isn't it bizarre? I attached screenshots of first the 1px test and then the Css code. Thanks for the code and all the suggestions!
-
Hi it is already on 1 this did not change anything but thank you
-
Hi, tried that and this does not solve the issue. So strange no? Also updated the logo, check if that was the issue. Even when I remove the logo image, the problem is still the same. It is not a big deal but as a designer, it annoys the hell out of me. The Vertical padding is really annoying. I can't lower it. Is there a custom code for the top and bottom margins for the navigation on the desktop? Thank you!
-
So bizarre. Thanks for having a look and sorry for the delay in replies I am dealing with family issues. So I have only CSS codes and they are as follows: // *summary block font changes* // .summary-title-link { font-size: 24px; line-height:1.7rem !important; font-weight: 400; } .summary-excerpt p { font-size: 16px !important; } // *summary first non clickable* // #block-yui_3_17_2_1_1685269573817_2973 .sqs-block-summary-v2 .summary-item { pointer-events: none } // *form button* // .lightbox-handle.sqs-system-button.sqs-editable-button { width: 100% !important; } // *navigation drop down alignment* // a.header-nav-folder-title:hover + div, .header-nav-folder-content { text-align: left !important; position: absolute; left: 105% !important; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); background: transparent !important; } // *Blog Title* // /* Blog title overview */ .blog-basic-grid .blog-title { line-height:1.7rem !important; margin-top: -10px; margin-bottom: 15px; } /* Blog title single page */ .entry-title { line-height:2.8rem !important; } /* Mobile blog title single page */ @media screen and (max-width: 767px) { .entry-title { line-height:2.0rem !important; } } //Invert header logo color on Specific Sections body[class*="type-events"], [class*="type-products"], /* Home */ [id="collection-64732c0b151c9b4b39bf39e2"], { header#header img { filter: invert(1); -webkit-filter: invert(1); } } //Blog title top margin .blog-item-title { margin-top: 10.5%; } //Newsletter input form input { width: 375px; height: 25px; } .newsletter-form-body { input.newsletter-form-field-element { // Styling the form input fields // including the "email" field letter-spacing: 0px; text-align: center; } } // Newsletter form button body:not(.button-style-default) .newsletter-form .newsletter-form-button { padding: .85rem .85rem !important; height: 47px; width: 285px; } //Landing summary 4 blocks #block-yui_3_17_2_1_1685269573817_2973 .summary-item:nth-child(n+1){ pointer-events:none; } //BURGER @media screen and (max-width:640px) { /* Burger position */ .burger-box { margin-right: -15px !important; }}
-
Sure, it is https://www.psychedelics.design/ Thanks for having a look!
-
Hi, Somehow, my navigation won't centre align top/bottom. What is going on? Maybe someone can help me. I just spent what feels like a lifetime searching for an answer. Thanks for your help!
-
Hi, we would like to sell an online course with a discount. Is there a way to do so direclty and display something like "currently $x instead of $x" an auto apply a discount? Thanks!
-
Naturally this is for a hover effect and I have just realised it is not helpful with lightbox _ working on it
- 341 replies
-
https://www.rebeccagracedesigns.com/blog/grid-gallery-captions-on-hover this helped me so much
- 341 replies
-
UPDATE: found this video super helpful and it actually works: https://www.rebeccagracedesigns.com/blog/grid-gallery-captions-on-hover
- 341 replies
-
Hi guys, I am new to the feed but after searching here for 3 hours and trying my luck - it just did not work. What I want to do: caption visible only in lightbox when clicking on it. I did enable caption. I managed to use a code to make the caption disappear but it doesn't show in the lighbox now Thanks so much. So far my custom CSS: section.gallery-section [class*='-item']:not([class*='-item-']) { position: relative; } .gallery-caption-grid-simple, .gallery-caption-content, { display: none; } .gallery-grid-item { padding-bottom: 0; } .gallery-grid, { .gallery-item-description { text-align: center; font-style: italic; font-variant: small-caps; font-size: 28px; line-height: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } a.gallery-masonry-image-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; }
- 341 replies