How to remove gkRSS

December 2012 Joomla Template
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
Fri Aug 30, 2013 11:56 am
Reply with quote
Report this post
Hi, I tried to remove the rss menu in the user area position, but cannot find the module in the quicksart, can you help me?
User avatar
Fresh Boarder

GK User
Fri Aug 30, 2013 3:55 pm
Reply with quote
Report this post
Hi,
you can hide using CSS

Code: Select all
#gkRSS {display:none;}

in Custom CSS field /template settings/

or
User avatar
Platinum Boarder

GK User
Fri Aug 30, 2013 3:58 pm
Reply with quote
Report this post
Template -> FEATURES -- RSS link [off]
no-rss.png

If you thought about this RSS icon
User avatar
Platinum Boarder

GK User
Sat Sep 28, 2013 10:42 am
Reply with quote
Report this post
:idea: Hi, need some help! How to remove the rss icon and link? Not in the top right corner, but the bottom of the article!
Have you tried k2 settings, but failed. Thank you!
  (NEWS magazine quickstart) (http://demo.gavick.com/joomla25/news/index.php/world)
User avatar
Junior Boarder

GK User
Sat Sep 28, 2013 10:01 pm
Reply with quote
Report this post
Two solutions :

First (CSS method)
Code: Select all
.k2FeedIcon a, a.k2FeedIcon {display:none;}


Second (HTML/PHP method, also easy)

From that file: gk_news\html\com_k2\templates\default\category.php

Delete this line:
Code: Select all
<a class="k2FeedIcon" href="<?php echo $this->feed; ?>"><?php echo JText::_('K2_SUBSCRIBE_TO_THIS_RSS_FEED'); ?></a>
User avatar
Platinum Boarder

GK User
Sun Sep 29, 2013 8:14 am
Reply with quote
Report this post
Hi! Thanks for the quick reply, I'm no expert, but I'll try! :silly:
User avatar
Junior Boarder

GK User
Sun Sep 29, 2013 8:46 am
Reply with quote
Report this post
From that file: gk_news\html\com_k2\templates\default\category.php

Delete this line:
[code]<a class="k2FeedIcon" href="<?php echo $this->feed; ?>"><?php echo JText::_('K2_SUBSCRIBE_TO_THIS_RSS_FEED'); ?></a>


Hello again! Just one more question, because as I said I am a very beginner in this field:
The second option was chosen. (<a class = "k2FeedIcon" href = "<php echo $ this-> feed;?>"> <php echo JText :: _ ('K2_SUBSCRIBE_TO_THIS_RSS_FEED')?> </ a>)
I deleted that line.
My question is: leave the line blank or enter?
Thank you and sorry for stupidity. :woohoo:
User avatar
Junior Boarder

GK User
Sun Sep 29, 2013 7:26 pm
Reply with quote
Report this post
add there one space or none, as you wish.

Have a nice evening. :D
User avatar
Platinum Boarder

GK User
Sun Sep 29, 2013 8:01 pm
Reply with quote
Report this post
Thank you very much, and you too lovely evening! :P
User avatar
Junior Boarder

GK User
Tue Oct 01, 2013 12:17 pm
Reply with quote
Report this post
Hi! Again, there is a problem. A few days ago I deleted the "RSS" link, as recommended above, but now I see that the bottom of the page user pages missing?
Thanks in advance! :blink:
http://demo.gavick.com/joomla25/news/in ... /user-page
User avatar
Junior Boarder

GK User
Tue Oct 01, 2013 4:31 pm
Reply with quote
Report this post
I don't think it's connected because it was only link to RSS nothing more.
User avatar
Platinum Boarder

GK User
Wed Oct 02, 2013 8:03 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Wed Oct 02, 2013 8:51 pm
Reply with quote
Report this post
Code: Select all
.k2FeedIcon a, a.k2FeedIcon {display:none;}


100% safe - you just hide RSS link from people
User avatar
Platinum Boarder

GK User
Wed Oct 02, 2013 9:50 pm
Reply with quote
Report this post
Thank you, and nice evening! :!:
User avatar
Junior Boarder


cron