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

    (@numeeja)

    Did you echo the do_shortcode()?

    Thread Starter terezava

    (@terezava)

    Yes, of course:

    <?php
    echo do_shortcode('[tabby title="Tab1"]');
    ?>
    content
    <?php
    echo do_shortcode('[tabbyending]');
    ?>

    Plugin Author cubecolour

    (@numeeja)

    Please link to a page on your site where this should appear, and indicate where on the page you expect it to appear.

    Thread Starter terezava

    (@terezava)

    Plugin Author cubecolour

    (@numeeja)

    The issue appears to be that the javascript is not loading. This may be caused by another plugin or by the theme.

    To troubleshoot, first deactivate all other plugins. If the javascript loads and the the tabs appear then activate the plugins one by one to identify the one causing the issue.

    The theme you are using does not appear to be listed on www.ads-software.com theme directory, so I do not know whether it is coded to normal WordPress standards as it would not have been passed by the theme review team.

    Troubleshooting the theme is not as easy as looking for a theme issue would normally be as you would need to emulate the code you have added to your template on the default twentyfifteen theme to check whether it works when your theme is taken out of the equation.

    Thread Starter terezava

    (@terezava)

    Thanks for hint. I don’t understand that I didn’t notice. Footer (and all scripts) is missing ?? Thanks again. I am going to fix it.

    Plugin Author cubecolour

    (@numeeja)

    If it is a theme issue, the first thing to check would be that your footer.php (or possibly another file depending on how the theme is built) correctly includes the mandatory wp_footer() hook.

    Thread Starter terezava

    (@terezava)

    Fixed. Finally works. ??

    Plugin Author cubecolour

    (@numeeja)

    great! Feel free to leave a review of the plugin if you are enjoying it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Do_shortcode doesn't work’ is closed to new replies.