By Bright Ibeawuchi on Friday, 01 November 2013
Posted in General Issues
Replies 8
Likes 0
Views 1.2K
Votes 0
The title for ES modules still shows when i select hide title in the module settings. Is there a way around this?
Yup, that's coming in the next release Bright
·
Friday, 01 November 2013 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm do you mean those sidebar modules on the unity view? It's actually added by default and it's not generated from the module
·
Friday, 01 November 2013 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes the sidebar modules in unity view. So your saying they cannot be turned off?
·
Friday, 01 November 2013 13:52
·
0 Likes
·
0 Votes
·
0 Comments
·
I've got TechJoomla social ads component running and i would like to turn of the module titles on the ads
·
Friday, 01 November 2013 13:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm it can't be switched off right now but I guess we should make it respect the configuration in the module. What you can do temporarily is to edit the file /components/com_easysocial/themes/wireframe/unity/sidebar.module.wrapper.php and at line 11 remove the codes below:


<div class="es-widget-head">
<?php echo JText::_( $module->title ); ?>
</div>
·
Friday, 01 November 2013 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thanks! Way past my bed time. I will give it a go in the morning. Thanks for the speedy response!
·
Friday, 01 November 2013 14:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Bright
·
Friday, 01 November 2013 14:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, That edit works fine, however it removes the title on all the modules. I only want to remove the title on specific modules. It would be great if a future version could do as you suggested and respect the module setting. Thanks!

Bright
·
Friday, 01 November 2013 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post