Shopify themes, liquid, logos, and UX
Hi,
Not sure if anyone can help but the New Arrivals section on my Halo theme homepage is not displaying properly anymore. As the page loads it displays correctly for a couple of seconds and then becomes squashed text with no image and have no idea what has happened here. Any ideas?
Website is www.pictureperfectinteriors.co.uk
Displays correctly as the homepage is loading...
Then looks like this when then page finishes loading...
Thank you
Hi. You need to place the below CSS code to fix the problem. This fix is for the images that are not showing correctly on larger screens. I will provide the text fix in the next reply.
1. Go to Themes > Edit Code (click on 3 dots before Customize button)
2. Search for base.css and add the below code at the end of the file.
@media (min-width: 1025px){
.halo-block .halo-row.column-5 .halo-row-item{
width: 20% !important;
}
}
Hoping, it will fix the problem.
Hello @farantariq93
Thanks anyway.
Best wishes,
I think some custom script is disturbing the product image URLs due to which product images are not showing.
Ah OK, is there a way I can identify the specific issue?
The script is changing image url. One of the leads is to look for problem in timesact.js file.
Hi @farantariq93,
Thank you for that information. I will reach out to the relevant team now.
Thanks again for your help.
Best wishes,
Hi @farantariq93,
Further to your response yesterday, do you know exactly what the issue is with the timesact.js file? I have reached out to the relevant team but they state there is no issue with their code.
Best wishes,
Leanne
Hello! We are using halo theme also and encountering the same issue now. How were you able to fix it?
If you are having the same problem, try this code.
1. Go to Online Store > Themes > Edit Code (Gear Box)
2. Find base.css or theme.css
3. Add below code at the end of the file.
.card-product__wrapper .card-media{padding-bottom: 100% !important;}
It will fix the problem.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024