NextGen_User_SH
Forum Replies Created
-
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/shutter2:
plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloadedWhen 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.
RgdsForum: Hacks
In reply to: Code to remove border/padding from lightbox?@bcworkz: thank you.
In my webroot, there are 2 files:
1: plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter2:
plugins/nextgengallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloadedWhen 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
Forum: Hacks
In reply to: Code to remove border/padding from lightbox?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,