Problem with Tabs

  • Posted in : Read WP
  • ambrose
    Participant

    Could someone show how to use the tab shortcode on a page? No matter the combination of shortcode I use, I cannot get this to work. Thanks

    ambrose
    Participant

    I wish someone would have told me…I like to do things the hard way some times. The answer is in the documentation folder in the “help” HTML Document. Sorry for using the space on your forum…Still loving your theme!

    Mehmet S.
    Keymaster

    – Open the help file :)

    – Tab shortcodes:

    [tabs]
    	[tab_head]
    		[tab_title active="active" title="Tab 1"]
    		[tab_title title="Tab 2"]
    	[/tab_head]
    	[tab_content]
    		[tab_pane]Tab 1 content.[/tab_pane]
    		[tab_pane]Tab 2 content.[/tab_pane]
    	[/tab_content]
    [/tabs]
     
    active="" ... active keyword is to define which tab is the primary
     
    title="" ... the caption text of the tab
    
    aulefebvre
    Participant

    Hello !
    I want to add tabs in the sidebar.
    So I use a widget text with properly shortcodes (it works if uses in a post), but a th-large icon list appears on the right on the tab title.

    Thanks for your reply !

    Mehmet S.
    Keymaster

    Can you provide a screenshot?

    aulefebvre
    Participant

    Quite difficult, I currently work on InstantWordpress…
    I have 2 tab titles. One on the top of the other. And outside the title “box”, there are 2 “th-large” icons.
    Here is the shortcode I put :

    [tabs]

    [tab_head]

    [tab_title active=”active” title=”MyText“][tab_title active=”” title=”MyText“]

    [/tab_head]

    [tab_content]

    [tab_pane]MyTextMyTextMyText
    [/tab_pane]

    [tab_pane]MyText[/tab_pane]

    [/tab_content]

    [/tabs]

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .widget_text .tabs ul li
    {
    padding-left: 0px;
    margin-bottom: 0px;
    }
    
    .widget_text .tabs ul li:before
    {
    content: "";
    }
    
    aulefebvre
    Participant

    Ok, now I have the same problem with “accordions” in a widget text…

    Accordion title does not appear. Now I can provide screenshots !!

    http://www.info-migrants.org/accueil/

    aulefebvre
    Participant

    Great ! It works !
    Thanks again !!

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register