• Resolved designer.pradeep

    (@designerpradeep)


    Hello friend
    i’m trying to apply code

    <?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(86);} ?>

    to my php file but there is nothing to display.

    then i use shortcode

    [ditty_news_ticker id=”86″]

    but still facing same problem.
    I’m using WordPress and developing my own theme on localhost using bootstrap.

    please help me.

    Thanks in advance

    https://www.ads-software.com/plugins/ditty-news-ticker/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Does your ticker display if it is set to List mode (not scroll or rotate)?
    If so, you probably have a javascript error on your site that is disabling the necessary scripts to run both scroll and rotate mode.

    Thread Starter designer.pradeep

    (@designerpradeep)

    Yes when i set List mode plugin working.
    so now what to do? how to rectify problem ??

    Plugin Author metaphorcreations

    (@metaphorcreations)

    If you can put the site online I can take a look and see if there’s a javascript error. Otherwise, run through this FAQ https://metaphorcreations.ticksy.com/faq/1483 to find out which plugin/theme may be the cause of this issue.

    Thread Starter designer.pradeep

    (@designerpradeep)

    OK I’ll inform you once i put my site online.
    Thanks for support.
    you have done a great job sir ??

    Thread Starter designer.pradeep

    (@designerpradeep)

    Hey metaphorcreations!I have fixed the issue!

    The plugins were not getting called in my page because I did not include the <?php wp_footer(); ?> in the footer.php file, just before the closing </body> tag. The chances are good that that’ll get most Javascript-based plugins working.

    Hope this will help someone else if they face the same issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to display’ is closed to new replies.