EduardoPowerBrands
Circle Member-
Content Count
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Fixed Navigation + ID Section Navigating
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
Screenshot attached of what it currently is doing vs the goal of the position I'm looking to make.- 10 replies
-
- fixed-navigation
- navigation
-
(and 1 more)
Tagged with:
-
Fixed Navigation + ID Section Navigating
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
Essentially this is what I'm trying to do. But when I try to add . scroll-margin-top: 1em; to a section it doesn't behave like the example. https://codepen.io/cferdinandi/pen/GRJvozN- 10 replies
-
- fixed-navigation
- navigation
-
(and 1 more)
Tagged with:
-
Fixed Navigation + ID Section Navigating
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
Hi Tuanphan, Previously I was targeting the section and not the title section. Now that I am targeting the title section it's better but its still hiding below the sticky navigation. I'd like to the section title to land below the gold stroke and not hide below the navigation. Is there a way to offset the anchor below the gold stroke? It looks like the the anchor links are snapping to the top edge of the browser.- 10 replies
-
- fixed-navigation
- navigation
-
(and 1 more)
Tagged with:
-
EduardoPowerBrands started following Hide Nav Items from different pages, Fixed Navigation + ID Section Navigating, Mobile Layout Changes and 1 other
-
Fixed Navigation + ID Section Navigating
EduardoPowerBrands posted a question in Coding and Customization
Site URL: https://pickmeup2.squarespace.com/ Hello! I'm looking to move the position of the id navigation buttons down because they are being covered by my fixed announcement bar and navigation. Currently if you click on any of the navigation items they get covered. I'm looking to align each one right below the navigation as intended. Does anyone have a solution to fixing this? PASS WORD TO SITE : pickmeup- 10 replies
-
- fixed-navigation
- navigation
-
(and 1 more)
Tagged with:
-
Site URL: https://www.dirtkitchensnacks.com/checkout Hi Community, Is there a way to make automatic discounts apply after the customer selects their shipping method on the checkout screen? We'd like for customers to receive the discounts after the shipping charges are displayed. The problem we would like to avoid are customers seeing the automatic discounted subtotal and then being discouraged to make a purchase because the price increase after the shipping charges are added.
-
Cart Continue Shopping HREF Redirect
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
No I have not. Feedback welcomed. -
Cart Continue Shopping HREF Redirect
EduardoPowerBrands posted a question in Coding and Customization
Site URL: https://www.capaofruit.com/cart Hi Everyone, I would like to change the HREF link on the cart page Continue Shopping to a back button. I found this article that shows you how to create a back button but I would like it to only effect the empty cart button button and not when I have items in my cart. -
Site URL: https://capao.squarespace.com/checkout Hi Everyone, I'm trying to style the logo for the checkout page. On the main website (https://capao.squarespace.com/) I have the logo to the edge of the page and at a certain size. For the checkout page I can't figure out how to target and edit it? The problems I'm looking to solve are: 1. Have the checkout page logo match the style of the home page. 2. Make the logo un-clickable. I have A&B pages sharing the same cart and checkout page and I don't want the B page viewers to have access to the A pages. 3. If neither of
-
Site URL: https://capao.squarespace.com/our-story Website password is capao I'm looking for assistance in changing the position of some blocks within a row for mobile view. I'd like all the images within this row or section to have all the images on top of the text. I've tested the following style but I can't figure out how to target the row with the 2 block I'd like to switch. display: flex; flex-direction: column-reverse;
-
brandon reacted to a post in a topic: Duplicating Sites
-
How is this not possible. This blows my mind. How is 49 pages possible but not 50 and so forth. Really. So you expect me to repeat 50+ pages worth of work from scratch? https://support.squarespace.com/hc/en-us/articles/360039396131-Duplicating-a-site It’s not possible to duplicate: Sites with more than 50 pages
-
Shop Quantity Mobile Numeric Keyboard
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
Hi Paul & Tuan, @paul2009 Yes, exactly what I'm looking for. -
Shop Quantity Mobile Numeric Keyboard
EduardoPowerBrands posted a question in Coding and Customization
Site URL: https://www.dirtkitchensnacks.com/ Anyone know how to set this up? I found another post that advised posting the following code in the footer but It did not work. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script> $('.three-digits .field-element').attr("type", "number"); $('.number .field-element').attr("type", "number"); </script> -
Site URL: https://www.dirtkitchensnacks.com/ I'm looking to show the promotional pop-up only on my cart page. I'm not seeing the cart page as an option to select it. I've tried creating a link to redirect to the cart page but those are not showing up either? Anybody have any solutions? Show the Pop-up On:
-
Site URL: https://www.dirtkitchensnacks.com/ Hello, I'm using the theme Brine and looking to do A and B testing on my site. I have duplicated all the pages and I'm looking to hide A navigation pages from B navigation pages and vise versa. Currently I have all my pages moved over to no linked and created individual links for all the pages in my primary and secondary navigations. What's the best way to hide specific url nav items from each page? Any help greatly appreciated. Website password is dksnacks
-
Navigation Data Target Troubleshooting
EduardoPowerBrands replied to EduardoPowerBrands's question in Coding and Customization
Thanks for your suggestion but this didn't solve my problem. The behavior is still the same. When I click on a navigation button from https://www.movowine.com/locator, it goes to the home page but does not jump to the correct section until it's clicked twice? *UPDATE I solved my problem by disabling Ajax loading. Not sure what that does besides causes a lot of problems.