RSS Feed link and icon

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 04, 2013 4:21 pm
Reply with quote
Report this post
Hi!

I want to remove the RSS icon and link in this page: http://www.morbid-design.com/popferradafest/index.php/speakers. I have disabled the options through K2 configuration, but nothing happens. How can I do that?

Thanks!
User avatar
Expert Boarder

teitbite
Fri Jul 05, 2013 12:18 am
Reply with quote
Report this post
Hi

Please use custom code module and attach it to this page with code like:

Code: Select all
<style type="text/css">
.k2FeedIcon a, a.k2FeedIcon { display: none; }
</style>
User avatar
Moderator

GK User
Mon Jul 08, 2013 8:35 pm
Reply with quote
Report this post
I have put that code in a custom HTML module and checked 'show in all pages', but icon and text are still there. Am I doing something wrong?
User avatar
Expert Boarder

teitbite
Wed Jul 10, 2013 2:45 am
Reply with quote
Report this post
Hi

Custom HTML module will not work. It will remove <style></style> code. Please use K2 Tools module instead.
User avatar
Moderator

GK User
Mon Jul 15, 2013 4:15 pm
Reply with quote
Report this post
I've added a new K2 Tools module with
Code: Select all
<style type="text/css">
.k2FeedIcon a, a.k2FeedIcon { display: none; }
</style>

in the 'Add custom code HTML, CSS, JS, PHP' text box, showing in all pages in the mainbody position, but nothing happens. Am I doing something wrong?

Is it a Gavick or a K2 functionality?

Thank you!
User avatar
Expert Boarder

teitbite
Tue Jul 16, 2013 6:34 pm
Reply with quote
Report this post
Hi

Hard to tell which fault is that. If issue is in code than K2, if in configuration than ours if You have used quickstart package. Anyway I cannot see the page You are trying to remove it from anymore. If You need to remove this completly from all pages, than a solution can be a lot simplier (You have mentioned that module is attached to all pages). In such case You will not need a module at all. Just copy this code to override.css file:

Code: Select all
.k2FeedIcon a, a.k2FeedIcon { display: none !important; }


and enable using using override in template settings.
User avatar
Moderator

GK User
Sat Jul 20, 2013 4:47 pm
Reply with quote
Report this post
Thanks, it works now!
User avatar
Expert Boarder

teitbite
Tue Jul 23, 2013 11:31 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron