Hello.
While investigating on style differences between visitor and member display of my website, I have noticed that the
- bootstrap.css
- fontawesome.css
- template.css
located in "components/com_comprofiler/plugin/templates/default" directory are no longer loaded after logging in via CB login form.
The <head> section of my web site contains the 3 following CSS inclusions :
Code:
<link href="http://www.mybebsite.com/components/com_comprofiler/plugin/templates/default/bootstrap.css?v=37a64fcc4791290f" rel="stylesheet" type="text/css" />
<link href="http://www.mybebsite.com/components/com_comprofiler/plugin/templates/default/fontawesome.css?v=4beaa0b5f6892ac9" rel="stylesheet" type="text/css" />
<link href="http://www.mybebsite.com/components/com_comprofiler/plugin/templates/default/template.css?v=8f267e847584331e" rel="stylesheet" type="text/css" />
in visitor mode, but these 3 lines disappear in member mode. :blink:
How can I get these 3 inclusions for both visitors and members ?
Thanks in advance for your help
plastic1st
[EDIT] : Once logged in, if I switch the member group from "registered" to "Public" or "Super User" and refresh the page, the 3 CSS inclusions are back.
This CSS issue occurs for the "registered" group, and all its sub-groups.