ktbrough
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] HTML EmailIt turned out to be All in One WP Security that was the culprit! Thank you anyway.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Updated And Breaking LinksI think there is a new caching feature that you have to wait through to see if your changes have taken effect. LOVE new technology 😉 Thank you for your help. It looks like I am good to go.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Updated And Breaking Links<div id=”ngg-image-<?php echo $image->pid ?>” class=”ngg-gallery-thumbnail-box” <?php echo $image->style ?> >
<div class=”ngg-gallery-thumbnail” >
pid, “case_study_link”); ?>
title=”<?php echo esc_attr($image->description) ?>”
data-src=”<?php echo nextgen_esc_url($image->imageURL) ?>”
data-thumbnail=”<?php echo nextgen_esc_url($image->thumbnailURL); ?>”
data-image-id=”<?php echo esc_attr($image->pid); ?>”
data-title=”<?php echo esc_attr($image->alttext); ?>”
data-description=”<?php echo esc_attr($image->description); ?>”
<?php echo $image->thumbcode ?> >
<?php if ( !$image->hidden ) { ?>
<img title=”<?php echo esc_attr($image->alttext) ?>” alt=”<?php echo esc_attr($image->alttext) ?>” src=”<?php echo nextgen_esc_url($image->thumbnailURL) ?>” <?php echo $image->size ?> />
<?php } ?>
<span><?php echo $image->caption ?></span>
</div>
</div>This is what mine says, and I am using the gallery-caption.php template, according to the document that you had me reference. It still isn’t working. Help?