You need to be logged in to view a user's profile.
  1. jcomeskey
  2. JEvents 1.5 (No longer actively supported)
  3. Thursday, 02 September 2010
I apologize if I am restating the obvious, but in 1.5.4, modstyle.css for the ext view is missing the CSS section for the Latest Events module. So when using ext view, the Latest Events module is forced to use the Joomla template CSS instead of JEvents CSS.

The easy fix for this is to cut and paste the missing section from components/com_jevents/views/default/assets/css/modstyle.css and paste it into the bottom of components/com_jevents/views/ext/assets/css/modstyle.css.

You need everything from line 121 onward.
/*
css template addons for module Latest Events

Note that these classes can be used to customize the look of the latest events
module if desired beyond inherited properties from the mambo template being used.
If you don't want to override some of the template properties such as maybe a
standard uniform way to display links consistently, then you should comment out
the link style directives below or make suitable modifications.

Classes:

mod_events_latest_first - the table cell that contains the first event listed
mod_events_latest - the table cell that contains an event besides the first

mod_events_latest_date - the html span that contains the date for the event on the
first line of the table cell.

mod_events_latest_content - the html span that contains the event title.

mod_events_latest_content a:{link|visited|hover} - controls the formatting
of the event title links if enabled thru the module parameters. See the
Readme.txt file to get info on parameters.

mod_events_latest_callink - the html div that contains the link to the full calendar component.

*/
table.mod_events_latest_table {
}

.mod_events_latest {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top: solid 1px red;
height: 30px;
}

.mod_events_latest_first {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 30px;
}

.mod_events_latest_date {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:gray;
}


.mod_events_latest_content a:link {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:gray;
}

.mod_events_latest_content a:visited {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:gray;
}

.mod_events_latest_content a:hover {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#c0c0c0;
}

div.mod_events_latest_callink {
margin-top: 8px;
}
div.mod_events_latest_callink a {
background: #E0E0E0;
}

.mod_events_latest_rsslink a {
text-decoration:none;
line-height:24px;
}
.mod_events_latest_rsslink img {
border:0px;
margin-right:10px;
}


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.