acooper89
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Custom Fields] Need Help With Drop Down Fieldsbtw I renamed the gallery.php and tried screwing with it to see if it had any effect at all on anything. Apparently not. Why is that?
Forum: Plugins
In reply to: [NextGEN Custom Fields] Need Help With Drop Down FieldsI have no idea. This problem stems from the fact that the Custom Post Type that I made lost its custom field panel in wordpress so I can’t even change the portions of those pages that are applying the nextGen galleries.
This occurred after doing plug-in updates.
Another thing of note is when renaming that gallery.php it has absolutely no effect on any of my pages.
So so far, I’ve made a custom field on NextGen Custom Fields under Image Custom Fields – I am seeing the field in the gallery I want to add the drop down. I am setting up half the images in the gallery to be under their respective sections. I’ve added <?php echo $image->ngg_custom_fields[“floorplans”]; ?> just below the foreach loop, and ive tried every other line of code within that loop and still nothing works.
Do you have any idea what the issue is here relating to the lost of the Custom Fields in my custom post type? And yeah, I’ve checked Screen Options.
Thanks again
AaronIts not that the gallery I want isnt showing. It is. But its adding [Gallery Not Found] right at the end. And this is happening for all my galleries now.
There are no shortcodes that I can see. I should add that in my custom post/page types, my Custom Fields that interacts with the galleries on these pages are missing for some reason. SO basically, all I can alter is the gallery and not the pages that apply the galleries.
I have worked around this. I also added a field to a few images to try out drop downs but I reverted everything, including the <?php echo $image->ngg_custom_fields[“Your Field Name Here”]; ?> that is suppose to be added to the foreach loop in the gallery php.
I’ve deleted that field, in code and on wordpress gallery and running out of other reasons why this [Gallery Not Found] is appearing.
I know I sort of added another issue , that may have been a symptom of this. Let me know what you think.
Thanks again,
Aaron