- Posts: 20
- Thank you received: 0
Hot Tape Module Link issue
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
10 years 4 months ago #41661
by bob.ach
Hot Tape Module Link issue was created by bob.ach
Dear Support,
Clicking on any image in the hot tape does not enlarge the photo, instead, it takes me to the top of the page. How can I fix this issue?
Thanks!
Clicking on any image in the hot tape does not enlarge the photo, instead, it takes me to the top of the page. How can I fix this issue?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #41662
by ivan.milic
Replied by ivan.milic on topic Hot Tape Module Link issue
Send link so we could check
Please Log in to join the conversation.
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
10 years 4 months ago #41663
by bob.ach
Replied by bob.ach on topic Hot Tape Module Link issue
Thank you for your prompt!
Well even your demo template does the same. I just uploaded the theme and tried it. Please let me know when you are done checking so that I put it offline
this is the website: auntysrecipe.com
Thanks!
Well even your demo template does the same. I just uploaded the theme and tried it. Please let me know when you are done checking so that I put it offline
this is the website: auntysrecipe.com
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #41668
by ivan.milic
Replied by ivan.milic on topic Hot Tape Module Link issue
You site requires login , use "Report To Moderator" to send us username/pass we can use to see it
Please Log in to join the conversation.
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
10 years 4 months ago #41676
by bob.ach
Replied by bob.ach on topic Hot Tape Module Link issue
Ok please check the dev site:
auntysrecipe.ca/dev_clients/auntysrecipe
How can I make the hot tape images pop up and enlarge (like in a gallery) with the title displayed under them. or at least when you click on the image, it doesn't take you to the top of the page.
I am trying not to remove the URL, so please advise.
Thanks
auntysrecipe.ca/dev_clients/auntysrecipe
How can I make the hot tape images pop up and enlarge (like in a gallery) with the title displayed under them. or at least when you click on the image, it doesn't take you to the top of the page.
I am trying not to remove the URL, so please advise.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #41682
by ivan.milic
Replied by ivan.milic on topic Hot Tape Module Link issue
It works same as on our demo, there is no fancy-box effect.
To make as you imagine it you could place this code just above </body> in index.php of template:
<script type="text/javascript" >
jQuery(document).ready(function(){
jQuery('#hot_film_tape a').lightBox();
});
</script>
and for each image slot link parameter set url to full image
To make as you imagine it you could place this code just above </body> in index.php of template:
<script type="text/javascript" >
jQuery(document).ready(function(){
jQuery('#hot_film_tape a').lightBox();
});
</script>
and for each image slot link parameter set url to full image
Please Log in to join the conversation.
Time to create page: 0.184 seconds