-
AuthorPosts
-
Nancy Kimball Friend
Nancy Kimball
- Join date:
- September 2014
- Posts:
- 65
- Downloads:
- 15
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 2 times in 1 posts
May 16, 2014 at 3:37 pm #197853I have made a Custom HTML module to display and link to the library’s catalog a list of Newbery Medal Books.
There is one for each year. I would like to add the date below each book. Not able to figure out how to do that.
It is on the Kids menu item, then Children.The beginning of the custom html is:
<h3 class=”module-title “>
<span></span>
</h3>
<div style=”visibility: visible; width: 110%; height: 200px; position: relative; overflow: hidden;”><a href=”http://www.morleylibrary.org:8080/#section=resource&resourceid=97353557¤tIndex=0″>
<img src=”http://ls2content.tlcdelivers.com/tlccontent?customerid=200112&appid=ls2pac&requesttype=BOOKJACKET-MD&Isbn=9780763660406&Isbn=076366040X”style=”margin-right: 30px;”>
</a><a href=”http://www.morleylibrary.org:8080/#section=resource&resourceid=67320866¤tIndex=0″>
<img src=”http://ls2content.tlcdelivers.com/tlccontent?customerid=200112&appid=ls2pac&requesttype=BOOKJACKET-MD&Isbn=0061992267&Isbn=9780061992261&Isbn=0061992259&Isbn=9780061992254″ style=”margin-right: 30px;”>
</a><a href=”http://www.morleylibrary.org:8080/#section=resource&resourceid=56917522¤tIndex=0″>
<img src=”http://ls2content.tlcdelivers.com/tlccontent?customerid=200112&appid=ls2pac&requesttype=BOOKJACKET-MD&Isbn=0374379939&Isbn=9780374379933″style=”margin-right: 30px;”>
</a>How do I add the date under (and centered) each image?
Thanks,
Nancy
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 16, 2014 at 4:29 pm #535448I have made some changes on your site and made some changes on custom.css file. Please check your site.
1 user says Thank You to chavan 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
May 16, 2014 at 5:58 pm #535471Thanks Chavan! I copied what you did to the Newbery Medal books on this page http://new.morleylibrary.org/index.php/kids/children
I also removed this line
<div style=”visibility: visible; width: 110%; height: 200px; position: relative; overflow: hidden;”>
When I removed this line — the last book in the row won’t show.
But I like the dates — thank you!chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 17, 2014 at 2:25 am #535486you can only align 7 books in a row. thats why you don’t see the other book.
To show all the books do this change in this file: /templates/ja_bookshop/css/custom.css
Replace this code
.clsrow{ visibility: visible; width: 100%; height: 230px; position: relative; overflow: hidden; }
with
.clsrow{ visibility: visible; width: 100%; min-height: 230px; position: relative; }AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by chavan 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Add a Date below each book?
Viewing 4 posts - 1 through 4 (of 4 total)