First of all its really very good program that it has everthing what I need.
In this last version 1.3.1 , I saw that highlighted pictures have background pic that the picture shows like it has shadow effect.It is good but when there is border color it isnt seems like good to me.
I want to remove this, but I think deleting background picture is not enough?
Can anybody tell me how can I remove this.
Thanks.
Posts: 7994
Here's an answer that Nicholas Head sent out to the mailing list a while back:
Posts: 8
Thanks bharat I did it.
Gallery users like who wants to remove this shadow thing in main page of gallery - you should also edit inline_gallerythumb.frame.default file :wink:
Posts: 2
Was wondering which line of code to change to remove shadow? :eek:
Posts: 7994
Modifying the .default files is a very bad idea. The next upgrade will overwrite any changes you make. Instead, copy the .default file to the same name without the .default suffix (ie, "album.footer.default" => "album.footer") and then modify the new file. Gallery will look for that file first.
kingface, copy html_wrap/inline_albumthumb.frame.default to html_wrap/inline_albumthumb.frame and edit it. Remove everything but this:
$tag = $gallery->html_wrap['thumbTag'];
$href = $gallery->html_wrap['thumbHref'];
<a href="<?php echo $href ?>"><?php echo $tag ?></a>
I haven't tested this, but I'm pretty sure it will work.
Posts: 68
This only works on normal albums. It screws up nested galleries.
There has to be an easy way to get the thumbs throughout to look like v. 1.2.5
I think the new look, looks horrible.
Kyle