• Resolved morts81

    (@morts81)


    I’m having trouble getting the shortcodes to work that come bundled with the theme.

    For example, i’m trying to build a simple set of tabs with the following but finding that all I get on the page is this code displayed in text.

    [ct_tabs]
    [ct_tab title=”First Tab”]Content[/ct_tab]
    [ct_tab title=”Second Tab”]Content[/ct_tab]
    [ct_tab title=”Third Tab”]Content[/ct_tab]
    [/ct_tabs]

    Is there something I am missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello morts81,

    You can also use the 3rd party plugin for tab. Please refer the below url-

    https://www.ads-software.com/plugins/responsive-tabs/

    Kind Regards,

    Manoj

    Hello @morts81,

    Thank you for reaching out to us!
    This happens because we have updated our shortcodes plugin and now the shortcodes do no need the ct_ prefix.
    For example for the tabs the shortcode is:

    [tabs style="horizontal" ]
    
    [tab title="Title"][/tab]
    
    [tab title="Title2"][/tab]
    
    [/tabs]

    The best way to add shortcodes in order to get the code right is if you click on the CT green button above your WordPress editor and select from there what you need. Like in my screenshot:
    https://gyazo.com/782a62518970207d81b43627fa52bae0

    Please give this a shot and let me know how it goes!

    Best wishes,
    Mihaela

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcodes – Tabs’ is closed to new replies.