- Posts: 24
- Thank you received: 0
No lightbox... image appears at bottom of page.
-
mcasner
Inactive member - Topic Author
- Member
Less
More
13 years 2 months ago #11339
by mcasner
Replied by mcasner on topic Re: No lightbox... image appears at bottom of page.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11365
by ivan.milic
Replied by ivan.milic on topic Re: No lightbox... image appears at bottom of page.
I can not see your photos page now???
Please Log in to join the conversation.
-
mcasner
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
13 years 2 months ago #11373
by mcasner
Replied by mcasner on topic Re: No lightbox... image appears at bottom of page.
Sorry, took it down temporarily... It's activated again.
www.redlogic.com/~relevant/index.php?opt...cle&id=18&Itemid=173
www.redlogic.com/~relevant/index.php?opt...cle&id=18&Itemid=173
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11401
by ivan.milic
Replied by ivan.milic on topic Re: No lightbox... image appears at bottom of page.
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:
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
Less
More
- Posts: 24
- Thank you received: 0
13 years 2 months ago #11419
by mcasner
Replied by mcasner on topic Re: No lightbox... image appears at bottom of page.
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
www.redlogic.com/~relevant/index.php?opt...cle&id=18&Itemid=173
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11427
by ivan.milic
Replied by ivan.milic on topic Re: No lightbox... image appears at bottom of page.
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.
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:
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.091 seconds