Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show empty testimonials #99

Open
KirstieJane opened this issue Oct 12, 2016 · 3 comments
Open

Don't show empty testimonials #99

KirstieJane opened this issue Oct 12, 2016 · 3 comments

Comments

@KirstieJane
Copy link
Owner

At the moment if a testimonial is missing it's shown in faint grey as "Not filled in"

It would be great to change the javascript code in js/app.js (and maybe the html code in site/search_database.html) to just not show fields that aren't filled in.

@geminiimatt
Copy link

taking a look at this soon as well.

@KirstieJane
Copy link
Owner Author

Yeaaaaah @geminiimatt - thank you! 😀

@stain88
Copy link
Contributor

stain88 commented Oct 20, 2016

Under the current setup, it might be possible to do this just in css: since you seem to be adding a class of "not-specified", having
.not-specified { display: none; }
should hide all the empty fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants