Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter NextGen_User_SH

    (@nextgen_user_sh)

    Sorry I am in Shanghai. Time difference caused delay in my answer. Thank you for your reply.

    My website address: //thparch.com
    Issue is in menu “media” where I inserted the nextgen_gallery.

    Actually, to answer your question, I just want the image that pops up after clicking its thumbnail to be frame-free.

    In my webroot, there are 2 files:
    1: plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter

    2:
    plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded

    When editing shutter_reloaded/shutter.css the only parameter with white color (#ffffff), as in my online lightbox frame, is this:

    #shDisplay div#shTitle {
    font: normal 12px/17px ‘Lucida Grande’, Verdana, sans-serif; /* caption font */
    color: #ffffff; /* caption colour */
    text-align: center;
    margin: 0 auto;
    }

    When changing ffffff to 000000, for ex, the lightbox is still white.

    When editing shutter_reloaded/shutter.css and changing parameters in:

    div#shDisplay img#shTopImg {
    margin: 0 auto;
    border: 1px solid #555;
    background: transparent;
    display: block;
    max-width: none;
    max-height: none;
    }

    nothing changes either.

    When editing shutter_reloaded/shutter.js, there are several parameters at paragraph “ShowImg : function() ” showing width and heights related parameters. Should I modify here?

    Could you pls indicate which root file controls that (lightbox.js?) and what is the proper terminology? Code to edit and change?

    Thank you in advance.
    Rgds

    Thread Starter NextGen_User_SH

    (@nextgen_user_sh)

    @bcworkz: thank you.

    In my webroot, there are 2 files:
    1: plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter

    2:
    plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded

    When editing shutter_reloaded/shutter.css the only parameter with white color (#ffffff), as in my online lightbox frame, is this:

    #shDisplay div#shTitle {
    font: normal 12px/17px ‘Lucida Grande’, Verdana, sans-serif; /* caption font */
    color: #ffffff; /* caption colour */
    text-align: center;
    margin: 0 auto;
    }

    When changing ffffff to 000000, for ex, the lightbox is still white.

    When editing shutter_reloaded/shutter.css and changing parameters in:

    div#shDisplay img#shTopImg {
    margin: 0 auto;
    border: 1px solid #555;
    background: transparent;
    display: block;
    max-width: none;
    max-height: none;
    }

    nothing changes either.

    Am I at the right place??

    Rgds

    Thread Starter NextGen_User_SH

    (@nextgen_user_sh)

    Yes of course Will. Thank you for replying.

    //thparch.com

    Pls go to menu ‘Media’ link. You’ll see thumbnails is resolved, but popping lightboxes still show white frames…

    Rgds,

Viewing 3 replies - 1 through 3 (of 3 total)