Reviews (Paid Version )
solved
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
Can you share url?
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/
it also adds a odd review wording next to tab on product page
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
OK thank you Petr
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
Have since found the unclosed and removed, found under custom css