Jump to content

Product page gallery


Recommended Posts

i thought that you want this:

 

NGp6q2L.png

 

not fancybox.

 

so in this case you should add fancybox js script into product-list.tpl file and then open all images

with:

 

re<a href="image_url" rel="other-viewz" class="thickbox shown" title=""></a>

Link to comment
Share on other sites

Hmm, I did what you said.

Added:

<a href="image_url" rel="other-views" class="thickbox shown" title=""></a>

with the correct url and the js file. The js file he detects but on click it just opens the image like target="_blank".

Maybe it need another js file? At the moment js files from jquery the page loads are:

<script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js"></script>

<script type="text/javascript" src="/js/jquery/plugins/jquery.easing.js"></script>

<script type="text/javascript" src="/js/jquery/plugins/autocomplete/jquery.autocomplete.js"></script>

<script type="text/javascript" src="/modules/blockthemecore/js/jquery.caroufredsel-packed.js"></script>

<script type="text/javascript" src="/modules/blockthemecore/js/jquery.touchSwipe.min.js"></script>

<script type="text/javascript" src="/js/jquery/plugins/fancybox/jquery.fancybox.js"></script>

 

and some table scripts.

Edited by R.Kinkeris (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...