Hi, i hope somebody can help me
I installed Ajax image swapper everything seems ok, but i cannot get ir to work with Lightbox.
I tried:
If your site is currently using a lightbox, copy the files inside Documents_and_extra_files/zen_lightbox.patch/
Read fual slimbox documentation for more info (Available on folder Documents_and_extra_files)
4. In includes/templates/YOUR_TEMPlATE/templates/tpl_product_info_display.php, do the following:
(If file not found, copy the file tpl_product_info_display.php from template_default/templates/)
replace:
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
with
require($template->get_template_dir('/tpl_modules_ajax_image_viewer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_viewer.php');?>
replace:
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
with:
require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php'); ?>
As in the read me, but still no luck
Looked into the "Documents_and_extra_files" -> "fual slimbox v0.1.5 documentation" and noticed a CSS folder. Inside there is a stylesheet file, i dont want to replace my original stylesheet, so do i need to cut a portion of this stylesheet and paste into my own style sheet???
Than i also tried turning lightbox off and using slimbox, displays ok in firefox, sometimes the dimmed color behind the lightbox sometimes breakup creating half a dimmed background nehind the lightbox. Tried it in I.E but no picture is shown and displays error.
Really want Lightbox to work with Ajax Image Swapper but if not Slimbox would be O.K if dimmed background stops breaking up & works in I.E
But ideally Lightbox would be best
Please help, this is driving me crazy
Thanks






Reply With Quote
