• Resolved hastic

    (@hastic)


    Hi, I have a problem with su accordion shortcodes

    After adding the content to the su accordion, the page itself creates an empty scroll like a screen

    How disable this “emtpy place” to scroll

    Here is a sample code:

    <p>[su_accordion class="lektor"]
    [su_accordion]
    [su_spoiler title="name 1" class="my-custom-spoiler"] 
    <br />Aron
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Bronek
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Lea
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Leon
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Marta
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Nina
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Pola
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Zofia
    <p>[audio mp3="http://link.html"][/audio]</p>
    [/su_spoiler] 
    
    [su_spoiler title="name" class="my-custom-spoiler"]
    <br />Aron
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Bronek
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Lea
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Leon
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Marta
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Nina
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Pola
    <p>[audio mp3="http://link.html"][/audio]</p>
    <br />Zofia
    <p>[audio mp3="http://link.html"][/audio]</p>
    [/su_spoiler] 
    
    [su_spoiler title="Woman" class="my-custom-spoiler"] 
    
    Spoiler content 
    
    [/su_spoiler] 
    
    <!--
      IMPORTANT
      You need to add this CSS code to the custom CSS editor at plugin settings page
    -->
    <p><style>
      .su-spoiler.my-custom-spoiler {}
      .su-spoiler.my-custom-spoiler .su-spoiler-title { color: #f5a23e; font-weight: normal;}
      .su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon,
      .su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
        left: 3px;
        color:#f5a23e;
      }
      .su-spoiler.my-custom-spoiler .su-spoiler-content { background-color: #fff}
    </style>[/su_accordion]</p>

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

Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    I think this is meant for another plugin. My plugin doesn’t use the su_accordion shortcode name.

Viewing 1 replies (of 1 total)

The topic ‘[su_accordion] how disable scroll’ is closed to new replies.