Page 2 of 2

Re: style box height

Posted: Friday 07 June 2019 22:16
by pvklink
cant find.. is this helpful...

see atachment

Re: style box height

Posted: Friday 07 June 2019 22:59
by Lokonli
pvklink wrote: Friday 07 June 2019 22:16 cant find.. is this helpful...

see atachment
Yes, that helps.

It seems to be a bug in Dashticz, which happens if you have an url defined in your calendar block.

Solution 1:
remove the url parameter

Solution 2:
In file js/calendar.js add two slashes in front of line 47, like this:

Code: Select all

          //  calobject.attr('data-id', '');
Can you first test solution 1, then add the url parameter and test solution 2?
If solution 2 is working then I'll make a fix for the next beta version of Dashticz.

Re: style box height

Posted: Friday 07 June 2019 23:22
by pvklink
do you mean the xxx part or the yyy part

calendars.fam = { key:'dvfam', maxitems: 6, title: 'Familie kalender', url: 'https://xxx',icalurl: 'yyyy/basic.ics' }

Re: style box height

Posted: Friday 07 June 2019 23:23
by pvklink
ok, when i remove xxx part the sizechanges work!

Re: style box height

Posted: Friday 07 June 2019 23:26
by pvklink
ok, the // also work!
thanks lokonli!

Re: style box height

Posted: Saturday 08 June 2019 12:24
by pvklink
@lokonli, all looks GREAT !
Thank you VERY much! EVERYTHING works...

Would like to show te result(screendump) but the file is to big to upload....so you can see what the result is off your effort and that from @waaren

Re: style box height

Posted: Saturday 08 June 2019 13:31
by Lokonli
pvklink wrote: Saturday 08 June 2019 12:24 @lokonli, all looks GREAT !
Thank you VERY much! EVERYTHING works...

Would like to show te result(screendump) but the file is to big to upload....so you can see what the result is off your effort and that from @waaren
Thanks for the feedback. Enjoy :)