?
avatar nchaudhary
nchaudhary
28 Aug 2017

Steps to reproduce the issue

I am using JcalPro component for events.
When i am adding event form front end of the component and i select end date to insert there is a calendar display to add date. I see there is no CSS working of this calendar. Please chck.

Expected result

There should be Calendar CSS Load.

Actual result

No calendar CSS working.

System information (as much as possible)

Joomla 3.7.4
JCalPro 4.2.12
Php 5.6

Additional comments

avatar nchaudhary nchaudhary - open - 28 Aug 2017
avatar joomla-cms-bot joomla-cms-bot - change - 28 Aug 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Aug 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Aug 2017

Thanks for Reporting. Have you asked at JcalPro?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17737.

avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Aug 2017
Category JavaScript
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Aug 2017
Status New Information Required
avatar dgt41
dgt41 - comment - 28 Aug 2017

Core seems ok:

JHtml::_('stylesheet', 'system/calendar-jos.css', array('version' => 'auto', 'relative' => true), $attribs);
JHtml::_('script', $tag . '/calendar.js', array('version' => 'auto', 'relative' => true));
JHtml::_('script', $tag . '/calendar-setup.js', array('version' => 'auto', 'relative' => true));

EDIT: there might be a bug in the JHtml::stylesheet,
try removing , $attribs in the first line of the highlighted code

avatar brianteeman
brianteeman - comment - 29 Sep 2017

I tested this by inserting in JHTML::_('behavior.calendar'); in my template and checking the source and I can see that all three of those expected files are being loaded.

avatar brianteeman
brianteeman - comment - 5 Oct 2017

I am closing this as not a core issue

avatar brianteeman brianteeman - change - 5 Oct 2017
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2017-10-05 13:11:17
Closed_By brianteeman
avatar brianteeman brianteeman - close - 5 Oct 2017

Add a Comment

Login with GitHub to post a comment