Hi! Is is possible to make portfolio widget to pick up videos in 'latest portfolio' entries? And not live blank squares like here? http://learn.thenovakagency.com.au/ And same applies to latest post widget. Or if its not possible then how do I ascribe a video icon so there are no blanks?
Thank you!
Widgets don't pick up videos as featured images.
7 posts from 2 voices-
Posted 1 year ago #
-
Hey,
it's not possible to add videos to the portfolio/news widget but you can use a video icon instead of a "white" thumbnail place holder (however it will be used for all items without images). To add a background image use following code in css/custom.css:
.news-thumb { background: url("../images/skin1/videoicon.png"); }and instead of videoicon.png insert your own image file.
Posted 1 year ago # -
Oh, that's cool. Easy-breezy, didn't realize video had a thumb icon. Thought it was just an empty space.
Many thanks,
E
On a different note though, if I don't manage to fix myself, where's the code to remove padding around flickr widget in the footer (same url as I posted above). This padding doesnt allow three thumbs in a row, just two. Its not the widget itself as it works just fine with Newscast. And also text or contact form widgets go from side to side but flickr picks up some padding... Beats me...Posted 1 year ago # -
You can use following code in css/custom.css:
.slickr-flickr-gallery img {
padding: 0 !important;
}Posted 1 year ago # -
thanks a ton! worked with
.slickr-flickr-gallery {
padding: 0 !important;
}cuz the whole gallery picked up padding from god knows where. Or at least it was beating me.
Thank you again!Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago # -
Yup, u'r a truly awesome support!
Posted 1 year ago #
Reply
You must log in to post.














