Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292564

    I’m trying to set up a site that has a sidebar with images. Like this:

    http://www.directionscounseling.com/marriage-relationships/blended-families

    So my first question is can I set up a sidebar menu with images?
    And second, can I set up a sidebar with a taxonomy? In other words, on the site above its for a counseling practice and that sidebar changes the list of counselors in it according to what page they appear on. So the “blended families” page sidebar only shows the counselors that deal with blended families. The “Affair Recovery” page only shows the specialists that deal with “Affair Recovery” rather than every counselor at the practice.

    Does that make sense? Is there an option for that where I don’t have to build a sidebar for every specialty page?

    #292828

    Hi satucker!

    Thank you for using the theme.

    You have to manually build the html code using a text widget or you can create a custom widget but that would a bit complicated. This is how the website created the links with images.

    <table border="0" cellspacing="0" cellpadding="5" width="25%">
    <tbody>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/lisa-a-davis"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/lisa_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/lisa-a-davis">Lisa Davis<br> RN, MA, PCC</a></p>
    </td>
    </tr>
    <tr style="background-color:#e2d4b9">
    <td><a href="/counselors/emily-heselton"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/emily_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/emily-heselton">Emily Heselton<br> MA, PC</a></p>
    </td>
    </tr>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/kala-johnson"><img src="http://64.19.142.12/www.directionscounseling.com/templates/dcg/images/kala_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/kala-johnson">Kala Johnson<br> MA, PC</a></p>
    </td>
    </tr>
    <tr style="background-color:#e2d4b9">
    <td><a href="/counselors/joe-johnston"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/joe_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/joe-johnston">Joe Johnston<br> MDiv, MAMFT, IMFT</a></p>
    </td>
    </tr>
    <tr style="background-color:#c0c291">
    <td><a href="/counselors/ryan-smith"><img src="http://64.19.142.11/www.directionscounseling.com/templates/dcg/images/ryan_3xsm.jpg" border="0"></a></td>
    <td>
    <p class="about"><a href="/counselors/ryan-smith">Ryan Smith<br> LISW-S, SAP, LCDC-III</a></p>
    </td>
    </tr>
    </tbody>
    </table>

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.