By Andy on Sunday, 09 September 2018
Posted in Technical Issues
Likes 0
Views 563
Votes 0
Hi.. Can you replicate this issue:

I'm using the ES Stream Module and setting the 'Display Footer' option to OFF... this should stop the "Login" message from showing at the bottom of the module... but it doesn't seem to work... even when OFF I still see the login message.
Hey there,

I am really sorry for the delay of this reply as it is a public holidays for us here.

Based on what i checked the code, it seems like that footer is only handle for the footer link, you can check my attached screenshot below.

Since that login box render with the stream item together, so that is not possible to handle by this setting.

If you would like to hide this login box, you can apply this following CSS into your site.


body #es.mod-es-stream .es-stream-login-box {
display: none;
}
·
Monday, 10 September 2018 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
OK that's odd. Seems like the footer link is redundant then as the stream already does the same thing (prompts a user to login or allows for the display of the additional feed info). Maybe needs to be 'on the list' to be deleted from the module - or better still, tweaked to enable the input of a custom message (which could be a hyperlink) instead of just repeating what the stream already shows!

Thanks for the CSS hack option anyway. That'll work!
·
Tuesday, 11 September 2018 08:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your input Andy.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Tuesday, 11 September 2018 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post