close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Remove caption fill?

Thread began 6/22/2012 9:57 pm by cldsk | Last modified 6/25/2012 10:43 am by cldsk | 1064 views | 4 replies |

cldsk

Remove caption fill?

Following the advice of another post for editing the style of a PowerGallery show, I am trying to do the same with the blinds Gallery. I just want it to be the pictures themselves - with no borders/etc.

I did get everything but the fill box for the caption to erase. Can you tell me what I need to do to get that one to go away??

the link to see the gallery is:

index.php?gallery=3&theme=DLMHome

Thanks so much!


Here is the css coding after my edits:

SLIDESHOW_BLINDS_GALLERY.fullsize {
/* resize:proportion; */
width:310px;
height:208px;
}
/* body background
--------------------------------------------------*/

body.pg {
background-color: #fff;

}

/* wrapper
--------------------------------------------------*/
.pg-sb {
background-color: #eee;
padding: 00px;
height: 208px;
width: 310px;
}


/* blinds
--------------------------------------------------*/

.pg-sb .blinds {
background-color: #131718;
}

.pg-sb .blinds .floom_slice {

}
.pg-sb .blinds .floom_caption {
text-shadow: 0 1px 0 #fff;
font-size: 1.0em;
color: #999;
position: relative;
text-align: center;
width: 100%;
top: 0px;

}

.pg-sb .blinds .floom_caption div {
color: #333;
}

.pg-sb .blinds .floom_progressbar {
font-size: 1px;
background-color: #131718;
height: 3px;
position: relative;
z-index: 1000;
width: 0;
top: 2px;
}
.pg-sb .blinds .floom_container {
overflow: hidden;
}
.pg-sb .blinds .floom_vertical {
float: left;
}

Sign in to reply to this post

Jason ByrnesWebAssist

do you mean the progress bar?

if so, edit the /gallery/galleries/slideshow_blinds/css/themes/DLMHome.css file, change the height of the:
.pg-sb .blinds .floom_progressbar {

selector to 0.

Sign in to reply to this post

cldsk

Many thanks for the quick reply. That did remove the progress bar (which helps), but not the caption fill. I am attaching a picture with the fill circled (it is gray so a little hard to see on the white background).

Thank you so much!!
~Chris

Sign in to reply to this post

Jason ByrnesWebAssist

in the gallery/galleries/slideshow_blinds/js/gallery.js file, find the following line:

height: (this.maxImageHeight + (this.options.showChrome && this.options.showCaption ? 80 : 0)) + 'px'



to:

//height: (this.maxImageHeight + (this.options.showChrome && this.options.showCaption ? 80 : 0)) + 'px'
height: this.maxImageHeight + 'px'
Sign in to reply to this post

cldsk

Perfect!! That worked! Thanks so much!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...