• Resolved oerdi

    (@oerdi)


    Hello,
    we show our sponsors in two seperate sliders.
    My questions:
    1.) Is it possible to randomize the order of the contents?
    2.) It would look good if the red progress bar could be restarted for each content with the same duration.
    Thanks and regards
    The implementation will be done with the following code-examples.

    .x-bar {
      margin-top: 0;	
      margin-bottom: 0;
    }
    .x-bar.sue-progress-bar-style-thin span span {
      display: none;
    }
    .x-bar.sue-progress-bar-animation span {
        -webkit-transition: width 8s linear;
        transition: width 5s linear;
    }
    <!-- 1. Example -->
    <div style="max-width: 360px; line-height: 18px; font-size: 13.5px;">
    [su_panel border="1px solid #237346" padding="0px" shadow="0px #fff" radius="3"]
    <div style="border-radius: 3px 3px 0 0; padding: 3px 6px; background-color: #237346; color: #fff; font-weight: 500;">Danke an unsere Sponsoren für ihre Unterstützung</div>
    [su_progress_bar style="thin" percent="100" fill_color="#dc1e1e" text_color="#666666" class="x-bar"]
    <div style="height: 90px; margin: 6px 6px 0;">
    [su_content_slider effect="fade" arrows="no" autoplay="5" autoheight="no"]
    [su_content_slide]<strong>Kratschmayer Kälte- und Klimatechnik GmbH</strong><br />Seeweg 18<br />74523 Schwäbisch Hall[/su_content_slide]
    [su_content_slide]<strong>Gronbach GmbH & Co. KG – Transporte und Baustoffe</strong><br />Raiffeisenstraße 17<br />74523 Schwäbisch Hall[/su_content_slide]
    [su_content_slide]<strong>Schumacher Autoglas</strong><br />Sulzdorfer Straße 48/1<br />74523 Schwäbisch Hall[/su_content_slide]
    [su_content_slide]<strong>Alfred Kärcher SE & Co. KG</strong><br />Alfred-Kärcher-Straße 28-40<br />71364 Winnenden[/su_content_slide]
    [su_content_slide]<strong>Landmetzgerei Setzer</strong><br />Birkichstraße 2<br />74549 Wolpertshausen[/su_content_slide]
    [su_content_slide]<strong>Bausparkasse Schwäbisch Hall AG</strong><br />Crailsheimer Straße 52<br />74523 Schwäbisch Hall[/su_content_slide]
    [/su_content_slider]
    </div>
    [/su_panel]
    </div>
    <!-- 2. Example -->
    <div style="max-width: 360px;">
    [su_panel border="1px solid #059400" padding="0px" shadow="0px #fff" radius="3"]
    [su_progress_bar style="thin" percent="100" fill_color="#dc1e1e" text_color="#666666" class="x-bar"]
    <div style="height: 117px; margin: 2px 2px 0; text-align: center; line-height: 16px; font-size: 14.5px;">
    [su_content_slider effect="fadeUp" arrows="no" autoplay="10" autoheight="no"]
    [su_content_slide]
    <div style="margin-top: 10px;"><a title="Gehe hier zu Stadtwerke Schwäbisch-Hall" href="https://stadtwerke-hall.de/" target="_blank" rel="nofollow noopener noreferrer"><img class="aligncenter" src="https://tsv-hessental.de/wp-content/uploads/Stadtwerke-190x90.png" alt="" width="190" height="90" /></a></div>
    [/su_content_slide]
    [su_content_slide]
    <div style="margin-top: 12px;"><a title="Gehe hier zu Victoria-Transporte" href="https://victoria-transporte.de/" target="_blank" rel="nofollow noopener noreferrer"><img class="aligncenter" src="https://tsv-hessental.de/wp-content/uploads/Victoria-Transporte.png" alt="" width="200" height="60" /></a></div>
    <div style="margin-top: -12px; color: #666;">Sponsor der Fußballjugend</div>
    [/su_content_slide]
    [su_content_slide]
    <div style="margin-top: 12px;"><a title="Gehe hier zu Autohaus Koch" href="https://vw.koch-autogruppe.de/" target="_blank" rel="nofollow noopener noreferrer"><img class="aligncenter" src="https://tsv-hessental.de/wp-content/uploads/Koch-Auto-Gruppe.png" alt="" width="200" height="52" /></a></div>
    <div style="margin-top: -4px;color: #666;">Sponsor Präsentationsanzüge</div>
    [/su_content_slide]
    [su_content_slide]
    <div style="margin-top: 12px;"><a title="Gehe hier zu Pichler e.K. 
    | Wasser | Wärme | Wohlfühlen |" href="https://www.pichler-sha.de/" target="_blank" rel="nofollow noopener noreferrer"><img class="aligncenter" src="https://tsv-hessental.de/wp-content/uploads/Pichler.png" alt="" width="200" height="90" /></a></div>
    [/su_content_slide]
    [/su_content_slider]
    </div>
    [/su_panel]
    </div>

    The page I need help with: [log in to see the link]

  • The topic ‘extra-shortcodes: slider-content with progress-bar and randomizing order’ is closed to new replies.