Forums

[Plugin: Flash Feed Scroll Reader] CSS Styles (6 posts)

  1. makingtrails
    Member
    Posted 4 years ago #

    Hi,

    Good work on the plugin btw!!

    This is probably really simple because i've missed something but I have installed this plugin in my header which does display but because my header's background is #000000 I am unable to see the feeds item description because this is also #000000. Can I change this in the style.css??

    Also is it possible to change the date format which is displayed like this [ March 1, 2009; ] to March 1st 2009

    Thanks

    J

    http://wordpress.org/extend/plugins/flash-feed-scroll-reader/

  2. gfazioli
    Member
    Posted 4 years ago #

    Hi,
    Yes, you can change all HTML scroll rendering simple edit style.css file in the css plugin folder.
    In this file there are the default style.
    You can change "description" color, for example, just set:

    /**
     * Description
     */
    .description {
    	color:#f1f1f1;
    	font-weight: bold;
    }

    Please let me know if you have any other questions

  3. gfazioli
    Member
    Posted 4 years ago #

    @makingtrails:
    for the date is not possibile because it is into feed.

  4. makingtrails
    Member
    Posted 4 years ago #

    Hi,

    Thanks for this. I now works superb! and as for the date I have resolved that issue by excluding dates from the post title.

    One thing I have noticed is that in Firefox 3.0.8 the flash is displayed correctly with a #000000 background, yet the exact same settings within IE (7.05730) shows a white background.

    I always use Firefox so have only just noticed this issue. Have you come across this before?

    Thanks

    J

  5. fanSte
    Member
    Posted 3 years ago #

    is it possible to show all my feeds randomly? so when i refresh my page the first feed shown is different all the time, so that it dont begin with the same feed?

    tnx!

  6. gfazioli
    Member
    Posted 3 years ago #

    @fanSte: very good idea! :) In this release is not possible. However I can add this feature in next release.

    Thanks for suggest

    Please let me know if you have any other questions
    GF

Topic Closed

This topic has been closed to new replies.

About this Topic