Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Howdy leugs,

    Right now, you can remove the title using CSS, but in our next version, which should be released this week, we incorporate a way to remove the title from the markup as well.

    Hope that helps.

    Eric

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Hey Leugs,

    We may have it in the current version actually, but undocumented. Try adding this to your shortcode: hide_title="yes"

    Good luck!

    Thread Starter leugs

    (@leugs)

    Love it, that is fantastic as the shortcode removes the spacing as well, so thanks so much, slideshows are now perfect!

    Thread Starter leugs

    (@leugs)

    okay, i take that back. one more quick question:

    Is it possible to have slides load on the screen so that between images loading (esp for slower connections) the content below doesn’t jump up?

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Is it possible to have slides load on the screen so that between images loading (esp for slower connections) the content below doesn’t jump up?

    We’ve seen this too with some themes and have overcome it using some targeted CSS. If you’ll post a link to your site, we can take a look.

    Thread Starter leugs

    (@leugs)

    Hi, oh that’s a relief it can be fixed.
    Here is a link:
    https://www.discoverborderlands.com/site/activities/canyoning/

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Hi leugs,

    Try adding something like this to your CSS file:

    #ivycat-slider .screen {
        display:block !important;
        height: 326px;
    }

    That should minimize the jumping.

    I hope that helps.

    Eric

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing the Title’ is closed to new replies.