Paul_Wille
Member-
Posts
28 -
Joined
-
Last visited
Paul_Wille's Achievements
-
thanks and no problem, it's summer. we're still looking for a solution. temporarily we have now linked the text below, which is not optimal, because probably many people try to click on the picture. thanks already ๐
-
Keep all categories in top bar navigation in view on each category page
Paul_Wille replied to deme's topic in Commerce
Yes, thanks again, we turned it off completely because it wasn't working well. Here I will redefine my request, we want for desktop, all categories on each category page, same for mobile, plus for mobile in one line and for swiping. Desktop and mobile both underline the current category. Its www.bottegajacobs.com thanke a lot, paul- 67 replies
-
- category
- navigation
-
(and 1 more)
Tagged with:
-
tuanphan reacted to a post in a topic: Keep all categories in top bar navigation in view on each category page
-
Invert Logo on Order Confirmation Page
Paul_Wille replied to jessmileur's topic in Customize with code
Hey, i copied the code for css and for HTML, but it the logo does not show up ๐ @ www.bottegajacobs.com -
Paul_Wille reacted to a post in a topic: Changing order number sequences
-
Link Images & Titles in Image Carousel
Paul_Wille replied to samranlet's topic in Fonts, colors and images
Hey, can you update this for a mobile version too, because this doesnยดt work for Mobile @ our site www.bottegajacobs.com -
Thank you for your reply! With the code, the swipe works, but the links are broken, I can't click on an element! Maybe it's a problem with the link, it looks like there is a hide button that is linked, but I don't think the images are linked directly, any suggestions? we want to launch the store on Monday, it would be great if we could find a solution. i have been racking my brain looking for a solution for a long time. i would be very grateful! Paul
-
Maybe i give some more Information! its for mobile only and the code above works perfectly for desktop. I either get it so that the slide function works and you can swipe the products to the right and left, then the products are no longer clickable. Or the other way around, the products are clickable with a link to the product but the slider no longer works. This section: section[data-section-id="667d74b8f69b953d3c47eed8"]
-
Hey, just wanted the arrows left and right directly on the end of the screen as the opener of the thread :9
-
Hey, we have the same Problem on www.bottegajacobs.com for these 2 Section, the links doesnt work and its our last Problem before we can open the shop ๐ Problem Sections: section[data-section-id="667d7a7030813771141393c7"] section[data-section-id="667d74b8f69b953d3c47eed8"] The links are not working on mobile, on desktop they do, there we used this code: .user-items-list-item-container[data-section-id="661654a40bef933039eb1bba"] { li.list-item { position: relative; } .list-item-content__button-container { position: static; } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; border: none !important; } .list-item-content__button-container { position: static !important; }} Thanks, Paul
-
Hey, we have/had the same problem, @tuanphan your code was a solution for not double tapping anymore, but it cause a new problem, now in product grid overview, each product picture disappears when tapping while scrolling down, you can see it here on a mobile phone: https://www.bottegajacobs.com/shop-all/lights Thanks for your help! Paul
-
Shortening the product titles in the overview with CSS
Paul_Wille replied to Paul_Wille's topic in Images & Videos
-
Keep all categories in top bar navigation in view on each category page
Paul_Wille replied to deme's topic in Commerce
I found out that nothing on the site is clickable anymore, so we removed this code and hope for your help ๐- 67 replies
-
- category
- navigation
-
(and 1 more)
Tagged with:
-
Keep all categories in top bar navigation in view on each category page
Paul_Wille replied to deme's topic in Commerce
Hey, we have a similar Problem, we want to show all categories on all sites, not sticky and linked. With the actual code they are not linked, and we don't know why?! It would be cool to have the actual category underlined For the mobile version, we want the categories in one line with the option to swipe to the right, like a slide Is this possible? We are www.bottegajacobs.com Thanks in advance, Paul At the Moment we use this code: /* Show category nav links */ div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; position: sticky; position: -webkit-sticky; top: ; z-index: 9999; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul { width: 100% !important; display: flex; justify-content: center; align-items: center; flex-wrap: wrap !important; } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } a.category-link.root { padding-bottom: 0 !important; padding-top: 40px !important; } /* fix first item space */ li.category-item:first-child a { padding-bottom: 0 !important; } .products.collection-content-wrapper .nested-category-tree-wrapper li:first-child { margin-left: 0 !important; } @media screen and (max-width:767px) { .tweak-products-nested-category-type-top .products.collection-content-wrapper .nested-category-tree-wrapper { justify-content: center !important; align-items: center !important; padding-left: 0 !important; } .tweak-products-nested-category-type-top .products.collection-content-wrapper .nested-category-tree-wrapper>ul { width: 100% !important; } }- 67 replies
-
- category
- navigation
-
(and 1 more)
Tagged with:
-
How to make Carousel displaying only 1 item on mobile only?
Paul_Wille replied to dadaism's topic in Fonts, colors and images
Maybe someone has a solution, we are still struggling with this. The pictures/products must link to the Product, plus a part of the next product has to be seen for an intuitive slideshow information. thanks in advanced, paul -
Hey @tuanphan, can you just take a look again? We are still struggling with this point ๐
-
Ziggy reacted to a post in a topic: Shortening the product titles in the overview with CSS
-
Shortening the product titles in the overview with CSS
Paul_Wille replied to Paul_Wille's topic in Images & Videos
Yes for sure! https://www.bottegajacobs.com/shop-all Looking for 2 solutions, one for desktop and one for mobile, thanks in advanced. Paul