|
#41
|
|||
|
|||
|
CSS thumbnail spacing bug
Here is my CSS thumbnail code bug fix. It seems the margin gets some extra spacing for some reason...
/* margin CSS tags are buggy and need one negative value to equal 0. I'm not sure why this is but is only needed for the *GeoS Show Category ADDON* for pixelpost. The default pixelpost CSS value of 0 work fine. */ .thumbnails { background: #CCCCCC; border: 1px solid #CCCCCC; padding: 0px; margin: -1px; } .thumbnails:hover { background: #FFFFFF; border: 1px solid #666666; padding: 0px; margin: -1px; }
__________________
http://www.opticdesire.com/pixelpost |
|
#42
|
|||
|
|||
|
Geos, the addon works wonderfully.
a little tricky on the href links on whether to add the <tags> inside or outside. which was different on 2 occasions (one in and the other outside). check it out: http://www.opticdesire.com/pixelpost...se&category=30 pixelpost is now everything i needed! for now! perfecto!
__________________
http://www.opticdesire.com/pixelpost |
|
#44
|
|||
|
|||
|
Quote:
I also found that the thumbnails generated by <SC_THUMBNAILS> gained a little in the margins from the original <THUMBNAILS> tag. I fixed it on my site by modifying the addon script itself, removing the ".chr(10)" from line 238. I guess that code is for a carriage return or something that ends up putting each thumbnail on a different line in the output html. Removing it tightened them up again. Rob |
|
#46
|
||||
|
||||
|
Thanks for the update today!
|
|
#47
|
||||
|
||||
|
There was an update.
Please read addon changelog (history) on forum or in addon section of pixelpost.org. EDIT: Green you've posted just before my info about update (you were faster then I) :P PS Please all of you - inform me if there is something not OK (about any bugs) or if you want something more (but for today I think that is all what it should have) |
|
#48
|
||||
|
||||
|
Quote:
Just so I don't go crazy trying to figure out whether or not your category navigation is dynamically generated...the categories on the right side of the page you linked to were hardcoded, right? If not, please share your secret...maybe it's not even a secret and I'm missing something big. But having a list automatically generating links to category-only viewing is too tempting not to ask about. Any way you slice it, nice site! |
|
#49
|
|||
|
|||
|
That's a great plugin, thank's a lot!
I'm just having a little problem here with the drop-down-menue. After I had selected or changed a category (e.g. "Germany") in the drop-down-menue and after than the page as been reloaded, the name of the category is disapearing in the box. Insead off e.g. "Germany" there is nothing (blank) shown in the box. I tried it with Firefox and the Konqueror on Linux. The name of the category is shown under next to the "SC_CAT_NAME" tag, so everything is working fine, the browsing, the thumbnails, ... ... but just the name of the selected category is disapearing th e drop-down-menue. Did I do something wrong, is there something I forgot and a way to fix it or is it a bug? |
|
#50
|
||||
|
||||
|
Its not bug, I didnt forget about this, ... - there was no such intention for this drop-down menu.
Solution is quite easy. Find in code of addon (line 334/345): PHP Code:
PHP Code:
Write to me a PM if it doesnt work then we will find solution.
Last edited by GeoS; 08-24-2006 at 06:18 PM. |
| Post Reply |
| Thread Tools | |
|
|