Posts: 4
Threads: 2
Joined: Apr 2022
I love Commentics. I've been able to do everything I need to with it.
The only thing I've come across is a lot of use of inline styles. For CDP security compliance, these are disallowed.
Is there a good reason the styles can't be moved to the CSS file?
Posts: 2,894
Threads: 59
Joined: Jun 2010
In the latest version the majority of inline styles are just style="display:none" ones. These can be removed wherever they have a "hidden" attribute next to them because the hidden attribute effectively does the same thing.
The only one I can find which doesn't have a hidden attribute next to it is in the /frontend/view/default/template/field/upload.tpl file. I'll need to take a closer look at that but if you're not using the image upload feature then it doesn't matter.
There's also a style="line-height:0" in the /frontend/view/default/template/part/average_rating.tpl file. That can be moved to the stylesheet.
I'll make sure to change all this in the next version.
Have
you completed
the interview?
Posts: 4
Threads: 2
Joined: Apr 2022
That sounds perfect - thanks for your great work on the site Steven!