ethanalvin
Forum Replies Created
-
Hi Shay,
I’m also facing the same issue – leads not receiving the “Final Welcome Email”. I created another thread and sent emails to your support as well – yet to receive a reply.
This is affecting my web visitors badly – but I do want to use LeadIn’s popup box.
Please advise.
AlvinAny updates?
<?php /** Template Page for the album overview Follow variables are useable : $album : Contain information about the first album $albums : Contain information about all albums $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 nextgen_esc_url($gallery->pagelink) ?>"> <img class="Thumb" alt="<?php echo esc_attr($gallery->title) ?>" src="<?php echo nextgen_esc_url($gallery->previewurl) ?>"/> </a> </div> </div> <?php if (!empty($image_gen_params)) { $max_width = 'style="max-width: ' . ($image_gen_params['width'] + 20) . 'px"'; } else { $max_width = ''; } ?> <h4> <a class="ngg-album-desc" title="<?php echo esc_attr($gallery->title) ?>" href="<?php echo nextgen_esc_url($gallery->pagelink) ?>" <?php echo $max_width; ?>> <?php echo $gallery->title ?> </a> </h4> <?php if (@$gallery->counter > 0) : ?> <p class="ngg-album-gallery-image-counter"><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> <?php endif; ?> </div> <?php endforeach; ?> <!-- Pagination --> <br class="ngg-clear"/> <?php echo $pagination ?> </div> <?php endif; ?>
Here’s the code. Any help would be appreciated!
Hi Cais,
I managed to get the formatting right, but I’m trying to display the gallery description even though I’m using a compact album.
I’ve added a new template (album-lightbox) to get the album to open in a lightbox.
Kindly advise how I can add the gallery description to under the album title.
Forum: Plugins
In reply to: [Simple Social Icons] Widget not workingYes it has been resolved. The issue was caused by a CSS optimizing plugin.
Forum: Plugins
In reply to: [Simple Social Icons] Widget not workingApologies for the missing link.
Forum: Plugins
In reply to: [Events Made Easy] Form Fields – Radio button Selection (Required Field)Resolved
Forum: Plugins
In reply to: [Events Made Easy] Allow bookings even after the commencement of the course?When will you be making this update?
I think it’s better to leave to you (the developer & professional) to do it.
Forum: Plugins
In reply to: [Events Made Easy] Allow bookings even after the commencement of the course?Hi Franky,
Thanks for the help & the plugin is now updated.
Is there a way to allow RSVP days AFTER the START date (not before)?
Else I’ll have to count backwards from the End Date.I want to allow RSVP until 7 days after the commencement (start).
Please advise.
Forum: Plugins
In reply to: [Events Made Easy] Allow bookings even after the commencement of the course?Do I have to do a manual update?
I’m not prompted by WordPress to update the plugin even though I see that it is an older version.
Forum: Plugins
In reply to: [Events Made Easy] Allow bookings even after the commencement of the course?Hi Franky,
Thanks for your prompt reply.
I’m not seeing the dropdown select for the ‘Starts/Ends’ as reflected in the image below:
https://www.screencast.com/t/IhIKvdlp6poJ
Kindly advise.
Regards,
Alvin