Getting Web Calendar Running - Page 1

User 15653 Photo


Registered User
233 posts

Can someone familiar with Web Calendar take a look at my code to see why I cannot get this to run? I have a clickable link in there for no great reason other than to have something other than the error show up on the screen. TIA
User 103173 Photo


VP of Software Development
0 posts

It would be hard to do so without you sharing a link Chris. ;)
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 15653 Photo


Registered User
233 posts

Thanks Scott - I just got it going. Appreciate the reply.
User 15653 Photo


Registered User
233 posts

Just ran into something I didn't expect when I used a <center> tag on the calendar. The calendar moved but the daily data layer did not. How would you recommend moving to center a calender for a given space, Scott?
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Do you have a link to share?:)
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 187934 Photo


Senior Advisor
20,181 posts
Online Now

Try it this way.

<div align="center">
<div id="cc_webcalendar">

<p>Error, content did not load.</p>
</div></div>


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 15653 Photo


Registered User
233 posts

Didn't seem to change. Interestingly enough, in Internet Explorer, the layers line up (layers=data over cal image) but not in three other browsers I used to view it - in those 3, the issue is the same. (Firefox, Opera, SRWare Iron)
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Try this
<div align="center">
<div id="cc_webcalendar">

<p>Error, content did not load.</p>
</div>

<!-- this loads the calendar -->
<script type="text/javascript">
var maxdate=new Date("02/01/2013");
var mindate=new Date("11/01/2011");
loadTodaysCalendar(mindate,maxdate,"calendar");
</script></div>
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 15653 Photo


Registered User
233 posts

No change. data layer doesn't line up with calendar image unless I take away any centering instructions and just let it align against the left side.

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.