Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author cubecolour

    (@numeeja)

    The tabby shortcodes are not being processed on your site.

    The first thing to check is that the tabby responsive tabs plugin is actually installed and active.

    Once that is checked, you need to ensure that the shortcodes are correctly formed. I can see that an example set of shortcodes has been copied and pasted into the post. In the post text editor, try deleting each of the shortcodes and retype them manually.

    Thread Starter teerawee

    (@teerawee)

    Thanks much for your reply and help.

    Yes, it’s installed and activated:
    Reference: http://board.thaibynature.com/294336/6321180

    And yes, it doesn’t seem to be processed on the site. So I wonder if there might be any conflict with listify theme or plug in?
    Or am I misusing the text editor somehow ?
    http://board.thaibynature.com/294336/6321181

    PS. I’ve tried other tabs plugin, and it doesn’t work for the same.

    If you have any further suggestion to fix the issue, kindly let me know.
    Thanks again.

    Plugin Author cubecolour

    (@numeeja)

    Looking at your page source more closely, it appears that the theme is putting the content into a widget rather than outputting in the main content:

    <aside class="widget widget-job_listing listify_widget_panel_listing_content"><h3 class="widget-title widget-title-job_listing ion-clipboard">Listing Description</h3><p>[tabby title = "first tab"]<br />
    Tabby ipsum dolor sit amet, kit<br />
    [tabby title = "second tab"]<br />
    Lay down in your way catnip<br />
    [tabbyending]</p>
    </aside>

    Shortcodes are not processed in widgets by default, to check whether this is the issue, and if so try to enable them to be processed, add the following line to your the theme’s functions.php if you are using a child theme, or add it to a custom functions plugin:

    /* Enable shortcodes in widgets */
    add_filter('widget_text', 'do_shortcode');
    Thread Starter teerawee

    (@teerawee)

    I think that’s the cause of the issue. However, I’ve tried to add the suggested script to a few files http://board.thaibynature.com/294336/6323997
    But it didn’t work still. I think it’s either the wrong files or I added it the code incorrectly.

    Any ideas what went wrong ?

    Anyway, thanks very much for your help.

    Plugin Author cubecolour

    (@numeeja)

    If this had no effect when added to the theme’s functions.php, it may be the theme is doing something unusual. As it is a commercial theme I have no access to it to be able to investigate whether this is the case.

    Can you ask your theme vendor to confirm whether you should be able to use shortcodes in your content, and if not how to enable this.

    Hi. I just added your Plugin and activated it but I can’t see it in my Dashboard on the left so don’t know how to create a tab within my Page or Post?

    Plugin Author cubecolour

    (@numeeja)

    annieburman, Please start a new topic as this one is resolved and is not related to your issue.

    It’s about Tabby tabs. Why isn’t this the right post? I’ll do a new one.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘not working’ is closed to new replies.