-
AuthorPosts
-
February 2, 2015 at 4:42 am #197004
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,
LennertFebruary 2, 2015 at 7:13 am #197131Hi 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!
February 3, 2015 at 3:28 am #197842Hi,
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,
LennertFebruary 3, 2015 at 8:22 am #198054Hi 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!
February 5, 2015 at 1:33 am #199488This reply has been marked as private.February 5, 2015 at 11:38 am #199815Hi 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!
-
AuthorPosts