Show products in a template from a collection by mark-s
I am new to Shopify (apologies noob question) I am reviewing the platform hence the question and I am on a schedule for review. I just need to show a list of products on a template in a specific...
View ArticlePriyanka commented on Custom mobile only and desktop only slideshows - Debut...
Hi Valeria,So you don't want to show the mobile image section on desktop and Desktop image section on the mobile right?Please let me know.Thanks.Regards, Priyanka.
View ArticlePriyanka commented on Brooklyn Mobile Password-Page
Hi Paul,The issue is with the timer you have set on your password page. That timer is not responsive and because of that, the layout is getting ruined in mobile. Please try to make it...
View ArticleCustom mobile only and desktop only slideshows - Debut theme by Valeria...
Hi, so after looking for solution online I managed to edit the code by myself and created 2 new slides (one for mobile and one for desktop), I used the basic slideshow code to define the new...
View ArticleBrooklyn Mobile Password-Page by Paul Kuntz
Hi everyone :)I have a problem with my mobile version of the password-page.Everything is in a total wrong position.I have a very nice counter, but the mobile version show it not correct.Can someone...
View ArticleSergiu Svinarciuc commented on Background Color Wont Change !
Hey there, can you share a password for your store front to help debugging the issue?
View ArticleSergiu Svinarciuc commented on Fixing or removing the reviews_count link
Hey there, yup, most of our customers using Shopify Reviews are actully hiding the count, and you can do that by:.single-product .spr-badge-caption { display: none; }The reason why on product pages you...
View ArticleMircea Piturca commented on Preloading fonts (before css stylesheet) to...
Checked the TTFB on my end and it is arround 160Ms, LGTM.The fonts are properly preloaded, you can change the protocol relative URL to HTTPS, something likehref="https://fonts.shopifycdn.com/...Also...
View ArticleMircea Piturca commented on Upload my own font... HELP!
Hi George,Would be good to have also the woff and woff2 font formats.Have a look at this thread:...
View ArticleSergiu Svinarciuc commented on remove underlines from headings in Brooklyn
Nice, there are other rules similar to the one above, like .hr--medium and .hr--large you can try to hide them the same way. Do you have a screenshot with other places you see the underline?
View ArticleRob commented on remove underlines from headings in Brooklyn
GREAT! Thanks - that did some of them, but not all of them.I think it also adds them at the end of <h2>'s and maybe even <div>'s?Any ideas on those ones please?
View ArticleSergiu Svinarciuc commented on remove underlines from headings in Brooklyn
Gotcha, if you are talking about this - https://ibb.co/BssYBPR - then you can just add some rules to the bottom of oyur theme.scss.css file to hide the lines. An example would be:.hr--small { display:...
View ArticleRob commented on remove underlines from headings in Brooklyn
Thanks Sergiu, but I think that link is about underlines under links.Wheras I am taling about underlines under headings. Every headnig in Brooklyn has a small underline under it, whih looks very odd...
View ArticleSergiu Svinarciuc commented on A solution for poor or reduced image quality...
Hey Nick,Have you looked into this resource - https://help.shopify.com/en/themes/liquid/filters/url-filters#size-parameters; there are definitely more option on how one can reference an image using...
View ArticleSergiu Svinarciuc commented on remove underlines from headings in Brooklyn
Hey Rob,You might find this useful - https://ecommerce.shopify.com/c/ecommerce-design/t/remove-the-underline-from-brooklyn-s-headings-links-471433.Drop me a note if that doesn't solve the issue.
View ArticleSergiu Svinarciuc commented on Jumpstart Theme - How to remove white space...
Hey Kurtis,You can play around with padding values in your theme.scss.css file:.wrapper.wrapper--margins { padding: 120px 0 150px; }
View ArticleSergiu Svinarciuc commented on Customize layout of PRICE on debut theme
Hey Ben,You'll have to move a block of code under snippets/product-price.liquid file in your theme code editor. Just move the lines marked by the red rectangle below the blue line, see attached...
View ArticleSergiu Svinarciuc commented on how to assign liquid variable from theme to...
Hey Kuldeep,Email templates (assuming you are referring to Shopify email templates) have their own set of variables with some overlapping. What is the variable you are looking to use in your email...
View ArticleSergiu Svinarciuc commented on how to align quqntitiy and its variation in...
If you can share the URL to your store, that would help.
View Articlehow to assign liquid variable from theme to email template by Kuldeep Singh
i need a custom variable in email template from theme template so can you please anyone suggest me the best way
View Article