Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi David,

    Yes, at the moment you’d still have to create two seperate slideshows. There’s going to be an option to be able to override the slideshow’s settings, but this feature will have to wait until after the release of version 2.3.

    You should be able to do a little CSS trickery though. In your theme’s CSS file (or in your slideshow’s custom stylesheet, read how to create one in the FAQ section), add the following lines wrapped in a class that only applies to the widget area of your website:

    .widget .slideshow_container .slideshow_description {
        display: none !imortant; /* This will force the description to be hidden only in a '.widget' classed element. */
    }

    Best regards,
    Stefan

    Thread Starter dwll

    (@dwll)

    Thanks Stefan – Just what I needed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slideshow widget caption’ is closed to new replies.