By claudelouis on Thursday, 17 December 2015
Replies 7
Likes 0
Views 1.4K
Votes 0
Hi,

First of all, excuse my poor English, please.

I just updated The JEvents extension for the new version 3.4.4.

Before, with the module JEvents latest events, there is a link on the titles of the events to their detail display. The title appears in blue, the colour of link.

Now, there is a link on the title but it is not displayed with a special colour.

I don't remember if I had define a display setting for the event titles in the JEvents latest events. So can you tell me where I can set this display?

Thanks in advance for your help.

Claude
Hi Claude,
can you please submit a link to the issue?
·
Friday, 18 December 2015 08:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, Carcam

I can’t give you a link to my new site running with Joomla 3.4.6 and using jEvents 3.4.0 because this site is still local. But, here is the link for the site in production running with Joomla 3.2.2 and using JEvents 3.1.14. : http://sbmnature.org/

As you can see in the site in production, in the left column of the entrance page, you have some areas filled with announcements of events. Each area is a module of “Jevents Latest Events” type. The title of each event is a link towards the detailed event in the calendar. As you can see, this title appears in blue.

Now, with the local site (Joomla 3.4.6 and JEvents 3.4.4), the titles of events in the same modules are links but they don’t appear in blue like this jpeg shows it.



More than that, in the detailed display of an event, in the new version of JEvents there is no displayed evidence of a link. For example, at this address, with the old version of JEvents: http://sbmnature.org/index.php/calendri ... e-montreal
you can see that the email address of the contact appears in blue. But in the site with the new version of JEvents, the display of the contact’s email address is not in blue.

I hope that my explanations are clear.

Best regards,

Claude
·
Saturday, 19 December 2015 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
this colouring is controlled by your site's template - and it a trivial CSS override to fix once the new site is accessible online. If you want to fix it in the meantime please see https://www.jevents.net/docs/jevents/it ... s-with-css and https://www.jevents.net/docs/jevents/it ... s-extended
·
Monday, 21 December 2015 09:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Geraint,

Thank you for your answer.

For me, it's not so trivial. In the previous version of JEvents I ran (3.1.14), I don't remeber if I had defined the display colour of links, but I'm sure I didn't in the CSS Template.

Here is the address of the uptodate site: http://sbmnature.org/

My best regards

Claude
·
Monday, 21 December 2015 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Claude,

We set our links to inherit your sites CSS. By default your site is set for #333. Just add:


.jevbootstrap a {
color: #2698de !important;
}


To your JEvents Custom CSS. Then links in articles will be colored blue.

Note, if you look at the links Geraint posted you can then see how to find other classes etc.

Many thanks
Tony
·
Monday, 21 December 2015 20:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,

Thank you very much for your answer. I appreciate a lot.

Best wishes!

Claude
·
Monday, 21 December 2015 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome Claude.

Many thanks
Tony
·
Tuesday, 22 December 2015 01:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post