Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200290
    markcfrancis
    Participant

    Hi There

    We have created full width accordions here when you click the 3 SHOW MORE links here: http://intelligent.wpengine.com/what-we-do/

    Multiple people have stated that the functionality is not intuitive though, as when you open each accordion any open accordions do not close. This means when you have more than 1 open it is confusing as you can’t tell which section the accordion content relates to.

    Please can you advise how we can resolve this, even if it means using a different accordion plugin.

    Thanks

    Mark

    #1200359
    Christopher
    Moderator

    Hi there,

    Please find following codes in style.css file :

    .interact_col3 .x-accordion-body .x-accordion-inner {
        left: -200%;
    }
    .interact_three_section_col .x-accordion-inner {
        color: #555756;
        box-shadow: none;
        float: left;
        background-color: #eaebed;
        padding: 0px;
        width: 300%;
        position: relative;
        /* left: -100%; */
        left: 0%;
    }

    And update it to :

    .interact_three_section_col .x-accordion-inner {
        color: #555756;
        box-shadow: none;
        float: left;
        background-color: #eaebed;
        padding: 0px;
    
    }

    Hope it helps.

    #1201635
    markcfrancis
    Participant

    Great, let me try !

    #1201681
    Friech
    Moderator

    Let us know how it goes.

    Cheers!

    #1201732
    markcfrancis
    Participant
    This reply has been marked as private.
    #1201798
    Christopher
    Moderator

    Hi there,

    Your CSS has broken accordion element. Each element could be displayed inside its container and column. Why don’t you use tabs element? You can add it in a new row and it’s always full width, please see http://demo.theme.co/integrity-1/shortcodes/tabbed-content/

    Hope it helps.

    #1202103
    markcfrancis
    Participant
    This reply has been marked as private.
    #1202230
    Rupok
    Member

    Hi Mark,

    Thanks for writing back. That won’t be usual. You need at least one Tab opened for the Tabs element.

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