Skip to main content

Activity

commented on Where does the homepage widget get called?
Hi Rocco,

I’m not totally sure I completely understand your question but I think you’re referring to the “supporter nav” buttons. If that is true, those are usually found in the _columns_2.html file which is why they show up in the sidebar.

Look for the code:

{% if site.has_button1? %}
        <a class="btn btn-default supporter-nav-btn" href="%7B%7B%20site.button1_page.full_url_with_profile_recruiter%20%7D%7D">{{ site.button1_text }}</a>
        {% endif %}



There iis also similar code for buttons 2 and 3. In terms of where those button say and the page that they link to, that can be controlled in the settings without touching the code itself. Look for the tab that says “supporter nav” at the top of the theme editing screen.

I hope I understood your question and that info helps.

James
posted 2015-11-18 06:05:25 -0800