Git Product home page Git Product logo

Comments (10)

deviprsd avatar deviprsd commented on August 27, 2024

@Primar13 we currently don't support calendar extensions. So, calendario can't pull data from Google.

  • Dates are customizable to any extent, you can have their duration for 3 days. And can also have multiple events. Examples, Look at the last date. It is both multi event and each has a different duration.
  • Event categories are a milestone for version 4. Which is currently being built. Check https://github.com/codrops/Calendario/wiki/Milestones

from calendario.

Primar13 avatar Primar13 commented on August 27, 2024

Yeah... uh, Its not Working... I thought It might be that I was running an old version so I redownloaded this version with the Default Data and the only Items that appear in that month are the "Event one" and "Event Two" from the Second to last line.

No events from the Final line of Code appear. So No Recurring, or "Duration" Type Events are working

http://i.imgur.com/IXoOLON.png

Links in the URL Bar if you need a live view.

Also the Event that is supposed to appear "Today" does not appear, and on an unrelated note. Any Events that appear on the Calendar "TODAY" (no matter when TODAY is) Cannot be click, so having a link is useless. Hope that makes sense.

in other words no matter what day it is, if an event with a ahref link attached appears it cannot be clicked to go to the link, I believe the image used to highlight "TODAY" on the Calendar is appearing above the text therefor preventing clicking links

[EDIT] Links appearing "TODAY" are only unclickable on the Desktop Version, When the Page is shrunk to the Mobile Layout the links start working again.

from calendario.

deviprsd avatar deviprsd commented on August 27, 2024

proof

Is this what you are talking about? It's working fine even the links!!! If you clearly see the event one is highlighted and the link can be seen below in the browser! Even everything is working fine in Chrome browser!

View this for more details #29

from calendario.

Primar13 avatar Primar13 commented on August 27, 2024

Seems i may be having some caching issues, that i need to fix.

Sent from my iPhone

On Mar 6, 2015, at 7:39 AM, Devi Prasad [email protected] wrote:

Is this what you are talking about? It's working fine even the links!!! If you clearly see the event one is highlighted and the link can be seen below in the browser!


Reply to this email directly or view it on GitHub.

from calendario.

deviprsd avatar deviprsd commented on August 27, 2024

And you might want to hide the <time> tags 😃

time 
{
    display: none;
}

from calendario.

Primar13 avatar Primar13 commented on August 27, 2024

Which File to Hide them (time tags)? CSS or the Events file?

Also... Is there a way to to tell it to make the cells Taller if there is more than one event in it? It seems to be cutting off Event info. On my Smaller Monitor, and probably other monitors (1366x768)

On the Timeline Version, What date range is it supposed to show, because on the Earlier version it was always showing 1-31, no matter what reange was shown on the desktop version, and now it shows, whats left of the previous month before showing the current month, which is a little disorientating on the timeline view. My people won't really mind it but if at all possible, I would love for the Timeline version to just show the month in question, and not the leftover days from the month before/after. It looks great with that for the Desktop version, it just doesn't make a lot of sense on the timeline view.

Also, I am still having the issue, where links are not clickable when looking at today, on the desktop version. My Guess is the shimmery image that marks "Today" is appearing above the texts/links making it unclickalble.

Just cause I think I'm not explaining it well, here is a 1 minute, screencap, https://www.youtube.com/watch?v=SVjE_nh_BMs&feature=youtu.be Give it about a half hour and it schould upscale to HD.

from calendario.

deviprsd avatar deviprsd commented on August 27, 2024

@Primar13

  • Hide the <time> tags in css file custom_1.css.
  • The events are getting cut-off because there overflow is hidden, otherwise you would get scrollbars in each cell making it look ugly. Contact me here [email protected], I'll help you there because this isn't the place to help, it is meant for bug tracking.
  • The timeline version shows previous and next month leftovers because the option fillEmpty in the js file is set to true, set it to false but this will also not show the leftovers in the calendar view. Since this is an option that can changed during initialization, so first you can detect if it is a mobile or not then set it its value accordingly.
  • Make the today link click-able by adding this line z-index: -1; after line number 245 in custom_1.css
  • And I would suggest to wrap new added events in <span> or <a> tags in the events file. <span>Hearts and Minds</span> though in v4.0.0 it wouldn't be necessary.
  • https://github.com/codrops/Calendario/wiki/Change-Log

from calendario.

Primar13 avatar Primar13 commented on August 27, 2024

Okay, Everything seems to be working at this Time.

from calendario.

vishnuvs60 avatar vishnuvs60 commented on August 27, 2024

@deviprsd
My project requires to show the previous and next month week dates along with the current month. How can we achieve that. Please help.
Please find the stackoverflow question I have posted now.
https://stackoverflow.com/questions/44622986/calendario-to-show-previous-and-next-month-dates

As you shown in your image on the comment
https://cloud.githubusercontent.com/assets/3809354/6525401/2e177ed4-c42b-11e4-8ccd-32103a77082f.jpg

from calendario.

deviprsd avatar deviprsd commented on August 27, 2024

@vishnuvs60 You need to use the latest version which can be found here, Releases. Then go through the Read Me

from calendario.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.