Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aleksandar Uro?evi?

    (@urkekg)

    Hello,

    I cansee that ticker now works. Can you please check and congirm (as logged in and logged out user)?

    Thread Starter vfactoruk

    (@vfactoruk)

    Hi thanks for the prompt reply I have just logged into the site and ticker is not working. I updated our version of wordpress yesterday and then the ticker stopped working cheers Paul

    Plugin Author Aleksandar Uro?evi?

    (@urkekg)

    Please provide some more details (as logged out visitor, ticker works for me).

    1) Do you use some caching plugin or CloudFlare?
    2) What browser you use?
    3) Do you have any JavaScript error in browser console?
    4) As logged in with non-working ticker save page as HTML only and provide here link to code on pastebin.com

    Regards,
    Aleksandar

    Thread Starter vfactoruk

    (@vfactoruk)

    Hi Alexsandar

    I have just rechecked the site hte ticker is no longer working if logged in our out of the site. I also tried on mobile phone. In relation to your questions please see below info:

    1) We don’t use cloud flare or any caching plugins
    2) I have been trying in firefox and chrome and edge on my mobile
    3) I am not an expert on the console however i could see any obvious errors related to JavaScript

    4) code section on page
    <div class=”fusion-column fusion-one-third last spacing-yes margin-home”/>
    <?php echo do_shortcode(‘[stock_ticker symbols=”^IXIC” show=”” zero=“#2bb431″ minus=”#df0024″ plus=”#2bb431″ static=”” nolink=””]’); ?>
    </div>

    cheers Paul

    Plugin Author Aleksandar Uro?evi?

    (@urkekg)

    Hi again,

    Something on your website preventing triggering jQuery(document).ready() and because of that, on desktop browsers stock ticker does not render.

    You can try to add this after your embed code after closed PHP tag ?> :

    <script>window.onload = stock_tickers_load();</script>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ticker has stopped working Loading stock data…’ is closed to new replies.