Hi there, i've got your script running and am liking it a lot. Managed to integrate it into my site nicely but am struggling at finding the default text colour, its weird, within IE it shows the text as gray, but within FF it doesn't show the text at all
http://www.echobeatmusic.com/plogger/index.php
is my page. So i'm just wanting to change the default text colour to white so that it sits with the rest of my theme.
One other thing, is there a way i can make a category a default view? As i have no need for categories and albums, as really only have a single category, so could i simply have a album view instead of category?
Other than that its lovely, cheers for the great script!
Hi, so in your gallery.css sheet should be... http://www.echobeatmusic.com/plogger/css/gallery.css go find the class called "tag" (should look like .tag) and add color: #ffffff; and that should do it.
*changing this
body { font-color: #FFFFFF; }
to just:
body { color: #FFFFFF; }
would also probably fix it (1).
As for making a category the home you can always just link to the collection then just index.php like... index.php?level=collection&id=1 or something. or mb with curf urls or with a htacess redirect.
* (1) btw i believe that font-color is not a CSS tag and just an html tag. you only have to define CSS text colors by color. :)
yeah forgot you might have to add some css yourself. The reason why it works in IE and not FF is because the font-color tag i believe really isn't part of the w3c standard of defining color for test in css, however Ie makes up this tag in css and then renders it. Anyway adding this I believe will change everything white. So in your gallery.css add this
body { color: #FFF; background-color: #000; }
you can then just delete the body inside your actual html file. btw not a bad job in integrating plogger into your black theme, it looks great :)
Nailed it, Thanks Ben. I understand what you mean about the font color. My css knoledge isn't what it was when i was at uni.
It does look pretty cool. My existing gallery was okay just a bit bloated and slow and am making the site puk maintenance free (ie my other band members with v little knoledge can actually do something with it instead of endlessly phoning me!) and this is a great script for doing exactly that. I'll fiddle with the category default tomorrow, so you may be hearin more from me of yet.
Download a song or two, you may like it :p
Really appreciate your input Ben, a top script with top support, thats what you call a good service. If the band makes me rich tomorrow i'd send you my appreciation shortly after my money arriving!