Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Version 2 Lightbox Notworking
brighteyes
post Feb 5 2011, 10:26 AM
Post #1


Enthusiast
***

Group: Members
Posts: 94
Joined: 16-June 10
Member No.: 5,411
1.9


Reputation:   1  


I am developing a site with Avactis V2.

I have created the the product info page and placed the <?php ProductInfo(); ?> tag in place. The product details show fine is just that when you click on the product image the large image does not open in as a 'Lightbox'.

I just shows the large image in an empty window.

Any ideas what's happening here?
Go to the top of the page
  
+Quote Post
okie
post May 7 2012, 06:40 PM
Post #2


Enthusiast
***

Group: Members
Posts: 90
Joined: 29-March 07
Member No.: 992



Reputation:   0  


QUOTE (brighteyes @ Feb 5 2011, 01:26 PM) *
I am developing a site with Avactis V2.

I have created the the product info page and placed the <?php ProductInfo(); ?> tag in place. The product details show fine is just that when you click on the product image the large image does not open in as a 'Lightbox'.

I just shows the large image in an empty window.

Any ideas what's happening here?



Were you ever able to resolve this issue? - i am having the same exact issue on Version 2 of Avactis.

Angela
Go to the top of the page
  
+Quote Post
Lana
post May 10 2012, 08:06 AM
Post #3


Devotee
****

Group: Members
Posts: 123
Joined: 3-September 10
Member No.: 5,564



Reputation:   6  


Hi!


It happens because javascript functions are not included. Add these tags to your pages to get it work:

add this tag to the <head> section

<?php include(getTemplateFileAbsolutePath('pages/templates/part.header.tpl.html')); ?>


add this tag before the </body> tag:

<?php include(getTemplateFileAbsolutePath('pages/templates/part.footer.tpl.html')); ?>

It will also include Avactis css files. If you do not need them, remove this code from the avactis-themes/system/pages/templates/part.header.tpl.html file

'css/ui.dynatree.css',
'css/ui.dynatree.custom.css',
'css/common.default.css',
'css/common.box.css',
'css/layout.css',
'css/style.menu.css',
'css/style.search.css',
'css/style.buttons.css',
'css/style.navigation_bar.css',
'css/style.product_list.css',
'css/style.product_info.css',
'css/style.shoppingcart.css',
'css/style.checkout.css',
'css/style.myaccount.css',
'css/style.subscribe.css',
'css/style.shipping_calculator.css',
'css/style.subcategories.css',
'css/style.product_type_filter.css',
'css/jquery.jcarousel.css',
'css/jquery.jcarousel.skin.css',
'css/jquery.jcarousel.skin.custom.css',
'css/ajax_manager.css',
'css/module.*.css',
Go to the top of the page
  
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 22nd May 2013 - 03:49 AM