after updating to j3.9.0 and activating this privacy consent plugin i need to agree on tht privacy statement on next login through frontend. But when the profile page pops up, i do not see a link to the privacy statement.
levelx But when the profile page pops up, i do not see a link to the privacy statement.
Hello
Is this happening also if you switch to joomla protostar template ?
It is not happening in joomla protostart template
Hi levelx
This is a bootstrap issue , please have a look at THIS DISCUSSION to see how to solve it .
Regards
So i need to put in the custom css:
.modal { display:inline!important; position:relative!important; }
Where can i find the custom css? Is that in th ecustom code area of the template?
levelx Where can i find the custom css?
You can create a new css file in this folder /templates/ja_intranet/css/ and call it custom.css -
This file will be not overrided from future template updates
HERE a documentation page about this file properties .
This works perfect for the login page. But creates a problem within JA GDPR component. It creates extra shaded boxes on the right side on the gdpr page
https://www.levelx.eu/dev/intra-boswijk/gdpr
Is it possible to only activate this custom.css on the login template?
I added a custom class for modal and applied this class to your user-profile page
Please check it now .
looking good now. Thnx