By Yubi on Monday, 19 June 2017
Posted in Technical Issues
Replies 4
Likes 0
Views 327
Votes 0
Hi Support,

I have purchased Web Mobile template plugin and install.

1. I notice there it can only allow me to insert 1 menu as the navigation, which i have put as main menu. However, 1 need members to be able to access another menu, can i place a link somewhere in the template?

2. Also, it seems that the logo for my site is gone, where can i place the logo as in my Joomlart mobile web template there is the logo display.
Hi Support,

1 more thing, for the mobile web view, in Easysocial Group, i cant find the document repository? Please advise.
·
Monday, 19 June 2017 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Yubi,

Kindly find my response for your inquiries below:
1. I notice there it can only allow me to insert 1 menu as the navigation, which i have put as main menu. However, 1 need members to be able to access another menu, can i place a link somewhere in the template?

-> You can customize in the file:
.../es2/templates/esmobile/index.php
and add the code(example-change the title and link):

<div class="es-mobile-main-menu__item">
<a href="http://www.google.com">
<span><?php echo "New menu"?></span>
</a>
</div>

after line 40 https://www.screencast.com/t/ClVOgugRjrgx

2. Also, it seems that the logo for my site is gone, where can i place the logo as in my Joomlart mobile web template there is the logo display.

-> There is no setting to put logo in the mobile template currently. However, you can do quick customization in the file:
.../es2/templates/esmobile/index.php
add the code below:

<div class="es-mobile-topbar__item">
<div class="custom">
<p><a href="http://www.batelar.com/my"><img src="/images/Batelar-Logo_Site.png" alt=""></a></p></div>
</div>

(change the image source and link) after line 199 https://www.screencast.com/t/BgnZapQ7iIo
and see how it goes? example that I've tried to implement: https://www.screencast.com/t/XpWdbcEhn

You're suggested to backup the file that you want to customize beforehand for precaution

1 more thing, for the mobile web view, in Easysocial Group, i cant find the document repository? Please advise.

-> Sorry, I'm not really sure what you mean by here, can you provide us with some screenshots so I can understand better?
·
Monday, 19 June 2017 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
HI,

.../es2/templates/esmobile/index.php

Can you give me the full folder structure, i cant locate where es2 folder is? I mean the parent folder(S) to reach es2?

Thanks
·
Wednesday, 21 June 2017 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for that Yubi, the exact path doesn't have the 'es2' sorry again
/templates/esmobile/index.php

the parent folder for 'templates' is varies according to your server. most likely this:
.../public_html/templates/esmobile/index.php
·
Wednesday, 21 June 2017 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post