Skor
Member-
Content Count
30 -
Joined
-
Last visited
-
Need to display more than 30 items on a product page
Skor replied to Skor's question in Coding and Customization
Site URL: https://carolynkdesigns.com We launched our site just about two months ago and our site displays fused glass and chainmail products by category. Each product page displays all the products for that particular category and/or tag. Beginning sometime yesterday, the number of items displayed was being limited by the slider bar which maxes out at 30 as I learned this morning. Late yesterday afternoon the Necklace page was displaying over 180 items. All pages have behaved this way since late October -- displaying all the items for a particular product category. Yesterday, the i -
Need to display more than 30 items on a product page
Skor posted a question in Coding and Customization
Site URL: https://www.carolynkdesigns.com We launched our site just about two months ago and our site displays fused glass and chainmail products by category. Each product page displays all the products for that particular category and/or tag. Beginning sometime yesterday, the number of items displayed was being limited by the slider bar which maxes out at 30 as I learned this morning. Late yesterday afternoon the Necklace page was displaying over 180 items. All pages have behaved this way since late October -- displaying all the items for a particular product category. Yesterday, t -
Thanks for the feedback @tuanphan. I think the black flash is due to choosing a template with a black background initially and before we knew it, we were too far in the process to change it. Any suggestions on how to get rid of it. Or just go to color and make sure all of the background color for the black stylings are white instead of black. Thanks.
-
bangank36 reacted to an answer to a question: How can I style product forms?
-
It worked perfectly. @tuanphan thank you so much!!
-
Yes, along with the earrings, bracelets, giftware and ornament pages. Those are the pages I'd want in a mobile two-column display. Thanks @tuanphan.
-
bangank36 reacted to an answer to a question: How can I style product forms?
-
Perfect! Thanks so much @bangank36. Much appreciated.
-
Site URL: https://carolynkdesigns.com I had CSS on my site for my product pages to display two columns on mobile. The code worked until I changed the type of page to make it more SEO friendly. Here's the code I have: @media only screen and (max-width:640px) { .products .list-grid { display: flex; flex-wrap: wrap; justify-content: space-between; } .products .grid-item { width: 48%; } } I suspect that the line that needs to be changed is the .products.list-grid since I no longer use that type of page to display products. Check out any of the five produc
-
For example, here's one of the product links: https://www.carolynkdesigns.com/shop/p/1139 If you click add to cart a form pops up. The second form is what I'd like to change the button color and potentially the title color. Thanks in advance.
-
bangank36 reacted to an answer to a question: How can I style product forms?
-
We activated the new email platform. All is good! Thanks.
-
I will include the URL after an online show concludes. We have suspended online ordering temporarily during the show.
-
I haven't published the site yet.
-
This is the form. I'd likely want to change the font color for the name and the color of the submit button.
-
At a minimum I want to make the button blue with a white background. Also, each form has a unique name.
-
I have a form which appears after a customer clicks add to cart. I can't figure out how to style the form -- I've looked through the product and color options and nothing seems to change. The form currently is black text on a white background and want to use the site colors on this form for some of the text and the button. Is this a CSS thing or is there a configuration option I missed. I have four different forms, and they appear for most of my products as a part of the ordering process. Thanks in advance.
-
I started tinkering within the new notifications platform. Specifically, within the the order details, I want to remove the Shipment method block as we are not tied into a specific shipment method. Plus, even if we did I'm not sure how that information gets populated. Also, I just discovered a black bar at the bottom of the new notifications page. If you click on it, it allows you to update your notifications. Looks like a bug to me as the black bar has no text. Thanks.