Web Calendar 5.0 - Page 2

User 103173 Photo


VP of Software Development
0 posts

andysiddell wrote:
I have installed it and am at a complete loss to get it working correctly or even understand what it's trying to do.

I created a new calendar from scratch and uploaded it to my site. The test html page it uploads works fine but when I use the code the sotware privides for inserting it into my own webpage it does not function properly.

When I compare the coding the two are different. Your calendar.html pages gives me..

<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/behavior.js"></script>
<script type="text/javascript" src="calendar/javascript/jquery.text-overflow.min.js"></script>

in between the <head> </head> tags

Whilst the copy & paste code gives me...

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.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.js"></script>
<script type="text/javascript" src="calendar/javascript/behavior.js"></script>

to put in between <head> </head> tags

My version of the page displays the calendar but does not display the information when I click on an event.

Any idea what is wrong?

The code in the <head> is the same code, just written differently and both will work. Putting the code in the <head> section however is just one part. Did you also paste in the code into the <body> area where you want to put your calendar?

The code you need to add would look like this:

<!-- 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("10/01/2011");
var mindate=new Date("07/01/2010");
loadTodaysCalendar(mindate,maxdate,"calendar");
</script>
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 510082 Photo


Registered User
5 posts

Yes I di paste it into the body.
User 103173 Photo


VP of Software Development
0 posts

andysiddell wrote:
Yes I di paste it into the body.

Did you upload the files then to the proper folder location? Probably would help to see a link to your website too. ;)
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 510082 Photo


Registered User
5 posts

Hi Scott

OK I have just created a brand new calendar on a new test website and I'm still having issues.

How do i send you allof the information privately as I want to send you my FTP details and everything for this site so you can investigate.

Thanks

Andy
User 122279 Photo


Senior Advisor
14,450 posts

Andy, contact Coffeecup support. Scott will be there.

But if you post a link to your site, some of us in here may perhaps be able to help without going through your FTP connection.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 187934 Photo


Senior Advisor
20,188 posts

I designed a calendar and have an event going from May 1, 2011 to Oct 1, 2011 repeating yearly but it only shows for one panel of the calendar. So when your looking at the design screen you see the May filled with the color band and the first 11 days of June but when I scroll to June through Oct there's nothing. I tried reinstall with no luck.
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 103173 Photo


VP of Software Development
0 posts

Eric Rohloff wrote:
I designed a calendar and have an event going from May 1, 2011 to Oct 1, 2011 repeating yearly but it only shows for one panel of the calendar. So when your looking at the design screen you see the May filled with the color band and the first 11 days of June but when I scroll to June through Oct there's nothing. I tried reinstall with no luck.

I am sorry but I don't think I fully understand the issue. Can you explain a bit more and maybe post a URL to your calendar so I can see what you are describing?
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 187934 Photo


Senior Advisor
20,188 posts

I'm in the design mode. I have made a calendar I made an event going from May 1, 2011 to Oct 1, 2011. I have chosen green (#008000) for calendar properties. When I looking at the calendar in design mode I see my green band running through all the days from May 1, 2011 to June 11, 2011 when It says May 2011 at the top middle of the calendar above days. When I use the scroll on the right of the calendar to go to June the green band disappears from the calendar on the first 11 days of June which were green when I was in May. There is no green band beyond May unless I'm viewing May. Also when I go to preview may calendar from the calendar preview button it opens and shows no events I will upload the calendar to my server but I was unable to get the calendar to show in my editor or my editor preview. was getting this message in my web page "Error, content did not load"
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 103173 Photo


VP of Software Development
0 posts

Eric Rohloff wrote:
I'm in the design mode. I have made a calendar I made an event going from May 1, 2011 to Oct 1, 2011. I have choosen green (#008000) for calendar properties. When I looking at the calendar in design mode I see my green band running through all the days from May 1, 2011 to June 11, 2011 when It says May 2011 at the top middle of the calendar above days. When I use the scroll on the right of the calendar to goto June the green band dissappears from the calendar on the first 11 days of June which were green when I was in May. There is no green band behond May unless I'm viewing May. Also when I goto preview may calendar from the caledar preview button it opens and shows no events I will upload the calendar to my server but I was unable to get the calendar to show in my editor or my editor preview. was getting this message in my web page "Error, content did not load"



I think you need to re-go through the setup and add in the HTML markup again exactly like we have provided and then you have to upload all of the calendar files to the Selkirklakerentalcottage folder.

Once you do all that and make it so the calendar loads on your website, we can look into this further.

Also, the latest version is 5.0 build 8 so you may want to download the latest version.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 187934 Photo


Senior Advisor
20,188 posts

I updated and uploaded all the files and there's no change.
Heres a screen shot. Why do you have it setup to change the name on export if your not suppose to.
http://webpages.charter.net/progrower10 … export.gif
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.