Why won't Calendar Creator work this...

User 441442 Photo


Registered User
9 posts

Hello,
I suppose this is my fault, but I cannot determine what is wrong. I have spent hours trying to resolve the issue. It works in Calendar Creator, but not on the website. If you could kindly go to www.ozarkmountainmodelers.com and click on the calendar button, the calendar fails to show up. "Error, content did not load." It used to work previously, when it was set up for October 2013. I tried to update it with a new event in April 2014, and it fails.

I think the problem could be that it is going to the wrong "project" file?

Once I create a project, I would like to keep projects intact (as a history) and update to a new project by date, but I am having trouble doing this.

I also have some projects that are showing up that are not really there anymore.

Thank you for your help! I appreciate it greatly!

Dennis Fenske
User 187934 Photo


Senior Advisor
20,190 posts

All of these files are either missing or uploaded to the wrong directory.
<script src="calendar2014-04-OMM-Flyin/javascript/jquery-1.4.2.min.js"></script>
<link media="screen" rel="stylesheet" href="calendar2014-04-OMM-Flyin/stylesheets/colorbox.css" />
<link media="screen" rel="stylesheet" href="calendar2014-04-OMM-Flyin/stylesheets/monthstyles.css" />
<script type="text/javascript" src="calendar2014-04-OMM-Flyin/javascript/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="calendar2014-04-OMM-Flyin/javascript/jquery.text-overflow.min.js"></script>
<script type="text/javascript" src="calendar2014-04-OMM-Flyin/javascript/behavior.js"></script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 441442 Photo


Registered User
9 posts

Hello again,

I spent another couple of hours and still cannot figure this out. I know it is my lack of knowledge. What directory should the files be in? I changed the files slightly.

<script src="calendar/javascript/jquery-1.4.2.min.js"></script>
<link media="screen" rel="stylesheet" href="calendar/stylesheets/colorbox.css" />
<link media="screen" rel="stylesheet" href="calendar/stylesheets/monthstyles.css" />
<script type="text/javascript" src="calendar/javascript/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="calendar/javascript/jquery.text-overflow.min.js"></script>
<script type="text/javascript" src="calendar/javascript/behavior.js"></script>

<!-- This is where the calendar HTML will be inserted -->
<div id="cc_webcalendar">
<p>Error, content did not load.</p>
</div>

<!-- this loads the calendar -->
<script type="text/javascript">
var maxdate=new Date("12-01-2014");
var mindate=new Date("09-01-2013");
loadTodaysCalendar(mindate,maxdate,"calendar");
</script>
Attachments:
User 187934 Photo


Senior Advisor
20,190 posts

Looks like you got your files sorted out.;)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.