Showcase

Sorry if this is off topic, but I wonder is there a way to remove the numbering and slide show controls on Showcase slide show images?

Ideally, I would like the controls in one place off the image, that stays put and does not move around with each different size image. And I would like the numbering removed or placed to the side as well.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This page uses some extra CSS to move the controls/numbering http://www.deltadesign.co/odds/showcase4.html

The controls are placed relative to the image so will move depending on image size - just differently.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi David-

These look great. I understand why the controls are relative to the image. Where do I get the code and how do I use it? How can the buttons be made lighter grey, or even white-- so that against a white background all one sees is the > or =?

Thanks!

Chris


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Where do I get the code and how do I use it?

The code for positioning the controls is (in my example)

.fwShowcase_controls a {
    position: absolute;
    bottom: -100px !important;
}

For the number/info positioning

.fwShowcase_info {
    opacity: 1 !important;
    top: 0px !important;
    right: -40px !important;
    display: block;
}

Wrap these up in some style tags and copy/paste into Page>HTML Markup in the before /Head section

<style type="text/css">
<!--
.fwShowcase_info {
    opacity: 1 !important;
    top: 0px !important;
    right: -40px !important;
    display: block;
}
-->
</style>

The Showcase Extras action gives you the option of different style/colour controls and you could also make your own by duplicating the controls.png that the action creates and modifying to your own look.

Look in your site folder for the Resources folder and you will find a copy in there once you publish or preview your page.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Also if anyone makes a controls graphic they are proud of (and would like to share) I’ll happily add it to the Action.
Thanks,
Tim.

On 6 Mar 2012, at 22:44, DeltaDave wrote:

The Showcase Extras action gives you the option of different style/colour controls and you could also make your own by duplicating the controls.png that the action creates and modifying to your own look.


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options