By Guest on Friday, 04 November 2016
Replies 4
Likes 0
Views 2.5K
Votes 0
So I have JEvents working correctly. However I have noticed that the navigation icons for Next,Previous Month, Year, Week etc are missing. If I look in the available icons to show, those are not even an option, I am running version 3.4.24. It would be nice to allow them to select view by month, and select the next or previous month, or week.

You can view the website here: http://www.hughescribe.com/
May be you are using the flat theme?

The icons should be in assets/images. But they are missing there. They are available in all other themes.
·
Friday, 04 November 2016 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
No.. actually I am using the ext theme. I don't even see them as an option -- (If you go in to the config, and select icons to show) I will check to see if the icons image files are there.
·
Saturday, 05 November 2016 02:11
·
0 Likes
·
0 Votes
·
0 Comments
·
They are also missing there. The names of the icons are eg. d_red.gif, d_yellow.gif …
You could copy them from an other theme into this folder. ext/asets(images.

I have put them just in the images folder of Joomla and adjusted the css of the theme, e.g.

.ev_prevrepeat a.green {
background-image: url("../../../../../../images/g_green.gif");
}


This way I don't lose them after componets updates.
·
Saturday, 05 November 2016 08:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

They should be there but not if there was a CSS Override.

Your solution works perfectly.

Many thanks
Tony
·
Monday, 07 November 2016 09:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post