od_sf
Forum Replies Created
-
the error was showing on all urls that pulled data from woocommerce. i had 2 published products.
i fixed the error by completely deleting the woocommerce plugin and reinstalling it.
bheadrick, the issue is with woocommerce, which is a free plugin.
Never mind, fixed. again, my brain isnt working correctly today. Thank you so much for the help and the useful plugin!
cheers,
od
Sorry,
re-posting, I edited gallery.php as indicted and replaced
<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
with
<a href="<?php echo $image->ngg_custom_fields["releases"]; ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
shauno,
again, thanks for the help. I think we’re almost there….
I edited gallery.php as indicted and replaced
imageURL ?>” title=”<?php echo $image->description ?>” <?php echo $image->thumbcode ?> >
with
(i called my custom field releases.)
It still however won’t link to the URLs entered in the custom links fields, it just links right back to the default page.
I might have taken a stupid pill this morning, so any additional help would be much appreciated. I’m sure it’s something super-simple but my brain isn’t working well today. ??
Thanks for the response shauno. Honestly don’t remember if I updated NGG or not today. I might have.
I’m really confused because in “manage gallery” all my links are still showing up (see link for screenshot below) so i don’t know what changes i need to make again.
Any additional help greatly appreciated.