u-guru / uguru

College "Uber for Tutoring" app at texas universities
https://u.guru
0 stars 0 forks source link

Bugs #4039

Open gabriellewee opened 8 years ago

gabriellewee commented 8 years ago
gabriellewee commented 8 years ago

I think I fixed the link/button background but can't test on emulator due to not being able to log in. @sam1rm check this out, maybe this will allow me to use :active? https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/

gabriellewee commented 8 years ago

@sam1rm The problem with intercom is due to your inclusion of the entire search pane of the home page on the support_only template, but I can't get the honcho thing to run. Putting that on your list. Please remove this from the template:

{% block content %}
<section id="main">
    <ul class='carousel'>
    {% include 'web/pages/home/search-pane.html' %}
    </ul>
</section>
{% endblock %}