Accordion within tabs inside a post

Hi,
So after experimenting with tabs and accordions inside them, I find that using only HTML to edit the content going into accordions is wayyyyyy too obtuse and laborious.

Is there a way for me to create a post, and put tabs and then an accordion inside the tab folder (I can do this on the Pro Page editor with HTML) where the content inside the accordion folders can have regular blog post editor content?

(post)(tabs)(tab1)(accordion)(post-editor-content)

Hello @thoughtsociety,

Thanks for writing in!

By default, the post editor is for inserting post contents. The post editor will usually gets replaced by any page builder editor like WPBakery or Cornerstone. Regretfully there isn’t in any way that you can create a post, and put tabs and then an accordion inside the tab folder where the content inside the accordion folders can have regular blog post editor content. This could only be possible with custom development which replaces the whole WordPress editor template structure. Be aware that custom development is beyond the scope of our support.

Thank you for your understanding.

Then how come this works?

[tab_nav type=“two-up” float=“left”][tab_nav_item title=“Click Me!” active=“true”][tab_nav_item title=“No, Click Me!” active=""][/tab_nav][tabs][tab active=“true”]

[accordion id=“my-accordion”] [accordion_item title=“Section-1” parent_id=“my-accordion”]

Hello there H3

Your text here[/accordion_item] [accordion_item title="Accordion Title" parent_id="my-accordion" open="true"]

What the hey?

[/accordion_item] [accordion_item title="Accordion Title" parent_id="my-accordion"]

[/accordion_item] [/accordion]
[/tab][tab] Your Content [/tab][/tabs]

That was made using the blog post editor of Wordpress.
The only thing missing is to have the shortcode for v2 tabs.
Can you provide it?

It is very nice to be able to create e-learning lessons that are organized via tabs and accordions so I can make use of the media library and use a wysiwyg editor (minitab) in post editing.

Hi There,

The v2 elements shortcode will only pull the data of the current post/page. Hence, copying it to another page where data is not present will not work as of now. But our developers are already aware of it and maybe it will be possible in the future updates.

Thanks.

I am confused. I want to use the tabs shortcode on individual posts.
How is this a ‘copy’?
The idea is to use posts as course sections with a standard tab layout as in this:

That screenshot is from a ‘page’ customized in Pro and the editor there is not ideal for this kind of thing.

Can you give me the shortcode for a v2 tabs element, please?

Hello @thoughtsociety,

We only have classic shortcodes which you can find here: http://demo.theme.co/integrity-1/shortcodes/

Regretfully, It is impossible to use v2 element shortcodes. Even if you copy it from a text view of a post or page, it will not work when pasted to another page or post because v2 elements uses meta options which stores the contents and settings of the v2 element.

Hope this explains it briefly.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.