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

    (@austyfrosty)

    The javascript isn’t loaded on the home page. In your theme or in a plugin add

    if ( is_home() ) wp_enqueue_script( 'anywhere' );
    Thread Starter erichschuler

    (@erichschuler)

    Thanks for the reply. I’m having a hard time trying to determine where to put the code. I’ve been placing it in a couple locations, my theme’s style.css and the anywhere.php but with no success. Does anyone have a solution for this?

    Thread Starter erichschuler

    (@erichschuler)

    I was able to fix the problem by adding script in the style’s header.php per instructions of this website. Thanks for the help!

    Plugin Author Austin

    (@austyfrosty)

    Remove it from you style.css file! And add it to your themes functions.php file.

    Thread Starter erichschuler

    (@erichschuler)

    I already removed it from the style.css file. I did try the code in the functions.php before, but it did not work. Adding some @anywhere script to the header.php fixed the problem though. Thanks for helping!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Anywhere] Glitch on Home Page Side Bar?’ is closed to new replies.