• Hi,

    I have integrated a flash slideshow to my autofocus. Users on mac using safari are reporting that slideshow is appearing but does not work. Slideshow developer sent me a following reply:

    I believe the problem is the HTML template of your blog. There appears to be a giant “overlay” that says “? 2010 Tauno ??bik”. That user element prevents the user from clicking on the slide show. The code in question is here:
    <span class="photo-credit">&copy; 2010 Tauno ??bik</span>

    I took a peek into style.css and I am confused quite a lot how exactly to disable this function.

    Thank you for all help you can give!

Viewing 1 replies (of 1 total)
  • not sure if this is the best way to do it, but it worked for me. add
    visibility: hidden;

    to read like this:

    #content .photo-credit {position:absolute;padding:16px;display:block;width:768px;height:100%;z-index:2;text-align:left;visibility:hidden;}

Viewing 1 replies (of 1 total)
  • The topic ‘how to disable .photo-credit overlay info in posts?’ is closed to new replies.