• I am currently developing a small financial blog that uses jquery for tickers and financial information. When I enable the Full Width template for a post or page, the jquery seems to stop functioning.

    My homepage, weedwizard.org, functions correctly.
    My weedwizard.org/watchlist page, with the full-width template, ceases to allow the jquery to run properly.

    Anyone have any ideas?

    Note: This website deals with financial content for medical marijuana companies. Please be advised.

Viewing 1 replies (of 1 total)
  • On the watchlist page you linked, you’ve got some errors in the HTML. On line 198, right after <div class="entry-content">, you’ve got:

    <php <script src="https://code.jquery.com/jquery-1.8.3.js"><script src="https://www.google.com/jsapi?.js"></script><script>

    That <php tag seems to be out of place (and incorrectly formatted) and it’s causing a whole host of parsing errors after the fact.

Viewing 1 replies (of 1 total)
  • The topic ‘Javascript not enable when in full width template.’ is closed to new replies.