Event in wrong location

User 2068685 Photo


Registered User
3 posts

Created a basic calendar as a test on the site. Put Valentines in as an event on February 14th, but, for some reason, when you view the calendar online the 'event' appears in the 13th. Can't see anything obvious. Any ideas?

Dave

http://www.davincischesterlestreet.co.u … endar.html
User 187934 Photo


Senior Advisor
20,188 posts

I would try remaking it the save and publish. There might be something overriding it.
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 2068685 Photo


Registered User
3 posts

Unfortunately I already tried that. I've remade the calendar 4 times. Completely deleted it from the web and re-uploaded the new one each time, with the same result. The only thing added to the basic calendar is the event 'Valentines day'.
User 187934 Photo


Senior Advisor
20,188 posts

Do you have the latest version?
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

I think the issue is with your HTML markup outside of calendar. Look at the div container that surronds then entire calendar. Look at http://www.davincischesterlestreet.co.u … -2013.html you can see the event does show on the 14th.
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

Here's the problem.;)
In your style.css
#main table {
margin-left: auto;
margin-right: auto;
width: 600px;
}


This is messing with the font.
#main a {
font-size: 1.4em;
line-height: 1.5;
}
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 2068685 Photo


Registered User
3 posts

Cheers, I'll check that out later.

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.