By bridgette Patrov on Monday, 05 December 2016
Posted in General
Replies 5
Likes 0
Views 249
Votes 0
Hi guys,

Is anyone awake who recalls how to remove the default es-logbox from the front page on version 2.0.6, please?

I think we used to edit the theme to not display it to guests - but that function is gone with the 2.0 upgrade.

I am probably overlooking something very simple - I know I had it removed on my test site before upgrading but can't remember how now. Ugh.

Thanks!
Hi bridgette Patrov,

Correct me if I'm wrong here, do you mean the login box here: http://screencast.com/t/Sg38uMY0 to be hidden to guest?
Unfortunately, there is no setting to hide the login box to the guest user. Perhaps you can download the attachment file and replace in the folder:
JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/html/login.php
and see how it goes?

You're suggested to backup the file that you want to replace beforehand for precaution
·
Monday, 05 December 2016 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm, that didn't remove the box - just the login part of it. Now it looks really weird.

Is there a way to remove that whole BOX (both sides) from my landing page please? I have created the smaller horizontal login for a banner placement.

thank you very much,

Bridgette
·
Monday, 05 December 2016 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
You could edit the file /components/com_easysocial/themes/wireframe/helpers/html/login.php and emty the entire contents of your site.
·
Monday, 05 December 2016 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I did this and it worked great - except when a person tries to access a profile or anything else requiring them to be logged in, that newly "Blank" page pops up. It seems to be tied into more than that front page.

blah,

Bridgette
·
Tuesday, 06 December 2016 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep that file is also used in the login screen. If your landing page is the dashboard, then edit the file /components/com_easysocial/themes/wireframe/dashboard/guests/default.php and remove the codes below,

[gist]
<div>
<?php echo $this->html('html.login', $return); ?>
</div>
[/gist]
·
Tuesday, 06 December 2016 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post