There is a 'Whitespace-only text node" between each of the images being delivered from TS/DB. No matter what I do in CSS I cannot override the Whitespace element. Where is this coming from?
Solution:
They are not from TS, it is an issue of "inline-block", you will need to remove the empty space between each child "pkpPhotoStrip" HTML div tag, see the live example here:
Problem:
The user has built a custom light box using a view, but the lightbox does not work after filtering the view.
Solution:
The user has activated AJAX on the view, after the first-page load, any further AJAX calls will not rebuild the lightbox. The lightbox needs to be built when AJAX calls finish. Check this example custom code:
Added existing custom fields group to services and it shows. Added another field group and it does not show. Removed the type limitations from the second group and it still does not show.
Solution:
it is a cache problem, you will need to flush the "Nexcess" cache and test again