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 »

Problems with inserting RSS


  #1  
Old Jan 18, 2009, 09:56 PM
glenroy
 
6 posts · Jan 2009
Mudgee, NSW Australia
Send a message via MSN to glenroy
Hi. Firstly let me say that I love this theme. Now here is my poblem. I have magpie installed on my server to generate rss feeds from other sites. It generates the javascript and I copy and paste it into a page. However, the page doesn't display the script properly. That is, it only displays the feed at around 200px instead of say 100% which I want. Any idea on how to fix this please?
  #2  
Old Jan 19, 2009, 02:38 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I would have to see the error in action, i.e. a URL
  #3  
Old Jan 20, 2009, 01:31 AM
glenroy
 
6 posts · Jan 2009
Mudgee, NSW Australia
Send a message via MSN to glenroy
Thanks Flynn. You can go to: http://www.cooyal.com/news-just-in to see what I mean. I want this to expand the width of the page. Is it anything to do with tables or stylesheet?
  #4  
Old Jan 20, 2009, 01:49 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The CSS selector div.rss-box is being used for both the RSS buttons on the top right in the header as intended by me, and it's also being used as container for all RSS items in the middle column. Did you use that manually or was it added automatically? You'd have to change one of the two "div.rss-box" to something different.

Currently div.rss-box is getting a width of 280px via Theme Options -> RSS Settings -> RSS Box width

Suggestion: Change the div.rss-box in the middle column to something else such as div.rss-middle.

That should be enough. To further style div.rss-middle add it as a new style via Theme Options -> HTML/CSS Inserts -> CSS Inserts, i.e.

div.rss-middle {
...put some styles here...
}

See the settings of div.rss-box in style.css.php (should be line 335) for a styling example.
  #5  
Old Jan 20, 2009, 02:02 AM
glenroy
 
6 posts · Jan 2009
Mudgee, NSW Australia
Send a message via MSN to glenroy
Thanks for the quick response. You say "Change the div.rss-box in the middle column to something else such as div.rss-middle" but where do I do this at?
  #6  
Old Jan 20, 2009, 06:31 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I just saw that those links are generated with javascript, probably with a widget, so it is indeed not easily possible to change the name of the div container.

I had not thought about this - Alternatively you can give the div.rss-box a second width if it is inside a post:

Paste the following into the textarea "CSS Inserts" at the menu tab "HTML/CSS Inserts"

HTML Code:
.post div.rss-box {
width: auto !important;
}
If that doesn't work try this instead

HTML Code:
.post div.rss-box {
width: 100% !important;
}
  #7  
Old Jan 21, 2009, 09:46 PM
glenroy
 
6 posts · Jan 2009
Mudgee, NSW Australia
Send a message via MSN to glenroy
Thanks Flynn. The first one did the job. Again, may I say congratulations on an excellent theme

Bookmarks

Tags
javascript, magpie, rss

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
inserting javascript in body of post wolfclick Atahualpa 3 Wordpress theme 7 Jul 2, 2010 10:07 PM
RSS Comment and RSS post is not working varkis RSS, Feeds & Subscribing 8 Dec 6, 2009 10:40 AM
[SOLVED] How to remove Entries RSS, Comments RSS, and Wordpress.org on sidebar streetx Sidebars & Widgets 4 Jun 21, 2009 06:49 PM
Inserting flashfader into header Nancye50 Header configuration & styling 3 Apr 22, 2009 12:40 PM
removing the Entries RSS, Comments RSS & Wordpress.org default links earlalger Header configuration & styling 2 Mar 8, 2009 06:09 PM


All times are GMT -6. The time now is 08:15 PM.


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