ProfessionalNub
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎05-11-2021 08:32 PM
Topic Started
1
Topics Started
Topic Solutions
13
Solutions
Post Count
101
Posts
Post Kudos
30
Likes

Community Badges

Hi all I recently got into Shopify about 6 months ago and just wondering what sort of advise you would give to someone looking to get into e-commerce freelancing. I've been learning about getting pr...
No content to show

User Activity

I'll propose to you a partial solution but I'll let you figure out on the rest of it. This solution does the first two for checkout conditions but if it doesn't find it then it prints not available. Furthermore if it has the onsale tag it will not do...
On your theme.scss can you find this part and change 11px to 13px. You can ctrl+f to find it quicker instead of scrolling.  
If you give me your password for the website password page I can take a look at your website again and see if there's another possible solution I can provide.
So just doing some quick testing on the cart page, It works when you put item.product.tags instead of product.tags.Below here asd doesn't have 'Normal' and/or 'On sale' tags, but Glasses does indicated with 'it works' instead of 'Not Available'.{% if...
Add this {% endif %} after line 218. You must of accidently removed it.
Hi there, Unfortunately you can't permanently update the website using inspect element. The reason is because if this was true, everyone could change how it looks and could make a mess of the website.However you can go into your theme files and chang...
Hey bro So when it comes to using 'or' and 'and' you have to do two full conditions, the way you have it set up is it only completes one condition but not the other (technically it does but not how your wanting to do it). So instead of {% if product....
Hey Brandon It looks like the code below is overlaying your text from being hovered. I'm not too sure where to point you but try finding this and removing "style="padding-top:100.0%;". This should fix it completely and make the text hoverable.<div st...
Hi MuhannedIf you go to where you edit your page content, you can edit the html and add <s> </s> to get the strikethrough. Follow the images below.Click the button to open the html editor.And put <s> </s> between the content you want to strikethrough...
Hi WucoOn your admin panel go to Online Store > Themes > Actions > Edit Code > Assets > theme.scss and add this at the bottom of the file.@media screen and (min-width: 641px) .Footer__StoreName { font-size: 14px !important; }If you want to make i...
Hi thereReplace this<div class="small--hide site-footer-item-align-center {% if show_selectors or show_payment_icons %}site-footer-item-center-vertically{% endif %}">With this<div style="text-align: center;" class="small--hide {% if show_selectors or...
Paste me your whole file so I can see where it needs closing off for that if tag that's throwing an error. Sometimes not getting the whole file can cause things like this because I take a solid guess as to how it operates.
Hi TomYou can try doing this that I found from a post.An easy way is to just view a page that has the rendered css (on your store), view page source, find the file, and copy and paste the rendered css code to a new file. Then, upload the new file as ...
Hi BoboYou had some tags that weren't closed off properly so I fixed them and got the code below, try using my code.<span id="ProductPrice" class="product-single__price{% if on_sale %} on-sale{% endif %}" itemprop="price" content="{{ current_variant....
It looks like you've already figured it out with the colours, at the moment it disappears after 30 days but if you want it disappearing after 7, you can change it from 2592000 to 604800
This widget could not be displayed.
This widget could not be displayed.