By BHC on Friday, 10 June 2016
Posted in General
Likes 0
Views 678
Votes 0
Hi all,

I seem to be missing my rss subscription link on my ED pages. Not sure what happened, may be related to the last update. Can't figure out how to get it back, I have it enabled on the admin area.

Thanks for help.

Link to ED frontpage.

https://www.blueheronclinic.com/ask/latest
It seems like you have disabled that header setting from backend, you can refer on my attached screenshot below.

When I turn it on and cleared your Joomla backend cache, it should appear now.

If you want to hide the header title and description, you have to apply following css into your current template css file to hide it :

#ed .ed-head__title {
display: none !important;
}

#ed .ed-head__desp {
display: none !important;
}
·
Saturday, 11 June 2016 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, I didn't realise the header and rss link were connected like that.

Yes I will probably remove the header using the code you supplied, might be a nice option in future ED updates?

Thanks for your help - super fast support as usual!
BHC
·
Saturday, 11 June 2016 03:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

We will see what we can do in the future version.

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.
·
Saturday, 11 June 2016 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post