By Aaron P on Thursday, 11 February 2016
Posted in General Issues
Likes 0
Views 482
Votes 0
I am using the elegant theme for Easysocial and I was added a module in the sidebar top position and I noticed that the formating for the module title is formatting incorrectly. The module title is using H3 tag. I am having to hide the module title and I am using this:

<div class="es-widget-head">Quick Menu</div>


so it matched the other sidebar titles.

This happens on the Edit Privacy and Edit Notification pages. These are the only pages that I am using right now.

I am also trying to add this same module (I am calling it Quick Menus) to the photo and video pages, but it is not appearing on these pages. I am using:
es-photos-sidebar-top
es-videos-sidebar-top
We don't actually render module positions on the videos page and this is why the module isn't appearing. If you want, you can edit the theme file to render the module positions that you want by modifying the files below:

/components/com_easysocial/themes/wireframe/videos/default.php

As for the albums page, you should use the position "es-albums-sidebar-top"
·
Thursday, 11 February 2016 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark. That worked.
·
Thursday, 11 February 2016 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Thursday, 11 February 2016 13:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post