Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Nancy Kimball Friend
    #205450

    Teams ? Style 1

    For this to work for me, could I have 5 columns in 1 row?
    And could each city have an external URL?

    If this can?t be changed—

    Gallery ? Style 2

    This already has 5 cities across and each has an external URL (good)
    Could I have the animated description and the full width photo from Teams ? Style 1?

    I have both examples on this page: http://www.morleylibrary.org/joomla_uber/

    Which one would be able to have it all?
    Thank you,
    Nancy

    Saguaros Moderator
    #566727

    Hi Nancy,

    I can’t access above URL of your site. If you want to add link to ACM team, you can try with my suggestion in this thread: http://www.joomlart.com/forums/topic/block-teams-with-links/#post-556723

    Nancy Kimball Friend
    #566782

    Hi Saguaros,
    Thank you for your solution to include the URLs. I will try that and see if I can do it.
    However, most important is that I can have 5 items (cities) all on one row.
    The form only allows 4 on a row.

    When I check with Firebug I see this:
    <div class=”item” style=”width: 25%;”>

    So I was thinking that it could be changed to 20% for 5 items across.
    And how would I change that?
    Thank you,
    Nancy

    Nancy Kimball Friend
    #566783

    Hi Saguaros,
    I found the place to add the 5th column to Teams Style 1.
    It was in the same file that I had to add the team member link to
    templatesuberacmteamstmplstyle-1.xml

    <option value=”5″>5</option>

    So I have 5 in a row! Yeah! and each one has a link! Yeah!

    However I broke the animated description. Now it is way up in the air.

    Nancy Kimball Friend
    #566788

    This is where I am still having a problem.

    templatesuberacmteamstmplstyle-1.php

    When I added the following code, it made a link to a non-existing photo.

    <div class=”member-image”>
    <a href=”<?php echo $helper->get(‘member-link’, $i); ?>” title=””>
    <img src=”<?php echo $helper->get(‘member-image’, $i); ?>” alt=”<?php echo $helper->get(‘member-name’, $i); ?>” />
    </a>
    </div>

    I need the link to be on the city name. So I think (member image) is not what I want.
    Please help.

    Saguaros Moderator
    #566853

    In the above thread, my suggestion if for adding link for the image.

    Of course, you can change that link for the member name. here is the tweak:
    – Remove the <a> tag in the <div class=”member-image”> as above
    – Add that <a> tag for member name div


    <h4>
    <a href="<?php echo $helper->get('member-link', $i); ?>" title="">
    <?php echo $helper->get('member-name', $i); ?>
    </a>
    </h4>

    Nancy Kimball Friend
    #566911

    Thank you Saguaros for your explanation & example. I’ve got it now!!!!

    Saguaros Moderator
    #566915

    Glad to be of help!

    Best of lucks!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Saguaros 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum