Slider feature request
-
Would like to make a request if I may for next release for the slider.
To allow a transparent area under a full image that displays title and statement.
Demo here:
Of course the ” View full post ” removed.
Just a thought, it looks great !
Or if someone knows how to do this, Please share.
Thank you.
Admin
Graphene Options > Slider > Slider display style > Background image and excerpt.
Man,, You guys are Incredable !!!!!!!!!!
Awesome support!
It shows dbl etc images.
http://constructionbannerexchange.com/boat/
I assume that is because the image NOW has to be bigger.
You guys Rock!
Thank you !
Anyway to change the text area background from black to somewhat white like on:
I thought I had it with:
Button box shadow
Button label text shadow
But nothing changed, still black.
I could live with it, if needed, I’m Very impressed……………
Admin
Add this to the theme’s Custom CSS feature:
.bgimage-excerpt .slider-entry-wrap {
background: rgba(256,256,256,0.8);
}
.bgimage-excerpt .slider_post h2 a,
.bgimage-excerpt .slider_post h2 a:visited {
color: #000
}
.bgimage-excerpt .slider_post_entry p {
color: #333
}Hello,
How big does the picture have to be? And can this option be a featured item?
Thanks
Admin
Quote:How big does the picture have to be? And can this option be a featured item?At least as big as the slider is. If you changed the slider’s dimension after you’ve uploaded the pictures, you can use the AJAX Thumbnail Rebuild plugin to regenerate the proper sizes for uploaded images.
hi Syahir,
This post has helped answer my recent post too! great support. thanks. The AJAX plugin is exactly what I was looking for!!! ace! Thanks again.
Just a quick one which bit of this code changes the opacity of the excerpt background ie to make it whiter, but still transparent?
—
.bgimage-excerpt .slider-entry-wrap {
background: rgba(256,256,256,0.8);
}
.bgimage-excerpt .slider_post h2 a,
.bgimage-excerpt .slider_post h2 a:visited {
color: #000
}
.bgimage-excerpt .slider_post_entry p {
color: #333
}
Admin
It’s the
0.8in this bit:.bgimage-excerpt .slider-entry-wrap {
background: rgba(256,256,256,0.8);
}It only works in modern browsers though. If you want to make it work for IE8 and older, see this page:
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.
