Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #766
    Craig Rogers
    Participant

    Any wordpress galleries work fine, but I need it to work on individual “product” images such as this:

    http://wednesdaysheroes.com/spellcasters-white-magic-by-richard-cox/

    I’d like clicking on the small product image to bring up the full size version of the image in the lightbox.

    Any ideas?

    #768
    Bartosz
    Keymaster

    Yes, we have some :)

    For example at this page: http://wednesdaysheroes.com/batwoman-trading-card-richard-cox/
    You have a product image link has a rel=”group” attribute like that
    a class="zoom product_main_img" href="http://wednesdaysheroes.com/wp-content/uploads/2013/09/final-final.jpg" title="" rel="group"

    I don’t know what kind of script/theme you are using but iIf you have an option to modify this rel attribute from “group” to “lightbox”, do so. If not, you may modify the selector in lightbox settings the otherwise -just change “lightbox” into “group”. Or there is a third option – manually add rel=”lightbox” to images in your theme (modifying theme files).

    #769
    Craig Rogers
    Participant

    Thanks so much!

    Followup question…I set opacity to 100 (no opacity) which blacks out everything except my menu items. “home” “our artists” etc still bleed through. Can that be fixed/changed?

    #770
    Bartosz
    Keymaster

    Yes, but that’s a CSS issue in your theme – your header has extremely high z-index attribute (z-index: 99999); Just change that to a smaller value (9, 99?) to see when it goes under the lightbox bacground.

    #771
    Craig Rogers
    Participant

    Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.