By onki on Saturday, 18 July 2015
Replies 4
Likes 0
Views 1.3K
Votes 0
Hi,

I updated yesterday one of my websites from 3.1.x to 3.2.19.
After that the display of my Latest Events module was very strange. There have been saparations between the events and the event tilte is no longer bold to be a bit different from the rest of the description.
Disabling the module CSS took away the separations but still I couldn't get the title in bold format.
What happend with the module during the update? How can I get it back in the old style?
Is there something additional I need to add in the custrom format box to get the desired format.
At the momant it just looks like this:
- ${title} - ${category}
${startDate(%a. %d. %b. %Y)}[!a:, ${startDate(%H:%M)}][m: -<br>${endDate(%a. %d. %b. %Y)}]


Support info:

PHP Version : 5.5.27
MySQL Version : 5.5.43-0ubuntu0.12.04.1
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 2000
Club code set? : No
Joomla : 3.4.3
component_com_jevents : 3.2.19
component_com_jce : 2.5.2
module_mod_jevents_cal : 3.2.19
module_mod_jevents_custom : 3.2.19
module_mod_jevents_filter : 3.2.19
module_mod_jevents_latest : 3.2.19
module_mod_jevents_legend : 3.2.19
module_mod_jevents_switchview : 3.2.19
plugin_content_jevents : 3.2.19
plugin_finder_jevents : 3.2.19
plugin_search_eventsearch : 3.2.19


In addition it is no longer possible to edit events from the frontend since the popup window (after clickingon the edit icon) apperars outside of the visible screen and it is not possible to select "Edit event".

Best regards
Onki
the issue is probably that your template was setting the style on the title before and its no longer doing so. If you give us the URL we can adice.

Also I would recommend you try version 3.4.0 as a fix for your popup editing modal issue. If that doesn't resolve the issue then try disabling loading the bootstrap JS in JEvents
·
Sunday, 19 July 2015 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi again,

the website is onki.de. It is the box on the upper left side (Termine) and should have the similar look than the box next to it.

Best regards
Onki
·
Monday, 20 July 2015 06:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Onki,

To fix your bold links add:


.mod_events_latest_content a {font-weight:bold;}


To your JEvents -> Custom CSS

And click save, that will make them bold for you.

Many thanks
Tony
·
Monday, 20 July 2015 09:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks - it works.

I just added the correct color and now it looks like before.
.mod_events_latest_content a {font-weight:bold;color: #009ACA;}


Best regards
Onki
·
Monday, 20 July 2015 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post