• I’m having a spot of trouble nesting Tab structures. I can nest different shortcodes such as spoilers.

    Here’s a rough example, in the first tab of what I’m trying to achieve.

    [su_accordion]
    	
        [su_spoiler title="Section A"]
    		
            [su_tabs]
    			
                [su_tab title="Section A1"]
    				
                    [su_tabs]
    					
                        [su_tab title="Section A1-A"]
    					
                        [/su_tab]
                        
    					[su_tab title="Section A1-B"]
    					
                        [/su_tab]
    				
                    [/su_tabs]
    
    			[su_tab title="Section A2"]
    			
    			[/su_tab]
    
    			[su_tab title="Section A3"]
    
    			[/su_tab]
    		
            [/su_tabs]
    	
        [/su_spoiler]
        
    	[su_spoiler title="Section B"]
        
        [/su_spoiler]
    
    [/su_accordion]

    Can the same shortcodes not be embedded within one another?

  • The topic ‘Nested Tabs’ is closed to new replies.