By Cedric Pellegrino on Monday, 07 November 2016
Posted in General
Replies 3
Likes 0
Views 262
Votes 0
Hi there

How do I hide the phrase? See attached.

I don't want to disable, just want to hide the phrase from the public.

Thanks.
Hi there,

You can do template override regarding this issues by creating a custom.css and paste them on this path ..\templates\protostar\html\com_easysocial\css\custom.css . Hope this helps
·
Monday, 07 November 2016 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there

Do you know how to? The code?

Thanks.
·
Monday, 07 November 2016 20:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Since the guests theme files are rendered only when guests are viewing the dashboard, you can safely just remove the codes below from /components/com_easysocial/themes/wireframe/dashboard/guests/default.php

[gist]
<?php if ($this->config->get('stream.rss.enabled', true)) { ?>
<div class="es-snackbar__cell">
<a href="<?php echo $rssLink;?>" class=" pull-right btn-rss" target="_blank">
<i class="fa fa-rss-square"></i> <?php echo JText::_('COM_EASYSOCIAL_SUBSCRIBE_VIA_RSS');?>
</a>
</div>
<?php } ?>
[/gist]
·
Monday, 07 November 2016 22:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post