By Victor on Saturday, 02 May 2015
Posted in General Issues
Likes 0
Views 566
Votes 0
Hello there,

Please see attached pic. This is ES user menu module. The problem is same with login box module.

When I enter the system via this module, this module should disappear, right? It does actually, but not completely. It occupies a lot of space.

Could you please tell me if there is any setting I am missing?

Best regards,

Zafer
Hello Zafer,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Saturday, 02 May 2015 03:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I have provided login information. Please have a look at home page. There is a ES log box there.
·
Saturday, 09 May 2015 02:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Zafer,

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

That was strange, because only your site encounter this issues, when i changed to use Joomla default template Protostar, it work fine.

By the way, I have temporary help you set this Easysocial menu module Access to "Registered user", it should work fine now. Please have a check.
·
Sunday, 10 May 2015 14:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Thank you for checking it. ES menu module works fine now, but what about ES log box which I use in several pages? It occupies a lot of space after user logged in. Very disturbing. Please have a look at it.

Best regards,

Zafer
·
Sunday, 10 May 2015 14:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Zafer,

You're welcome, I have applied some css fix in your current template custom.css file.


.uk-width-1-1 .uk-panel.uk-panel-box {
padding: 0px 0px 30px 0px !important;
border: 0px !important;
}


Can you give it a try?
·
Monday, 11 May 2015 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

It doesn't fix the problem. ES log box module should show the same behavior like ES Index does. But ES log box module still occupies the module position after user log in.
·
Tuesday, 12 May 2015 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Zafer,

I have a little bit lost here, perhaps you can provide us some screenshot which part are you referring to?
·
Tuesday, 12 May 2015 03:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I hope those screenshot help to see the difference.
·
Tuesday, 12 May 2015 03:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Zafer,

I am sorry for the delay of this reply.

I've applied the following css fix inside your /templates/yoo_eat/css/custom.css and it should be displaying correctly now.
.tm-page .tm-block:first-child {
padding-top: 110px;
}

.tm-block-light {
background-color: rgba(255, 255, 255, 0);
}

.tm-noblog .tm-page .tm-block:first-child{
padding-top: 25px
}

.tm-noblog .tm-block-light {
background-color: #ffffff;
}


Can you verify it for me?
·
Tuesday, 12 May 2015 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ezrul,

Thank you for your efforts, but your css fix has changed the templete's overall look (home page) and I didnt like it. It seems that I will not be able to use this ES log box module with YOOtheme templetes. From my point of view it should be very simple. Maybe you should consider to avoid css conflicts with popular templete producers like YOOtheme when you design your components and modules.

Anyway, I want to delete your css fix from the templete to bring it to previous condition. Did you make another change in templete or modules? Please guide me on this.

Thanks and best regards,

Zafer
·
Wednesday, 13 May 2015 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Zafer,

I am sorry for the delay of this reply.

I've reverted back the changes in your /templates/yoo_eat/css/custom.css. Actually the issue is closely related with your module and templates as our easysocial login module is actually disappeared upon login but the module division styling doesn't, http://screen.stackideas.com/2015-05-13_1107.png . As you can see from the screenshot, the division class "tm-block tm-block-light" is not from our easysocial components and easysocial login box module.

I also notice that your site is sharing the same css class not only on easysocial login box, but also other content, http://screen.stackideas.com/2015-05-13_1105.png . Hence when I'm trying to make some change on the login box module, it will affect the rest of your content too that sit under the same class.

It is advisable for you to consult with your current template provider regarding on this issue. I am sorry for the inconvenience caused.
·
Wednesday, 13 May 2015 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Ezrul.
·
Wednesday, 13 May 2015 12:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.
·
Wednesday, 13 May 2015 12:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post