Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » RSS, Feeds & Subscribing »

Simple RSS link to my blog


  #1  
Old Jul 12, 2011, 11:04 AM
Daniel Hurtubise
 
12 posts · Aug 2010
How do i add a simple RSS icon so people can subscribe to it?

Thanks for the help
  #2  
Old Jul 12, 2011, 11:10 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Look in the RSS Setting section of Atahualpa.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jul 12, 2011, 12:58 PM
Daniel Hurtubise
 
12 posts · Aug 2010
It seems to me that the settings are ok and the icons should show


But if you go to http://www.revitit.com i cant see the icon
Thanks for your help
  #4  
Old Jul 12, 2011, 01:08 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
the post feed icon will only show in the header area if you have the %logo option added to the Configure Header option.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 12, 2011, 08:15 PM
Daniel Hurtubise
 
12 posts · Aug 2010
I thought it was on but maybe im missing something?
  #6  
Old Jul 12, 2011, 09:47 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I would play around with different configuration in the Configure Header Area box. For instance don't use the adsense div and use the default setting instead. It will give you a larger rotating banner but the RSS might show.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Jul 13, 2011, 03:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
looks like you are using 'absolute' positioning and they are being hidden behind other elements.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Jul 15, 2011, 08:13 AM
Daniel Hurtubise
 
12 posts · Aug 2010
Quote:
Originally Posted by juggledad
looks like you are using 'absolute' positioning and they are being hidden behind other elements.
Any way i can fix that then?
  #9  
Old Jul 15, 2011, 08:50 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The code you showed in post #6 has absolute positioning.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #10  
Old Jul 15, 2011, 08:52 AM
Daniel Hurtubise
 
12 posts · Aug 2010
Ok, found that. What re the other options i have?
  #11  
Old Jul 15, 2011, 09:08 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
As a test you could just put the following in the Configure Header Area box.
HTML Code:
%logo %pages %cats %image
This will put your logo at the top, then the page manu, then the category meny, then the banner image.

This will probably not be what you want but you should see the RSS icon.

The options you have are a matter of what you want to do. It's just using the proper CSS. If you look at the Export/Import setting section you will see some text about other styles that come with Atahualpa that you could import as a starting point for design. That is another direction you could take but be aware if you import a style it will overwrite any styling you have applied so you should export your current setting as a backup.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #12  
Old Jul 15, 2011, 09:20 AM
Daniel Hurtubise
 
12 posts · Aug 2010
Ok, just tried it. It placed another series of images underneath the categories but still no RSS
  #13  
Old Jul 15, 2011, 02:24 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You still have the all the "to remove ad altogether code" in that box.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #14  
Old Jul 15, 2011, 02:40 PM
Daniel Hurtubise
 
12 posts · Aug 2010
So i now have that:
%logo %pages %cats
<!-- To remove the ad altogether, start removing here... -->
<div style="position:absolute;top:20px;right:20px;width :728px;height:90px;">
<!-- Put the ad code BELOW this (and remove the sample text if there is any) -->
%image
<!-- Put the ad code ABOVE this -->
</div>
<!-- End removing the ad here -->

Is what i should have this:
%logo %pages %cats % image
<div style="position:absolute;top:20px;right:20px;width :728px;height:90px;">
</div>

Thank you so much for your patience
  #15  
Old Jul 15, 2011, 03:21 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url? pictures are not really useful in seeing what you are doing.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #16  
Old Jul 15, 2011, 03:23 PM
Daniel Hurtubise
 
12 posts · Aug 2010
http://www.revitit.com/blog/

Thanks
  #17  
Old Jul 15, 2011, 03:56 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The problem is that the RSS icon is hiding behind the menu because of the css Insert
HTML Code:
a.posts-icon {
position:absolute;
top:160px;
right:140px;
font-weight:normal;
color:#fff;
font-size:11px
}
If you change that to
HTML Code:
a.posts-icon {
position:absolute;
top:130px;
left:614px;
font-weight:normal;
color:#000;
font-size:11px
}
you will see it in the middle of the top margin. You will need to adjust the top and left to suit your needs
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #18  
Old Jul 15, 2011, 04:13 PM
Daniel Hurtubise
 
12 posts · Aug 2010
I'm assuming i need to edit an html file here right?
Can i access the file through the interface or i need to access it using FTP and reupload? If its the ftp option, what file am i looking for?
  #19  
Old Jul 15, 2011, 05:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
No need to edit a file go to ato->add HTML/cask setts->CSS inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #20  
Old Jul 15, 2011, 05:41 PM
Daniel Hurtubise
 
12 posts · Aug 2010
And now i have that really cool bar at the top.....
That is just GREAT ]

Thank you so much

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re-Direct Blog Title Link To Another Page of Blog ClearStreams Header configuration & styling 2 Aug 12, 2010 05:34 PM
Blog visible on website via RSS feed?? red101 RSS, Feeds & Subscribing 0 Mar 9, 2010 06:43 PM
Simple Question - How do I change the font for the blog title? Verity Atahualpa 3 Wordpress theme 3 Feb 15, 2009 03:15 PM


All times are GMT -6. The time now is 04:18 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.