GDPR templates
-
If this is not clear because my English, I could create issue on Github with images, just let me know (personally I prefer that way).
I don’t know with what theme you are testing your template. But dislaying user comments (after sending request to see data, on page
gdpr-request-personal-data/?req=
) looked wrong and I needed to dig deeper to see if theme causes this or not.I found:
– you are using inline styling in gdpr-template.php – this way it’s hard to override this css anyhow in theme or other way
– you are using class “container” – this class name is used in boostrap and you are changing its width. I wouldn’t do it.
– why max-width for this class 580px? Table with comments is too small on bigger devices.Awesome work with Gdpr_Table_Builder. So clear and well coded. Could you advice me if there is possibility to override its methods? If I have bootstrap theme, I would like use bootstrap markup. Thanks
- The topic ‘GDPR templates’ is closed to new replies.