Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Lightbox on Browse Page (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Lightbox on Browse Page

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1835
nefastus (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Lightbox on Browse Page 3 Years, 7 Months ago  
I was wondering if anyone knows how to get lightbox to work on the browse page rather than just the product details page?

this is what my browse_1 page looks like right now:
Code: :

 <div class="browseProductContainer"> <h3 class="browseProductTitle"> <a href="<?php echo $product_flypage?>" title="<?php echo $product_name;?>"<?php echo $product_name?> </a> </h3> <div class="browseProductDescription"> <?php echo $product_s_desc; ?><br /> <a href="<?php echo $product_flypage; ?>" title="<?php echo $product_details; ?>"> <?php echo $product_details; ?>... </a> </div> <div class="browseProductImageContainer" style="width: 150px;"> <script type="text/javascript"> //<![CDATA[ document.write('<a href="javascript:void window.open(\'<?php echo $product_full_image ?>\', \'win2\', \'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=<?php echo $full_image_width ?>,height=<?php echo  $full_image_height ?>,directories=no,location=no\');">'); document.write( '<?php echo ps_product::image_tag( $product_thumb_image, 'class="browseProductImage" border="0" title="'.$product_name.'" alt="'.$product_name .'"' ) ?></a>' ); //]]> </script> <noscript> <a href="<?php echo $product_full_image ?>" rel="lightbox[]" title="<?php echo $product_name ?>" />      <img src="<?php echo $product_thumb_image?>" border="0" title="<?php echo $product_name ?>" alt="<?php echo $product_name ?>" />             </a> </noscript> </div> <div class="browsePriceContainer" style="width: auto;"> <?php echo $product_price; ?> </div> <div class="browseAddToCartContainer" style="width: auto;" <?php echo $form_addtocart; ?> </div> <div class="browseRatingContainer" style="width: auto;" <?php echo $product_rating; ?> </div> </div>

 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1837
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:Lightbox on Browse Page 3 Years, 7 Months ago  
it would need the shop.browse.php file change as well as your template.

I think someone else on the forum has done it, please search!

I don't plan to make the modification.
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#1840
nefastus (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Lightbox on Browse Page 3 Years, 7 Months ago  
I decided to go with linking the image to the shop.product_details page like a few of the other browse pages do...
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop