Saturday, 02 June 2018
  3 Replies
  1.2K Visits
0
Votes
Undo
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. :D
Tuesday, 05 June 2018 21:32
·
#202886
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Wednesday, 20 February 2019 16:18
·
#209173
0
Votes
Undo
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/-
Friday, 22 February 2019 22:03
·
#209205
0
Votes
Undo
Hello,

I'm not seeing the icon?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.