No lightbox... image appears at bottom of page.

  • mcasner
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #11339 by mcasner
Okay.. I tried that, but now the image just opens up into a new page (not a new window).

Please Log in to join the conversation.

More
12 years 6 months ago #11365 by ivan.milic
I can not see your photos page now???

Please Log in to join the conversation.

  • mcasner
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #11373 by mcasner

Please Log in to join the conversation.

More
12 years 6 months ago #11401 by ivan.milic
Again I checked your source and there is no jQuery reference.

Do this:

Open index.php of template and in head section insert this someware:

Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js" ></script>

Please Log in to join the conversation.

  • mcasner
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #11419 by mcasner
Hi... I put the link to the jQuery code on the index page. When I click on the thumbnail, it just loads the image by itself.

www.redlogic.com/~relevant/index.php?opt...cle&id=18&Itemid=173

Please Log in to join the conversation.

More
12 years 6 months ago #11427 by ivan.milic
Hi,

there is now no reference to:
plugins/content/photogallery/js/jquery.lightbox-0.5.min.js

i think last time I checked it was there. Anyway you must have it after jQuery reference I gave you last time , so put it manually if it's not configuration issue.
Code:
<script type="text/javascript" src="plugins/content/photogallery/js/jquery.lightbox-0.5.min.js" ></script>

depending of SEF it may require / in front of path, or absolute path will always work bu it may be unpractical if you plan to copy your site elsewhere:
Code:
<script type="text/javascript" src="http://www.redlogic.com/~relevant/plugins/content/photogallery/js/jquery.lightbox-0.5.min.js" ></script>

Please Log in to join the conversation.

Time to create page: 0.407 seconds
Powered by Kunena Forum