• Dear Admin
    I don’t know if wordpress update to 4.6 or the new version of Ultimate shortcodes that makes the shortcode does not work anymore as it used to be.
    The short codes is [su_tabs], [su_spoiler]…
    Please release a new update for us.
    Thank you and regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Max_iT

    (@max_it)

    Help! Anybody has the same issue like me?
    i have tried installing other shortcode software also, but it does not change. What problem is it?
    Is is “not compatible” or “hosting problem”? Any solution?

    Thread Starter Max_iT

    (@max_it)

    After tens of Google search, I have found the solution as below.
    Please read this article:
    https://gndev.info/kb/troubleshooting/
    and
    https://codex.www.ads-software.com/Function_Reference/wp_footer

    This helped much, the site now works as a charm.

    Hi Leo Max! Thanks for your work, it helped me too.

    In my case su_slider stopped working. And after searching for conflicts with other plugins I’ve found that it was Speed Booster Pack that messed with the shortcodes.

    Best regards

    Leo Max,

    Thank you for posting this.

    I am very much a newbie and do not understanding coding “language”. Could you possibly direct me to some step by steps instructions on how to implement this fix beyond the link you referenced above?

    Thanks

    Thread Starter Max_iT

    (@max_it)

    @atcinc
    For instruction:
    Go to yourwebsite[dot]com/wp-content/themes/theme-you-are-using
    Edit the file: index.php
    you add this line:
    <?php wp_footer(); ?>
    to the bottom of the content.

    And then edit the file: footer.php
    you add this line:
    <?php wp_footer(); ?>
    before the </body></html> at the bottom of the file content.
    It would be:

    
    <?php wp_footer(); ?>
    </body>
    </html>

    Done! Now save those 2 files and upload/save/overwrite it to the directory: yourwebsite[dot]com/wp-content/themes/theme-you-are-using.

    Now, F5 the website and see it changes. Hope you would be successful.

    Hi Leo,

    I want to use this code to my theme because my shortcodes are not working.

    But I use a child theme, where do I need to add this lines? I do have a functions.php in the child theme folder.

    Thanks!

    Hi there,

    Im facing same the problem.

    Just added <?php wp_footer(); ?> to index.php file, the footer was already set.
    But nothing changes..

    I also checked that there are no javascript errors so that is not a problem.

    The shortcode for spoiler is only working after multiplying refreshing the page once again

    Anyone knows other solution for this shortcode to work coorectly?

    Thanks!

    the problem is that when you change the core theme files it will be overwritten with an update.

    That’s why I am asking what the best way is to add this code to the functions.php from child theme, or another way, without having problems in the future when theme updates.

    Cheeres.

    Many thanks, it’s work for me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Ultimate Shortcode now does not work anymore.’ is closed to new replies.