Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #197004

    blackpantsstudio
    Participant

    Hi there,

    Great theme, great value, we love it. What we are trying to achieve right now is something similar to
    www.humblebundle.com
    where there are some clickable items on the page that once clicked display additional content in an accordion style area underneath those items. I have tried setting something up with accordions in the visual composer but didn’t get very far. The items are supposed to be aligned in a grid, the additional content view featuring text, youtube videos and links, is supposed to be full width. Could you please hint me in the right direction as to what functionality to use/expand on to achieve said behaviour.

    Cheers,
    Lennert

    #197131

    Zeshan
    Member

    Hi Lennert,

    Thanks for writing in!

    Instead of accordions, try using our [tabs] shortcode. You can watch our video walkthrough on tabs here: http://theme.co/x/member/kb/shortcode-walkthrough-tabs/

    Thanks!

    #197842

    blackpantsstudio
    Participant

    Hi,

    Thanks for the quick reply. Played with the tabs shortcode for a while but apparently it is not possible to insert images as tab nav items content. Is it possible to insert images? Is it possible to make a tab deselectable as well (closing the corresponding tab, getting back to a state in which all tabs are closed)?

    Thanks a lot,
    Lennert

    #198054

    Paul R
    Moderator

    Hi Lennert,

    Yes it is possible to add images in your tab contents. You can try the code below.

    
    [tab_nav type="two-up"][tab_nav_item title="Click Me!" active="true"][tab_nav_item title="No, Click Me!"][/tab_nav][tabs][tab active="true"]Your Content[image type="none" float="none" src="image.jpg" info="none" info_place="top" info_trigger="hover"][/tab][tab] Your Content [/tab][/tabs]
    

    Change image.jpg with the absolute path of your image.

    With regards to closing tabs, It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #199488

    blackpantsstudio
    Participant
    This reply has been marked as private.
    #199815

    Zeshan
    Member

    Hi Lennert,

    We’re sorry for the confusion! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!