By muddauber on Friday, 16 September 2016
Replies 8
Likes 2
Views 1.9K
Votes 0
My listing are looking great, but I would like to have a link added to the Listing By Week
show and add link to Extra Info in Week Listing.

There is much more in each event, but is only available if the person clicks the TITLE, which
is not that intuitive .

I need the LINK to appear in the DESCRIPTION, not as an extra column. ( I know I can add the
Extra Info with the menu option, but I would like it to appear within the DESCPTION for better viewing
and rendering of page. The extra column does not work with my layout.
See: Any of events with Photos - http://www.foff.org/index.php/list-events

I think this would be a great feature and add to the calendar a lot.

Thanks,
Dennis Devine

Also would like to have Extra Info have Images.

These options would make the Jevents Calendar work more like Joomla Articles and having
the "More Info" or "Read More" option
Add this to your JEvents custom CSS file

#jevents .ev_link_row {
color: #9c0000;
text-decoration: underline;
}
·
Tuesday, 20 September 2016 10:12
·
2 Likes
·
0 Votes
·
0 Comments
·
Unfortunately we only offer column selection in the list layout and not a full layout editor like we have for other views like the date range view.

If you used the date range view you could create a faiirly sophisticated view with the data you want - and hiding what you don't need with CSS. So you could hide the headings etc. See https://www.jevents.net/frequently-asked-questions/event-detail-layout-editing for a demo of how the layout editor works.

Would that work for you?
·
Saturday, 17 September 2016 11:01
·
2 Likes
·
0 Votes
·
0 Comments
·
Look at the http://www.foff.org/index.php/list-events and see the "Folk in the Springs"
event with the "Read More.." Link

Is there way to change the color of the TITLE and CREATE an UNDERLINE to show it
is a link for more info?
·
Monday, 19 September 2016 23:23
·
2 Likes
·
0 Votes
·
0 Comments
·
That works great, can I add a hover effect to change color when I hover over it.
I've tried several things and can't get it to work.
·
Tuesday, 20 September 2016 17:22
·
2 Likes
·
0 Votes
·
0 Comments
·
Try this

#jevents .ev_link_row:hover {
background-color: yellow!important;
}
·
Wednesday, 21 September 2016 10:04
·
2 Likes
·
0 Votes
·
0 Comments
·
thank you, works great!!
·
Thursday, 22 September 2016 05:26
·
2 Likes
·
0 Votes
·
0 Comments
·
Can I do that with the Calendar Cell Layout?
·
Thursday, 22 September 2016 16:43
·
2 Likes
·
0 Votes
·
0 Comments
·
·
Friday, 23 September 2016 08:17
·
2 Likes
·
0 Votes
·
0 Comments
·
View Full Post