By Colin Girard on Friday, 15 December 2017
Posted in General
Replies 5
Likes 0
Views 727
Votes 0
like to add a joomla menu to the ES page and profile. I've done this in the screenshot.
1. How can i style to J menu to match the ES Menus?
2. Or add the links to existing ES Menus?

Or of course if there is an ES menu type that I can add Joomla links to?

Many thanks
Colin
Hi Colin,

Kindly find my response for your inquiries below:
1. How can i style to J menu to match the ES Menus?

-> Yes, you actually can add the joomla menu to be in the dashboard widget as shown: http://take.ms/CTV21
where you need to place the menu position: es-dashboard-sidebar-top : http://take.ms/RZL7t

but in the story panel there is no simple way to add the menu, where you can customize it in the file:
.../components/com_easysocial/themes/wireframe/story/default.php

You're suggested to backup the file that you want to customize beforehand for precaution
·
Friday, 15 December 2017 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
-> Yes, you actually can add the joomla menu to be in the dashboard widget as shown: http://take.ms/CTV21
where you need to place the menu position: es-dashboard-sidebar-top.


Sorry guess I wasn't clear. The position is not a problem. I was wondering if there is a class, that I can add to the Joomla Menu module to make it look like the ES Menus? attached screenshot

Not as important as the other ticket for logging in with FB /Twitter
·
Saturday, 16 December 2017 08:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Colin,

I am really sorry for the delay of this reply as it is a weekend for us here. Ah, it would need it's own custom html codes. Is it a custom html module? If it is a custom html module, you can follow a similar structure as below:

[gist]
<div class="es-side-widget">
<div class="es-side-widget__hd">
<div class="es-side-widget__title">Custom title here</div>
</div>

<div class="es-side-widget__bd">
<ul class="o-tabs o-tabs--stacked">
<li class="o-tabs__item">
<a href="/link/to/somepage" class="o-tabs__link">Some title</a>
</li>
</ul>
</div>
</div>
[/gist]
·
Saturday, 16 December 2017 12:11
·
0 Likes
·
0 Votes
·
0 Comments
·
It's actually just a standard joomla menu module, but of course i could make it a custom module and try the coding provided.

Thank again!
C
·
Sunday, 17 December 2017 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Colin
·
Sunday, 17 December 2017 14:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post