
177 comments found.
Is it possible to add multiple months?
Hi
You can create events in unlimited months
I meant if it’s possible to make 3 months visible at a time. Similar to jQuery datepicker’s numberOfMonths property.
Hello
Not at the moment
Would require a little customization
Thanks!
Radu
Hi
Is it possible to put several dates in one event?
Hello
Not at the moment
The left arrow on the event calendar sends the calendar scrolling right apart from month 11. same across your demo – feels broken.
Hello
Which skin
Hello, I just bought your calender and looked for the documentation. My first question: I couldn’t find a full API-Documentation. And the second question is how can I import events, via JSON, ICAL or what is the format. And do you have an example for that. Thanks Michael
Hello Michael
The API consists in clicking events to display in a input field or retrieve in javascript – there are instructions for that in the docs or example in source/ folder
Other API call that is possible is going to a specific month
Presuming your calendar has id of cal1<a href="#" onclick="document.getElementById("cal1").api_gotoItem(2017,3); </pre> To go to third month. Cheers<br /> Radu"></a>
Hello, i have changed the background picture of the calendar (skin-responsive-galileo). Is it possible to add a background color to the little box where it tells you the month and the year? Some pictures are white and some are black and an easy solution to make the month of the calendar visible would be to add a background to that box. Thank you
Yeah, sure
Write somewhere in your html
<style>body .dzscalendar.skin-responsive-galileo .curr-date{ background-color: #fff; color: #444; } </style>
Cheers
Radu
Hi, can we add links such a tag (e.g. date) working when clicked? I ask this because of the last update log description that refers “links not allowed”
Thanks
Hello there, where can we resize this “frame” width? Please check pic http://oi65.tinypic.com/ja9jxc.jpg Thanks
Can you post it somwhere online to show me ?
Thanks
Radu
Hello there. You can see it here goo.gl/nXkOhE on AGENDA module (2 events). I need to resize the width, Thanks
Hello
You can write
.slideDescription--inner{width:100%!important; }
Anywhere in your css
Cheers
Radu
Solved! Thanks! Cheers
Hi. I need to create an online agenda where the Admin adds daily events. This agenda needs to be shared with users (view mode only). Is that possible?
Regards, Peter
This is static html
It has no admin or user system
Those will need to be integrated with calendar
Cheers
Radu
Hi, Seams this calandar does not work in Windows 10 Edge. Is there an update to download, soon? 707ffef0-ee87-4f5d-aba4-77ff55973cda – 3 Nov 2016 REGULAR LICENSE regards, Jelle Bruijnis
Hello Jelle Bruijnis
Can you show me al ink ?
I’ll update if it does not work
This jumping over the Sunday only happens in W10 Edge. All other browsers work perfectly. Really hope you can sort it out, as the amount of people using Edge is increasing.
I tested the default examples and are ok in Edge
Set it up please on a server and I will have a look – it’s maybe you customization
screenshots do not help
Hope this will help
Hi Jelle Bruijnis
That is not dzs calendar – it’s fc-calendar
Oops, sorry
Pre Purchase Question. Can you link directly from the calendar to a URL? I want people to click a date and go directly to a page on my website. TY
Hello
Yes, of course
Cheers
Radu
Hi, link as requested: www.mobieleduiktank.nl
Can you reenable and show me ?
Can I upload a png file?
Yes
You can upload via imgur.com
Hello. Jusy bought thse script and trying to install according to your instructions. I get a js error on my page and the calndar does not show. cabinet:1 Uncaught TypeError: $(...).dzscalendar is not a function at HTMLDocument.<anonymous> (cabinet:1) at j (jquery-1.11.1.js:2) at Object.fireWith [as resolveWith] (jquery-1.11.1.js:2) at Function.ready (jquery-1.11.1.js:2) at HTMLDocument.J (jquery-1.11.1.js:2)
Seems like a jquery conflict
Can you show me a link ?
Thanks
Radu
solved it, was a jquery issue. loaded 2 times.
I want to mark every saturday and sunday with a color. I tried this: data-repeat=”everymonth” data-day=”sunday” data-tag=”important” But thats not working. Do you have a solution? Are there more event colors, like blue, important?
Added the feature for you
You can contact me via profile I can send you update
.week-day.tag-red{ background-color: red; color: #fff; } .week-day.tag-important{ background-color: #ae1919; color: #fff; } .week-day.tag-blue{ background-color: #2f96b4; color: #fff; } .week-day.tag-imgbg{ background-color: transparent; background-size: cover; background-position: center center; }
imgbg being custom image
thanks!
Hi there – I know my support has expired – and I’m more than happy to pay for it again – but I’m having a major issue with your plugin. It was working for quite some time with out issue and then recently – events are duplicating on the same day on different months..
If you look here: https://www.sprucemeadows.com/calendar/index.jsp?dzscal_date=7-7-2017
The calendar is showing days on the month it shouldn’t be highlighting and when you click on the day – its showing events from the previous month. But the weird thing is if I go and look at it here: https://www.sprucemeadows.com/calendar/index.jsp?dzscal_date=6-7-2017
Its show events from the next month. I know my data is correct and I’m feeding your plugin properly..
Oh and I tried to update the plugin (I just bought this a year or so ago) and it had the same issue – but made a major mess of the pages.
Can you please help me out – otherwise I’ll have to remove your plugin and find something else that works better.
Please ignore my request – I had to move ahead with a different fix to get it working – thanks
How can I trigger the tooltip when a mouse hovers over an event date?
Hello
Add for-hover to any event
ie.
<div class="event-tobe" data-tag="blue" data-date="05-30-2016" data-type="link" data-href="#"> <div style="width:240px;"> <h5>Vehicle #ES-POP-T</h5> <span class="label">Date: </span>05-26-2016<br /> <span class="label">Location: </span>Office, LA<br /> <br />Ordered by user. </div> </div>
replace with
<div class="event-tobe for-hover" data-tag="blue" data-date="05-30-2016" data-type="link" data-href="#"> <div style="width:240px;"> <h5>Vehicle #ES-POP-T</h5> <span class="label">Date: </span>05-26-2016<br /> <span class="label">Location: </span>Office, LA<br /> <br />Ordered by user. </div> </div>
Cheers
Radu
The dates seem to be out by 1 day, I am looking at the calendar in the UK. http://hadev.co.uk/polwhele-house/index.php?id=114&month=August
Seems there is something wrong with your javascript ( may have been modified )
I tried with my dzscaledar.js and is ok – https://cl.ly/1f1q2q3w1d0o
Cheers
Radu
Hi !
I’ve been using the Calendar for years. Tweeked it a little. We installed the new version recently and began havin a few display problems.
http://www.theatredestournesols.com/calendrier_seul.php2 problems
1- if you look at Feb 2, 2018 there is a yellow event. This event has beed erased from the DB (I checked in the phpmyadmin and no record of that event appears) yet it still appears.
2. My client changed dates between 2 events : 24 Feb and 24 March have been interchanged but on the browser you see both on both dates (again I have checked the DB and there is only 1 record for each date)
Please help !!
André
Hey Andre
I see no event for Feb 2
But these could be only caching problems – the calendar can only read events feeded by your backend
Cheers
Radu
I guess it was some kind of cache because is seems to be working now. But it was not the browser cache, what cache could it be ?
there are many types of caching, including apache cache , memcache, etc. configured on your server – you might want to ask your host provider
Hi there, I just purchased this product. I’m just wondering is it possible to have two events in a same date?
Thanks, Ryan
Hello Ryan
Yes, it is possible
Cheers!
Radu
Could you please show me how to achieve that? I put these code in my code but it can only show one event.
Here’s the screenshot: https://imgur.com/a/HgQtu https://imgur.com/a/JErjuThanks, Ryan
Hey Ryan
Wrap test1 in
<div>test</div>
and also test2
Hi there, I apologize for my bad English… I just bought your plugin and it doesn’t work. A warning message is shown and I cannot do anything within the settings. Warning: count(): Parameter must be an array or an object that implements Countable in …/plugins/dzs-calendar/calendar.php on line … Please help me. It the first time, for me, that after installed a new plugin (not free) it doesn’t work. Thank you.
Hello
Thanks for the notice
You can redownload and install new version 1.63 it will fix
Cheers!
Radu
Thanks but… where can I find the new version? In CodeCanyon there is the old version. I apologoze for my bad English.
Now I have version 1.61 installed, and when I open Calendar (back-end) I cannot do any action: https://www.guidedolomiti.com/screenshot.jpg
You ll find it in downloads
https://codecanyon.net/downloads https://codecanyon.net/item/events-calendar-wordpress-plugin-dzs/5252525?ref=ZoomItCheers!
Radu
OK, thank you, now I have the last version, and it works.