Need help with PHP code for plugins

4 replies
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.
#code #php #plugins
  • Profile picture of the author brutecky
    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>
    {{ DiscussionBoard.errors[8213055].message }}
    • Profile picture of the author MrItinerant
      Originally Posted by brutecky View Post

      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>
      You are way more advanced than I my friend. I would love to care about load time. Thank you for the answer as well.
      {{ DiscussionBoard.errors[8262624].message }}
      • Profile picture of the author Brandon Tanner
        ^ Yeah, open up those images in an image editor and resize them to the exact dimensions that they will be displayed on your site. Otherwise each image is going to take 10 times longer than it should to load (and a lot of people will hit the 'back' button as soon as they arrive on a page that loads really slow)!

        If you don't already have an image editor, this is a good free one that's really simple to use...

        Paint.NET - Free Software for Digital Photo Editing

        1) File > Open
        2) Image > Resize
        3) File > Save As > JPEG > Save > Then lower the 'quality' slider as much as you can (to where it still looks good), for the smallest file size possible. Then click OK.
        Signature

        {{ DiscussionBoard.errors[8264194].message }}
  • Profile picture of the author octalsoftware
    check you document head where you link you you jquery
    <script src="" ></script>
    {{ DiscussionBoard.errors[8294426].message }}

Trending Topics