Need help with PHP code for plugins

by 4 replies
5
Everything will display on the site just fine besides the soliloquy slider. What is the code to make the plugins able to work on the page?

If I use easyGallery, the first image will show up, but then if you click it will say error : jquery not defined.

I have no idea.

The page is promodelinternational.com/jamie-sierzchula.
#programming #code #php #plugins
  • Wow you took a 1500X2000 image and used HTML or CSS to scale it down to 1/10th the size. Guess you dont care much about load time eh?

    If you going to use a JQUERY plug in you have to include JQUERY

    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
    • [ 1 ] Thanks
    • [1] reply
    • You are way more advanced than I my friend. I would love to care about load time. Thank you for the answer as well.
      • [1] reply
  • check you document head where you link you you jquery
    <script src="" ></script>

Next Topics on Trending Feed

  • 5

    Everything will display on the site just fine besides the soliloquy slider. What is the code to make the plugins able to work on the page? If I use easyGallery, the first image will show up, but then if you click it will say error : jquery not defined.