Reviews (Paid Version )
new

By Andy C, 2 months ago

Hi ..I am building a prestashop v8 website and when there is a review it takes over the entire page with stars that re vertical and not horizontal like they should be. It also shows black when it is the default setup

I included a screenshot so you can see.. I had to zoom right out on my screen so you could see

By Petr Hucik, 2 months ago

Can you share url?

By Andy C, 2 months ago

Its a test site as experimenting with ps 8

It's also messed a few other things up , like logo

https://pewterworld.co.uk/zpwtestsite1/

By Andy C, 2 months ago

it also adds a odd review wording next to tab on product page

By Petr Hucik, 2 months ago

This is caused by third party module that includes invalid CSS file.

Their css file is not closed correctly, it contains this content

@media only screen and (max-width:991px){
    .product_info_tabs .nav-tabs{
        display:flex;
        -webkit-box-orient:vertical;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap
    }

There is no ending } for the @media selector.

When prestashop combines this file with revws css file using CCC, the resulting css bundle is not valid.

You need to fix this third party css file, or disable CCC

By Andy C, 2 months ago

OK thank you Petr

By Andy C, 2 months ago

Hi

I have disable ccc till it can be fixed and stars are now correct

I am still getting a extra review when in tabs (the 1 on the right)

Also how can I change the blue color on leave a review (If you have any idea ) I just can't seem to find it

thank you

By Andy C, 2 months ago

Have since found the unclosed and removed, found under custom css