Pogledajte određenu poruku
Staro 14. 10. 2009.   #1
sky_
novi član
 
Datum učlanjenja: 14.10.2009
Poruke: 5
Hvala: 0
0 "Hvala" u 0 poruka
sky_ is on a distinguished road
Default Wordpress nextgen-gallery

Dali neko zna da izmeni poredak u css od ove galerije tj da dozvoli kolone koje ovde nisu dozvoljene a trebaju mi znaci da ide jedna pored druge.

Pogledajte scriptu:
<?php
/**
Template Page for the album overview

Follow variables are useable :

$album : Contain information about the album
$galleries : Contain all galleries inside this album
$pagination : Contain the pagination content

You can check the content when you insert the tag <?php var_dump($variable) ?>
If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
**/
?>
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($galleries)) : ?>

<div class="ngg-albumoverview">

<!-- List of galleries -->
<?php foreach ($galleries as $gallery) : ?>

<div class="ngg-album-compact">
<div class="ngg-album-compactbox">
<div class="ngg-album-link">
<a class="Link" href="<?php echo $gallery->pagelink ?>">
<img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/>
</a>
</div>
</div>
<h4><a class="ngg-album-desc" title="<?php echo $gallery->title ?>" href="<?php echo $gallery->pagelink ?>" ><?php echo $gallery->title ?></a></h4>
<?php if ($gallery->counter > 0) : ?>
<p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p>
<?php endif; ?>
</div>

<?php endforeach; ?>

<!-- Pagination -->
<?php echo $pagination ?>

</div>

<?php endif; ?>
Bicu Vam neizmerno zahvalan!Ja se ne razumem toliko u WP koliko u Dreaweaver pa su mi ovde neke komande strane.
sky_ je offline   Odgovorite uz citat