Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Chris

    (@sirchmegmailcom)

    @ Arvind……

    Which plugins can you suggest?

    Thanks.

    Thread Starter Chris

    (@sirchmegmailcom)

    Sorry mate, and another thing. The shortcode for the page/post the gallery is on, does it need to look like this:

    [ nggallery id=1 template=ngg-voting ] ?

    Thread Starter Chris

    (@sirchmegmailcom)

    Thanks mate. Done that, but nothing. Here is the file after the change. I’m learning, so please excuse if it is a balls-up.

    <?php
    /**
    Template Page for the gallery overview
    
    Follow variables are useable :
    
    	$gallery     : Contain all about the gallery
    	$images      : Contain all images, path, title
    	$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 ($gallery)) : ?>
    
    <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
    
    <?php if ($gallery->show_slideshow) { ?>
    	<!-- Slideshow link -->
    	<div class="slideshowlink">
    		<a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>">
    			<?php echo $gallery->slideshow_link_text ?>
    		</a>
    	</div>
    <?php } ?>
    
    <?php if ($gallery->show_piclens) { ?>
    	<!-- Piclense link -->
    	<div class="piclenselink">
    		<a class="piclenselink" href="<?php echo $gallery->piclens_link ?>">
    			<?php _e('[View with PicLens]','nggallery'); ?>
    		</a>
    	</div>
    <?php } ?>
    
    	<!-- Thumbnails -->
    	<?php foreach ( $images as $image ) : ?>
    
    	<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
    		<div class="ngg-gallery-thumbnail" >
    			<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
    				<?php if ( !$image->hidden ) { ?>
    				<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
    				<?php } ?>
    			</a>
                        <?php echo nggv_imageVoteForm($image->pid); ?>
    		</div>
    	</div>
    
    	<?php if ( $image->hidden ) continue; ?>
    	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
    		<br style="clear: both" />
    	<?php } ?>
    
     	<?php endforeach; ?>
    
    	<!-- Pagination -->
     	<?php echo $pagination ?>
    
    </div>
    
    <?php endif; ?>
    Thread Starter Chris

    (@sirchmegmailcom)

    It’s working now. Thanks mate. Just one more thing though. Here is the link to the page:

    https://www.wozbona.com/proofing/nicky-mark-2/#.UURN5KUwy5E

    It is a bit muddled at the moment. How do I sort out the layout so it looks neater? Like have the ‘select all’ and ‘download’ buttons at the bottom?

    Thanks,

    Chris.

    Thread Starter Chris

    (@sirchmegmailcom)

    Thanks Ross,

    Just to verify…all I have to do is put the shortcode with the gallery ID and the template=download into the post and bob’s your uncle?

    Cheers mate,

    Chris.

    Thread Starter Chris

    (@sirchmegmailcom)

    I ave managed to sort out the issue in number 3.

    Thread Starter Chris

    (@sirchmegmailcom)

    Thanks.

    Thread Starter Chris

    (@sirchmegmailcom)

    I have got access, but what I know of an FTP client or how to use it is dangerous, and by that I mean nothing.

    Thread Starter Chris

    (@sirchmegmailcom)

    I did it, but via my iPage control panel, so when I log into my wordpress dashboard, I do it via my iPage control panel here:

    https://www.simplescripts.com/script_details/install:WordPress

    Thread Starter Chris

    (@sirchmegmailcom)

    I’m gonna need you to explain to me what you mean. Sorry man, I’m stupid when it comes to all this.

    I am hosting with iPage, and when I registered my domain with them I followed the instructions and installed wordpress for my site, so I assume that it was done into the root directory?

    This happened out of the blue when I was working on my site about an hour ago.

    Thread Starter Chris

    (@sirchmegmailcom)

    I’m pretty new to all this, but I am pretty sure I installed it in its own directory. I was busy editing my website when this happened suddenly.

    Have you got any advice on how to fix this?

Viewing 11 replies - 1 through 11 (of 11 total)