• makingtrails

    (@makingtrails)


    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/

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

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

    Thread Starter makingtrails

    (@makingtrails)

    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

    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!

    @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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Flash Feed Scroll Reader] CSS Styles’ is closed to new replies.