I've just installed Review Post and integrated it with
VB 3.06.
All is OK except for the fact that I've just spent several hours attempting to "control" the (
JS) thumbnail borders on the showproduct page - they're that terrible blue (hyperlink) color that turns purple when visited.
What I've tried:
searched all the the forums here,
edited the thumbnail template,
added a new td class and tried to force it in showproduct1.tmpl,
been through all the existing CSS sheets looking for clues,
visited photopostdev,
When I view the page source of "/reviews/showproduct.php" I see that the td class being called is "vsmall_dark" which is not a class that appears anywhere that I can find in any of the RP existing stylesheets, and of course, it's not one that
VB uses. Why does showproduct1.tmpl call a non existant td class for the thumbnails?
So next I used my text editor's "find in files" option to see if "vsmall_dark" showed up anywhere else and found only 3 references to that class and they were all in showproduct1.tmpl at around line 143:
Code:
Content visible to verified customers only.
So I changed that to a new class called thumbs - no good.
Next I added a new class called "vsmall_dark" to my
VB CSS - nope.
Next I added a new class called "vsmall_dark" to my RP default CSS - nada!
Now it gets screwy, just to make sure I was editing the right template, I deleted the above code block in showproduct1.tmpl - but the thumbnails still showed uppon showproducts.php
So I edited showproducts.php and added "border=\"0\" to the php code block which corresponds to the same block in the template"
Code:
Content visible to verified customers only.
and in there we see the class being called isn't "vsmall_dark", and I can't decipher:
Code:
Content visible to verified customers only.
I wanted to add a shadow frame border image similar to how I did in a PP install I have, but first I really must get rid of those blue borders, but for the life of me cannot figure out to do it.
Any assistance much appreciated.
Mike