Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 800579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:18:37+00:00 2026-05-14T23:18:37+00:00

I am trying to implement this JqueryGallery to my website( big gray box ).

  • 0

I am trying to implement this JqueryGallery to my website(big gray box). Now my problem is that the images doesn’t appear.

Here my website

here is my header code:

<link href="css/galleryview.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.galleryview-2.1.1.js"></script>
<script type="text/javascript" src="js/jquery.timers-1.2.js"></script>
<script type="text/javascript">
    $(document).ready(function(){       
        $('#photos').galleryView({
            panel_width: 655,
            panel_height: 336,
            transition_speed: 1500,
            transition_interval: 5000,
            nav_theme: 'dark',
            border: '1px solid white',
            pause_on_hover: true,
        });
    });
</script>

Here is my gallery code:

<div id="photos" class="galleryview">
<div class="panel">
     <img src="http://spaceforaname.com/img/gallery/01.jpg" /> 
    <div class="panel-overlay">

      <h2>Effet du soleil sur le paysage</h2>
      <p>Photo by <a href="http://www.sxc.hu/profile/tomharry" target="_blank">tomharry</a>.  View full-size photo <a href="http://www.sxc.hu/photo/158829" target="_blank">here</a>.</p>
    </div>
  </div>
  <div class="panel">
     <img src="http://spaceforaname.com/img/gallery/02.jpg" /> 
    <div class="panel-overlay">

      <h2>Eden</h2>
      <p>Photo by <a href="http://www.sxc.hu/profile/emsago" target="_blank">emsago</a>.  View full-size photo <a href="http://www.sxc.hu/photo/152865" target="_blank">here</a>.</p>
    </div>
  </div>
  <div class="panel">
     <img src="http://spaceforaname.com/img/gallery/03.jpg" /> 
    <div class="panel-overlay">

      <h2>Snail on the Corn</h2>
      <p>Photo by <a href="http://www.sxc.hu/profile/baines" target="_blank">baines</a>.  View full-size photo <a href="http://www.sxc.hu/photo/34453" target="_blank">here</a>.</p>
    </div>
  </div>
  <div class="panel">
     <img src="http://spaceforaname.com/img/gallery/04.jpg" /> 
    <div class="panel-overlay">

      <h2>Flowers</h2>
      <p>Photo by <a href="http://www.sxc.hu/profile/jazza" target="_blank">jazza</a>.  View full-size photo <a href="http://www.sxc.hu/photo/990169" target="_blank">here</a>.</p>
    </div>
  </div>
  <div class="panel">
     <img src="http://spaceforaname.com/img/gallery/06.jpg" /> 
    <div class="panel-overlay">

      <h2>Alone Beach 2B</h2>
      <p>Photo by <a href="http://www.sxc.hu/profile/sgursozlu" target="_blank">sgursozlu</a>.  View full-size photo <a href="http://www.sxc.hu/photo/738279" target="_blank">here</a>.</p>
    </div>
  </div>
</div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T23:18:37+00:00Added an answer on May 14, 2026 at 11:18 pm

    Glad you figured it out. But just for your information, to take advantage of the new script 2.1.1: your code should look like:

    <ul id="photos" class="galleryview">
      <li>
        <img src="http://spaceforaname.com/img/gallery/01.jpg" /> 
        <div class="panel-overlay">
          <h2>Effet du soleil sur le paysage</h2>
          <p>Photo by <a href="http://www.sxc.hu/profile/tomharry" target="_blank">tomharry</a>.  View full-size photo <a href="http://www.sxc.hu/photo/158829" target="_blank">here</a>.</p>
        </div>
      </li>
      <li>
        <img src="http://spaceforaname.com/img/gallery/02.jpg" /> 
        <div class="panel-overlay">
          <h2>Eden</h2>
          <p>Photo by <a href="http://www.sxc.hu/profile/emsago" target="_blank">emsago</a>.  View full-size photo <a href="http://www.sxc.hu/photo/152865" target="_blank">here</a>.</p>
        </div>
      </li>
      <li>
        <img src="http://spaceforaname.com/img/gallery/03.jpg" /> 
        <div class="panel-overlay">
          <h2>Snail on the Corn</h2>
          <p>Photo by <a href="http://www.sxc.hu/profile/baines" target="_blank">baines</a>.  View full-size photo <a href="http://www.sxc.hu/photo/34453" target="_blank">here</a>.</p>
        </div>
      </li>
      <li>
        <img src="http://spaceforaname.com/img/gallery/04.jpg" /> 
        <div class="panel-overlay">
          <h2>Flowers</h2>
          <p>Photo by <a href="http://www.sxc.hu/profile/jazza" target="_blank">jazza</a>.  View full-size photo <a href="http://www.sxc.hu/photo/990169" target="_blank">here</a>.</p>
        </div>
      </li>
    </ul>
    

    As you can see, the code is cleaner and it’s more HTML-wise semantically correct (look up on Divitis) so it might be worth upgrading. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to implement routing such as the following: posts/535434/This-is-a-post-title posts/tagged/tags+here // Matches {controller}/{action}/{id}
i m trying to implement this thing , that when ever a person opens
I'm trying to implement something like this: <div> <table> <thead> <tr> <td>Port name</td> <td>Current
I'm trying to implement the Media Player custom field control described in this MSDN
I am trying to implement an application by using MySQL/JAVA and I found this
trying to implement a dialog-box style behaviour using a separate div section with all
I'm trying to implement this pattern in my WinForms application (I don't like it,
I am trying to implement this demo on my local machine. http://bit.ly/4g4o1r I have
I'm trying to implement this code to have different files to load for german,
I'm trying to implement this extenstion of the Karplus-Strong plucked string algorithm, but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.