Removing RSS Feed


Author Message
Garry

Posted: 3/15/2010
Quote message 

You can simply remove RSS icon from Artisteer while designing your theme:

Footer-> RSS-> No icon
 
Kelley

Posted: 3/16/2010
Quote message 

The easy answer is to comment out the RSS code in the header.php file.
 
Garry

Posted: 1/16/2013
Quote message 

Options is under Header-> Controls
 
anonymous

Posted: 2/21/2013
Quote message 

Quote Garry:

Options is under Header-> Controls

doesnt exist
 
Monica

Posted: 3/26/2013
Quote message 

:-/ I've been trying to figure this out as well - it doesn't allow me to delete the RSS icon - can't click on it either... no option for NO ICON either... please help!
 
Iain

Posted: 3/28/2013
Quote message 

You can click on the RSS Icon and when you do, a flashing cursor appears inside the RSS Icon. When you get that, press the Delete Key.
That's what worked for me anyway.
 
PPD

Posted: 5/10/2013
Quote message 

Footer (footer.php)

remove the 4th line :

                    <a href="<?php bloginfo('rss2_url'); ?>" class='art-rss-tag-icon' title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>"></a>


Bingo no rss icon :P
 
Chris

Posted: 9/11/2013
Quote message 

Is anyone here actually paying attention to the Artisteer version mentioned in some of these posts?

RE: Version 4.1:

1) There is no "footer.php" in templates created with version 4.1
2) There is no way to remove it under Header >> Controls
3) There is no way to remove it in the Controls panel.
4) There is no option to remove it in the Footer panels.
5) Right clicking the icon does not produce any way to remove it, so no, that does not work fine.

Now, I'm not exactly afraid to mess with code to remove it, but it is quite honestly ridiculous that I should have to. Artisteer is a WYSIWYG software, not a code editing software. There ought to be a way to remove it easily, but none of these "solutions" work in version 4.1.

Next?

Well, this works, but it's not really a "solution" IMO, it's something Artisteer needs to fix.

First, open index.php, and find this block of code (your code will likely look a little different from this). The main thing is to look for the footer class tag block, and locate ONLY the portion of one line that places the icon in the footer. Looking for a particular line is not a good idea since the lines this appear on are going to differ from template to template depending on design.

<footer class="artx-footer"> <?php if ($view->containsModules('position-27')) : ?>     <?php echo $view->position('position-27', 'artx-nostyle'); ?> <?php else: ?> <a title="RSS" class="artx-rss-tag-icon" style="position: absolute; bottom: 5px; left: 6px; line-height: 32px;" href="#"></a><div style="position:relative;padding-left:10px;padding-right:10px"><p><br></p><p>Custom Footer Text and Links</p></div> <?php endif; ?> </footer>


I removed ONLY the following code from that block:

<a title="RSS" class="crwd-rss-tag-icon" style="position: absolute; bottom: 5px; left: 6px; line-height: 32px;" href="#"></a>


And that did remove it.

Hope this helps with 4.1 users.
 
Thepipe

Posted: 7/28/2014
Quote message 

Artisteer is extremely frustrating. It took me over an hour to figure out how to delete the RSS icon in version 4.2. The forums are also very frustrating as people typically neglect to mention which version they're using. Not to mention that the forum has no notification system, which means you have to check back on a regular basis to see if anyone has responded to your post. VERY poor system.

• Click in the Footer
• Click the HTML icon in the Source section of the ribbon at the top of the window
• Delete the code relating to the RSS icon - see image.


 
MW

Posted: 12/9/2014
Quote message 

None of these solutions work in 4.1

I found a solution. Click on the footer area on the rss icon. In the pop up menu click EDIT HTML. Then remove the offending HTML code. It is an < a >.

Then it will be gone. F.O.R.E.V.E.R. I hope.
 
Seppl

Posted: 2/24/2015
Quote message 

@ MW: Klasse! Passt scho!!!