Nesting problem
-
I don’t think I am trying to do something the plugin is not designed to do.
Here is a simple list that I want to nest at two levels:
Level 1
Level 2a
Detail 2a
Detail 2a
Level 2b
Detail 2b
Detail 2bI want it to appear something like this:
Level 1
Show Less
Level 2a
Show More
Level 2b
Show Moreand then:
Level 1
Show Less
Level 2a
Show Less
Detail 2a
Detail 2a
Level 2b
Show Less
Detail 2b
Detail 2bNow the problem is that toggling at level 1 only controls Level 2a (not 2b) even though the terminating shortcode [/bg_collapse] is at the very end.
Like this:
Level 1
[bg_collapse view=”link-list” color=”#4a4949″ expand_text=”Show More” collapse_text=”Show Less” ]
Level 2a
[bg_collapse_level2 view=”link-list” color=”#4a4949″ expand_text=”Show More” collapse_text=”Show Less” ]
Detail 2a
Detail 2a[/bg_collapse_level2]
Level 2b
[bg_collapse_level2 view=”link-list” color=”#4a4949″ expand_text=”Show More” collapse_text=”Show Less” ]
Detail 2b
Detail 2b[/bg_collapse_level2][/bg_collapse]
- The topic ‘Nesting problem’ is closed to new replies.