Re: Issue price not appearing in the featured products (reviews bug?)

Solved

Issue price not appearing in the featured products (reviews bug?)

AhsenZa
Excursionist
30 0 5

hello,

I have an issue with price being cut and not appearing correctly in the featured products (sometimes it works, sometimes the bug appears in other pages as well). It appears that the reviews are pushing down the price. My theme is Pipeline, The review app is Trustoo, and here is my website link: Kream.ch 
You can see below how it looks:

bugTrustoo.png

Do you have any recommendation or instruction to fix this problem?

Thank you for your support!

Accepted Solutions (2)

Tal19
Shopify Partner
144 27 29

This is an accepted solution.

open the file theme.css and add this:

.flickity-viewport {
overflow: visible;
}

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Tal19
Shopify Partner
144 27 29

This is an accepted solution.

replace the previous code with this:

.template-index div#shopify-section-template--23080054456653__tabs .flickity-viewport {
overflow: visible;
}

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Replies 5 (5)

Tal19
Shopify Partner
144 27 29

This is an accepted solution.

open the file theme.css and add this:

.flickity-viewport {
overflow: visible;
}

Need Shopify Development, Customization, or POS Support? PM Me!
AhsenZa
Excursionist
30 0 5

Worked fine thanks!

AhsenZa
Excursionist
30 0 5

Hi @Tal19 ,

 

I just noticed that this solution created an unwanted results also in the product page, see below picture for reference.

bugproduct page.png


As you can see now an horizontal scrolling bar has appeared in each product pictures in the product pages (picture size is already correct so it shows only white). Can this be fixed?

Thank you

Tal19
Shopify Partner
144 27 29

This is an accepted solution.

replace the previous code with this:

.template-index div#shopify-section-template--23080054456653__tabs .flickity-viewport {
overflow: visible;
}

Need Shopify Development, Customization, or POS Support? PM Me!
AhsenZa
Excursionist
30 0 5

Hi @Tal19,

The code works, however i noticed that the products in "you might also like" in product page now present the first issue. Is there a solution? Picture below

bug3.png
Thank you a lot