By Leo Nobles III on Wednesday, 24 January 2018
Posted in General
Likes 0
Views 506
Votes 0
How do I add title on the left & right menu tab on mobile?
Hi there,

It seems that i cant access your site currently as you can see here http://take.ms/jamse.

Please advice.
·
Wednesday, 24 January 2018 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Site was down during migration, now its back online.
·
Thursday, 25 January 2018 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I tried to check on your site and it seems that there are no such view on your that similar to the one that you attached above. Maybe you can provide us with that particular links for us further check on this issues.

Please advice.
·
Thursday, 25 January 2018 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello please login on website using mobile and you’ll see menu tabs I’d like to ad words to.

Also could the titles be custom on each page?
·
Thursday, 25 January 2018 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for the clarifications. Currently you need to do some modifications on this path .../templates/office/index.php on codes below.

[gist type="php"]
<div class="mobile-footbar">
<div class="mobile-footbar__item">
<a href="javascript:void(0);" class="mobile-footbar__item-link" data-office-left-toggle>
<i class="mobile-footbar__item-left-icon fa fa-align-left"></i>
</a>
</div>

<div class="mobile-footbar__item mobile-footbar__item--center"></div>

<div class="mobile-footbar__item">
<a href="javascript:void(0);" class="mobile-footbar__item-link" data-office-right-toggle>
<i class="mobile-footbar__item-right-icon fa fa-align-right"></i>
</a>
</div>
</div>
[/gist]

You can customized them accordingly. Please give it a try and see how it goes.

Note:
You need to do backup on this files, if you required them on your future usage as those file will be overwritten once you made any update/upgrade on your office template.
·
Thursday, 25 January 2018 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ive found location Im not sure where to add the words or new icons.

My goal is below

Left icon: Braille - f2a1: <i class="fas fa-braille"></i>
Word next to icon: Menu

Right icon: Compass - f14e: <i class="far fa-compass"></i>
Word next to icon: Options

Could you please help?
·
Friday, 02 March 2018 09:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can apply css codes below to achieve this in your custom.css files.

[gist type="css"]
.fa-align-right::before {
content: "\f14e";
}

.fa-align-left::before {
content: "\f2a1";
}
[/gist]

Please give it a try and see how it goes.
·
Friday, 02 March 2018 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello I've made changes but nothing changed was the code entered correctly?
·
Thursday, 08 March 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Sorry for not explaining them clearly on my previous reply. If you wanted to show those icons, you only need to apply customs css given on my previous reply only. By the way, i have apply those css on your customs css and it should shown correctly now.

Please give it a check and see how it goes.
·
Thursday, 08 March 2018 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help..

I see the changes would you be able to add the words?

Left side: Menu

Right side: Options
·
Thursday, 08 March 2018 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have made some fixes on this files .../templates/office/index.php. You need to do backup on this files as this file will get overwritten if you made any update/upgrade on your Office template. You need to re-apply them once you have done your update/upgrade on your site.

Please give it a check and see how it goes.
·
Thursday, 08 March 2018 18:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Wednesday, 14 March 2018 14:50
·
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.
·
Wednesday, 14 March 2018 15:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post