By Guest on Saturday, 02 June 2018
Replies 3
Likes 0
Views 1.2K
Votes 0
The one theme that I'd like to use (Iconic) does not have the "Jump to Month" feature, which I would really love to have for one of the calendars that I'm working on. It's available in some of the other themes but I don't like the way they look. I'm currently tweaking the CSS in ExtPlus to get the look that I want with the "Jump to Month" option. ALL help is greatly appreciated.

I'm hoping that this is something that can be incorporated into an updated version of the Iconic theme.
Hello,

It's there but commented out.. so!

Copy:

/components/com_jevents/views/iconic/helpers/iconicviewnavtablebariconic.php

to:

/templates/your_template/html/com_jevents/helpers/iconicviewnavtablebariconic.php

Look for:

//echo $this->_viewHiddenJumpto($view_date, $view,$Itemid);
and change to:

echo $this->_viewHiddenJumpto($view_date, $view,$Itemid);

Look for:

//echo $this->_viewJumptoIcon($view_date, $viewimages);

and change to:

echo $this->_viewJumptoIcon($view_date, $viewimages);



And it should now work.

Many thanks
Tony
·
Tuesday, 05 June 2018 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you for this information.
I've updated as you recommended and now the icon shows in the NAV but it does not function.
http://www.equine-info.com/devsite/index.php/recreation-lifestyle/jevents/monthcalendar/2019/2/-
·
Wednesday, 20 February 2019 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I'm not seeing the icon?

Many thanks
Tony
·
Friday, 22 February 2019 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post