Alpha_Geek
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎05-09-2024 07:13 AM
Topic Started
1
Topics Started
Topic Solutions
5
Solutions
Post Count
17
Posts
Post Kudos
2
Likes

Bio: We’re a team of innovative problem-solvers and creative thinkers, specialising in all things Shopify, product development, paid performance marketing,...

Community Badges

No content to show

User Activity

I just iterated through the collections and excluded all but the ones I needed and that worked.
I have set up a basic filter which shows the number of products next to each collection. However I cannot get it to be dynamic. I have tried using collection.products_count but that displays the number of products in the collection I am currently in ...
Hi @walkalloverme  You would need to add the following: .rich-text { padding-bottom: 0 !important; } .collection-list { padding-top: 50px !important; }
Hi @arnthor  To add text back follow these steps: 1. Click Online store in the backend of your store.2. Click Actions -> Edit code.3. In your code on the left, search for main-product.liquid4. Find this bit of code and add your text in here ( where i...
Try adding display: block; to <img> element
No you would need to change it to:<video width="320" height="240" controls> <source src="video.mp4" type="video/mp4"> </video>controls makes the play/pause/volume buttons show
Hi Ziggystiches,Sorry, please could you send me your .myshopify url and I will send access.
Hi jraymond12,Please go to 'Online store' -> 'Actions' -> 'Edit code' and add this to your cart.liquid file in between the <form> </form> tags. It will appear where you place the code. And this will show up on each order in the top right:<p class="ca...
Hi surppot,If you go to 'Online store' -> 'Customize' -> 'Custom HTML' : paste this code in and replace img url here with your image url:<div class="text-center"> <img src="img url here"> </div> 
Try adding !important on the end like below:.template-index { background-color: #000 !important; color: #fff !important; }It is tough tell without actually seeing your site...could you send me your url and the password to enter so i can see your home...
Hi jennarose,I see you have swatches now, have you managed to fix this?
If you go again to 'Online store' -> 'Actions' -> 'Edit code' -> 'Assets' -> 'theme.css' and paste this at the very bottom and click Save in the top right: .template-index { background-color: #000; color: #fff; }  
Can you give me your store name/url please?
Hi Ziggystiches,Can i request collaborator access to your store's code and pages so i can get it working? Otherwise if you're not comfortable with that i will try explain to you how to fix it here.
No problem. So what you would need to do is, on the backend of your store, click 'Online Store' -> 'Customize' once that loads, in the bottom left click 'Theme settings' and on the right click 'Colors' and you will see a box for Text color and backgr...
This widget could not be displayed.
This widget could not be displayed.
Helpful From