dostałem w pracy zadanie polegające na aktualizacji strony internetowej firmy i pierwszy problem na jaki się natknąłem to problem z wyświetlaniem zdjęć w galerii. Otóż podstrona galeria składa się ze zdjęć w postaci miniatur, które po kliknięciu powinny się otwierać w dużym formacie, a jednak efektem jest wyświetlenie się białego prostokąta. Dodam, że swego czasu galeria działała prawidłowo. Zamieszczam zrzut ekranu przedstawiający problem oraz kod pliku referencje.ctp.
Kod
<h1>Referencje</h1>
<div id="gallery">
<div class="refs">
<?php echo $html->link($image->tag("/files/images/aqanet-mosina-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet-mosina-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/aqanet-mosina-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet-mosina-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/aqanet.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/gorzow.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/gorzow.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/hb9.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/hb9.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/orion.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/orion.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
</div>
<div class="refs">
<?php echo $html->link($image->tag("/files/images/pgnig-wierzbno-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig-wierzbno-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/pgnig-wierzbno-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig-wierzbno-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/pgnig.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/walbrzych-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/walbrzych-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/walbrzych-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/walbrzych-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/wodociagi.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/wodociagi.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/palmark.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/palmark.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
</div>
</div>
<div id="gallery">
<div class="refs">
<?php echo $html->link($image->tag("/files/images/aqanet-mosina-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet-mosina-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/aqanet-mosina-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet-mosina-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/aqanet.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/aqanet.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/gorzow.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/gorzow.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/hb9.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/hb9.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/orion.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/orion.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
</div>
<div class="refs">
<?php echo $html->link($image->tag("/files/images/pgnig-wierzbno-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig-wierzbno-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/pgnig-wierzbno-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig-wierzbno-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/pgnig.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/pgnig.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/walbrzych-strona-1.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/walbrzych-strona-1.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/walbrzych-strona-2.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/walbrzych-strona-2.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/wodociagi.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/wodociagi.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
<?php echo $html->link($image->tag("/files/images/palmark.jpg", array('aspect' => 'true', 'height' => 80)), array( 'controller'=>'files/images', 'action' => '/palmark.jpg'), array('escape' => false, 'rel' => 'lightbox-ref'));?>
</div>
</div>
Wszelka pomoc, gdzie szukać problemu mile widziana.