@ Lynn
re: How can I add a “package number” to the Organization and how do I sort by that package number where 8 would be first in the list; 1 would be last;
Try this solution for custom ordering.
re: 0 would NOT show up except on one designate page for “non paying outfitters”
I suggest creating a category for them and then excluding that category except on the page where they should show.
re: please check the “bouncing to the top” when you click the + on a grid too please and tell me how to fix that
That is likely being caused by the theme interfering with the “scroll to” feature in Gridder. The only fix is this:
Open the delete the gridder.min.js
file found here:
../wp-content/plugins/connections-gridder/
Now, open the gridder.js
file found in the same folder and remove the following line:
$( _self._scrollTo() ).animate( { scrollTop: _me.position().top }, 0 );
Save the file and upload it overwriting the original.
You will very likely have to force refresh your browser so the new version will be used instead of the local copy the browser has it its cache.
Hope that helps!