By mbrando on Wednesday, 07 August 2019
Replies 8
Likes 0
Views 0.9K
Votes 0
Hello,

I have a user on Joomla 3.9.10 with jevents v3.4.50.

First is the correct place to change the default red accent color the custom CSS area?

Second we are getting rendering issues on small screen handheld devices like the iPhone 8 in safari, the days of the week don't like up. Here is a link.

https://www.iahcsmm.org/chapter-events/monthcalendar/2019/8/-.html

You can also see that the nave borders overlap too on desktop and mobile.

Thanks,
Mike
Hello Mike,

That's the flat view I take it? By default it's red, but the FlatPlus theme available to silver members has a color change built in so you can define the color.

In regards to the monthly view, we have in the club themes enabled a switching to go from Grid to List view

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Oh okay, so when the screen gets small it changes to list view for paid members?

The client wanted to try before they bought the script to confirm it will work for them.

I'll share this with the client,.

- Mike
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mike,

Did you hear from your client at all? Do let me know if we can be of any more help.

Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have explained their options and have not heard from them as of yet.

-Mike
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Not a problem Mike, have a great week!
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The client has bought their subscription. However, I see no place to update the color scheme.

Also there are issues with the layout borders over lapping and such.

https://www.iahcsmm.org/chapter-events.html

You can see the above page. It also has issues with mobile version not displaying correctly.

How can they get help?

Should they ask questions from their account?

- Mike
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Also trying to edit CSS for hover event is grey. What is the CSS override? I'm trying to use:
.nav-items .active a:hover {
color: #8dc63f;
}
The above does not work.
- Mike
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You need:


#jevents_body .nav-items .active a:hover {
color: #8dc63f;
}


Many thanks
Tony
·
5 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post