Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335375
    dladvocat
    Participant

    Hi!

    I have an accordion inside other accordion. But I need my the inside accordions remain closed when opening the container accordion.

    You can see the problem in http://www.festefort.cat.mialias.net/contacte/
    Thanks!

    #1335424
    Rupok
    Member

    Hi there,

    Thanks for writing in! Looks like your site having some security issue so can’t check – http://prntscr.com/dxb6q5

    Update us when it’s fixed.

    Cheers!

    #1335544
    dladvocat
    Participant
    This reply has been marked as private.
    #1336016
    Nico
    Moderator

    Hi There,

    Thanks for the login details.

    Please try the shorcode construction below both for your accordions with accordions.

    [x_accordion id="bombers"]
    [x_accordion_item parent_id="fisiques" title="Coordinador Curs Barcelona i Sabadell"]
    <p style="text-align: left;"><span style="color: #2f6396;"><strong>Enric Abad [x_line]</strong></span></p>
    <p class="p1" style="text-align: right;"><span style="color: #2f6396;">
    <span class="s1">[x_icon type="envelope-o"]   <a href="mailto:[email protected]">[email protected]</a>  
       </span></span><span style="color: #2f6396;">[x_icon type="mobile-phone"]  600 246 467</span>
    [contact-form-7 id="42" title="Informació General Festefort.cat"]</p>
    [/x_accordion_item]
    
    [x_accordion_item parent_id="bombers" title="Coordinador Curs Vic"]
    <p class="p1" style="text-align: right;"><span style="color: #2f6396;"><span class="s1">[x_icon type="envelope-o"]
       <a href="mailto:[email protected]">[email protected]</a>     </span></span><span style="color: #2f6396;">[x_icon type="mobile-phone"]  620 246 122</span>
    [contact-form-7 id="42" title="Informació General Festefort.cat"]</p>
    [/x_accordion_item]
    
    [/x_accordion]
    
    [x_accordion id="bombersberga"]
    
    [x_accordion_item parent_id="fisiques" title="Coordinador Curs Berga"]
    <p class="p1" style="text-align: right;"><span style="color: #2f6396;"><span class="s1">[x_icon type="envelope-o"]   <a href="mailto:[email protected]">[email protected]</a>     </span></span><span style="color: #2f6396;">[x_icon type="mobile-phone"]  620 246 122</span>
    [contact-form-7 id="42" title="Informació General Festefort.cat"]</p>
    [/x_accordion_item]
    
    [/x_accordion]

    The things I did was I added close accordions for accordions, then for the accordion items, I removed the open=”false”. open=false does nothing.

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1335375 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>