By Marc on Monday, 09 April 2018
Posted in General
Likes 0
Views 889
Votes 0
Probably there is an easy answer but I can't find it....
I have a module that displays on the Guest dashboard in position es-general-top (present on the Office dashboard login page - EasySocial » Dashboard » (User) Dashboard Layout).
Other options are es-general-before-contents and es-general-after-toolbar

I do not want this module to display during the registration process.
EasySocial uses the homepage to render the registration content page, so how do i make the module only appear on the REAL homepage?
Hi there,

Currently it is not possible for us to access your site using given access. Can you provide us with valid acces so that we can further check on this issues. Please advice.
·
Monday, 09 April 2018 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Admin access should work correctly now
·
Monday, 09 April 2018 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hopefully the attached image will explain the problem better
·
Monday, 09 April 2018 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below on your custom css and it should not shown now.

/* Hide module on registration page */
.view-registration .es-modules-es-general-top {
display: none;
}
.view-registration .es-general-before-contents {
display: none;
}
.view-registration .es-general-after-toolbar {
display: none;
}


Please give it a check and see how it goes
·
Monday, 09 April 2018 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome.
Works perfectly!
·
Monday, 09 April 2018 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 09 April 2018 13:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post