By Syabab on Friday, 24 September 2021
Posted in General
Replies 3
Likes 0
Views 481
Votes 0
Hi,

'Display stream on dashboard for guests' set to off is not working when using 'Office' template.

It display blank white space.

Tested it with Protostar and it works as it should.

Any idea how to fix this?

I tested this on localhost with fresh install of;

  • Joomla! 3.10.2
  • ES Latest version: v4.0.6
    Office v3.0.8
    Mobile Web Template v2.3.11
    Converskit v2.0.7


No other extensions or plugin.
See attached file,

Thanks
It seems like it is a bug, I will log into the issue tracker.

Perhaps for now you can try to add the following custom CSS and see how it goes :


.si-login-page.si-dashboard-guest-hide #sp-office-content-wrapper {
display:none;
}
·
Friday, 24 September 2021 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

It works if we add it in mytemplate/css/template.css
Not working if we add it in mytemplate/css/user.css

Thanks
·
Friday, 24 September 2021 19:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Friday, 24 September 2021 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post