-
AuthorPosts
-
Nancy Kimball Friend
Nancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
April 11, 2015 at 3:13 pm #205450Teams ? 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,
NancySaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 13, 2015 at 7:27 am #566727Hi 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 FriendNancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
April 13, 2015 at 2:33 pm #566782Hi 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,
NancyNancy Kimball FriendNancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
April 13, 2015 at 3:29 pm #566783Hi 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 FriendNancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
April 13, 2015 at 4:05 pm #566788This 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 14, 2015 at 4:09 am #566853In 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>
1 user says Thank You to Saguaros for this useful post
Nancy Kimball FriendNancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
April 14, 2015 at 1:10 pm #566911Thank you Saguaros for your explanation & example. I’ve got it now!!!!
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Saguaros 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum