• Resolved Alex

    (@darkmadness)


    Hey there!

    First off I want to say that I am really enjoying your plugin. It has amazing functionality and after spending quite some time sifting through all the other gallery plugins this one definitely comes out on top! Thanks very much (:

    My problem is somewhat frustrating to me as I seem to have found a solution but it’s being a bit temperamental.

    I’m doing a site for my sisters business and am using your plugin to show some of her meals. I’m loving how easy it is to customise but have ran across one problem and that is active link colours on the album page located:

    http://grill32.com.au/grill32-meals-gallery/

    If you will notice the two black links on the “Grill Challenge Meals” album, those I have changed manually using:

    .wppa-box-text a:link {
      color: #000000;
     }
    and
    
    .wppa-slideshow-browse-link a:link {
    
           color: #000000;
    }

    My problem is that it’s only changed the links on one album and not on the other, but they seem to be using the same classes? What am I doing wrong?

    I thought maybe my theme was overriding but my active links on my theme are actually white so that is not the case.

    Would you be able to help me with this please? My eyes are square from going through the code!

    Cheers!

    http://wordpress.org/plugins/wp-photo-album-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It works on both albums, but you visited the links in one album.
    You have to specificly add a:visited:

    .wppa-box-text a:link, .wppa-box-text a:visited {
      color: #000000;
     }

    etc.

    Thread Starter Alex

    (@darkmadness)

    *smacks forehead*

    I knew it was going to be something simple, I just needed a fresh pair of eyes. Thanks so much mate, keep up the good work! (:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active Link Colour Issue’ is closed to new replies.