By Fagault Eric on Thursday, 14 December 2017
Posted in General
Replies 3
Likes 0
Views 282
Votes 0
Hello,
I come back to a previous post in which I discussed some problems encountered in the mobile version with the EasySocial Mobile plugin.

1) The search by location is not accessible when we click on the button to display the left menu.
How to add it?

2) There is no flop to go back in the thread of discussions, for example when we display the pages (or other) it is not easy to return to the page "Main".
How to add a link for this? (In the navigation bar for example)

3) I use Cometchat, and the Commitchat bar hides the last menu item (Left and Right), is it possible to make the length of these menus smaller?

Best regards.

Eric
Hi there,

1) The search by location is not accessible when we click on the button to display the left menu.

Honestly, i am bit lost here actually. May i know how exactly to replicate this issues?

2) There is no flop to go back in the thread of discussions, for example when we display the pages (or other) it is not easy to return to the page "Main".

Maybe you can explain more regarding this as from my end, the way, for you to navigate through-out your site is using this menu http://take.ms/Xe1ez or click on this button http://take.ms/qCqJM to head to your main page.

Or maybe i have understand it wrongly, it would be best if you can provide us with more details on how to check this for better understanding.

3) I use Cometchat, and the Commitchat bar hides the last menu item (Left and Right), is it possible to make the length of these menus smaller?

Can you provide us with some screenshot for us further check on this issues?

Please advice.
·
Thursday, 14 December 2017 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,
Thank You for your reply.

1) Screenshoot "capture_geoloc"
2) Yes it's OK
3) Sceenshot "capture_mobil_avec_Cometchat"

Best regards.

Eric
·
Friday, 15 December 2017 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Eric,

I am really sorry for the delay of this reply as it is a weekend for us here. Please find my response below:


1) The search by location is not accessible when we click on the button to display the left menu.
How to add it?

The reason we hide it on purpose is because we want users to focus on what's most important and not be overwhelmed with too many modules. If you think that you want to overwhelm your users with all these unnecessary modules, you could apply the css codes below:

[gist]
body.es-mobile-template #es .sidebar-open .es-side-widget.is-module {
display: block;
}
[/gist]



3) I use Cometchat, and the Commitchat bar hides the last menu item (Left and Right), is it possible to make the length of these menus smaller?

You could try to apply the css codes below and set a height that would end just before the cometchat bar,

[gist]
body.es-mobile-template #es.es-mobile-wrapper.is-es-menu-open .es-mobile-menu-wrapper {
height: 80%;
}
[/gist]
·
Saturday, 16 December 2017 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post