Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] email sending@ Arvind……
Which plugins can you suggest?
Thanks.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Image votingSorry 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 ] ?
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Image votingThanks 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; ?>
Forum: Plugins
In reply to: [NextGEN Download Gallery] Specify the gallery template as “download”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.
Forum: Plugins
In reply to: [NextGEN Download Gallery] Specify the gallery template as “download”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.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] VariousI ave managed to sort out the issue in number 3.
Forum: Themes and Templates
In reply to: Side bar on post pageThanks.
Forum: Fixing WordPress
In reply to: Can't log into my wordpress dashboard.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.
Forum: Fixing WordPress
In reply to: Can't log into my wordpress dashboard.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
Forum: Fixing WordPress
In reply to: Can't log into my wordpress dashboard.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.
Forum: Fixing WordPress
In reply to: Can't log into my wordpress dashboard.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?