Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 24
Posts: 24   Pages: 3   [ Previous Page | 1 2 3 | Next Page ]
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 2723 times and has 23 replies Next Thread
beedub
New Member



Joined: Jan 29, 2010
Posts: 1
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

Same problem here. Our calendar has vanished. It was in an out yesterday but is completely gone today.

Can we please get an update?....or an acknowledgement?

Thanks.
[Oct 27, 2011, 4:23:36 PM] [97.236.142.27] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
thestampingplace
New Member



Joined: May 28, 2011
Posts: 2
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

I am also having this trouble. I have tried copying and pasting the script several times into the web site and still nothing but a blank page shows.
[Oct 27, 2011, 7:52:44 PM] [74.165.76.5] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
templarknightsmc
New Member



Joined: Nov 22, 2009
Posts: 1
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

Concur with everybody else. Can't get our Calendar to display. Any word on if anyone at localendar is aware of the issue?

Been hounding the boards all day trying to see some type of resolution.
[Oct 27, 2011, 9:46:47 PM] [67.177.26.205] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
mannafoodtruck
New Member



Joined: May 20, 2011
Posts: 3
Status: Offline

Edit this Post   biggrin   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

I was actually unaware of the changes to the site so it came as a bit of a surprise. Anyways, my Calendar hasn't vanished, instead I'm having issues trying to set my background back to the way it was.

If you go to Options > Colors section, I would like to set my Month-View Background to a shade of purple. When you're looking at the color palette, it's the first of three shades looking from left to right.

Obviously I've already tried several times to set it back to my preferred setting, is there any way you can help with that? Perhaps it's just slow because of the new site and all, but I just thought I'd ask.

Thanks!
----------------------------------------
[Edit 1 times, last edit by mannafo2 at Oct 27, 2011, 11:56:57 PM]
[Oct 27, 2011, 11:55:34 PM] [First IP: 71.211.206.175 - Last IP: 71.211.206.175] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
marin67
New Member



Joined: Oct 12, 2011
Posts: 1
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

No calendar at all and colours have changed on the calendar when I am editing it, tried putting the code in again and still no calendar, Im in the uk so thought it was me doing something wrong.
I work for a school so this calendar is very important.
[Oct 28, 2011, 3:04:08 AM] [90.195.29.158] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
WhatDoUWannaDo
New Member



Joined: Aug 10, 2011
Posts: 8
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

Our calendars that were under the javascript are not working....

<SCRIPT src="http://www.localendar.com/public/WhatDoUWannaDo?include=Y&dynamic=Y&style=W0"></SCRIPT>


<script>

// Other settings you can customize for your site

var lcPopupColor="rgba(230, 230, 230, .9)"; /* Try other values like: rgb(230,230,230), #b0c4de, yellow, etc */

var lcPopupOutline="#333333";

var lcPopupCornerRadius=20; /* Set to 0 for square corners */

</script>



<script type="text/javascript" src='http://www.localendar.com/js/PublishedIncludeMini.js'></script>



<!-- Place this line where you would like the calendar to appear (in a <div>, table, etc) -->

<script type="text/javascript" src='http://www.localendar.com/public/WhatDoUWannaDo?include=Y&style=M5'></script>
<br/>
<br/>



We are forced to use the iframe setup currently .

We much preferred the use of javacsript HTML not the iframe HTML..
iframes have the ugly ugly scroll bars...

Did the javascript files become removed?
Is this no longer an offered feature?
We purchased this product for these abilities.

Thanks for your attention.
[Oct 28, 2011, 9:35:03 AM] [173.9.59.201] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
WhatDoUWannaDo
New Member



Joined: Aug 10, 2011
Posts: 8
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

Also,

I am having the same issue with the background color...
other preferences seem to save and the background preferences do not.....It keeps defaulting back to blue linnen looking background image.

When I save the preferences and go to a new tab and go back its back again.....

Would really like to overwrite the background.
[Oct 28, 2011, 9:43:03 AM] [173.9.59.201] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
WhatDoUWannaDo
New Member



Joined: Aug 10, 2011
Posts: 8
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

I don't know if this helps with the Linen Image issue with the background but when I look in firebug I see that body has no style attribute and is only inline styles the color style is being overwritten by the linen style.....

<body bgcolor"#ff9c4a" background="http://www.localendar.com/images/linen.gif" style="">


Because the attributes are inline I am unable to even overwrite it through css on our site. If there was a style tag I could maybe write background-image:None; but since it is inline and it is the secound attribute it will always overwrite what is in front.

Changing the code to
<body background="http://www.localendar.com/images/linen.gif" bgcolor"#ff9c4a" style="">

the "color" might over ride the "linen.gif" because it is the last css attribute ....
[Oct 28, 2011, 10:08:09 AM] [173.9.59.201] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
WhatDoUWannaDo
New Member



Joined: Aug 10, 2011
Posts: 8
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

Also when further investigation of javascript calendar

this URL is not working

http://www.localendar.com/public/WhatDoUWannaDo?include=Y&dynamic=Y&style=W0

it gives error code of "
Oops !

We encountered an error while trying to process your request.
Our system administrator has been notifed.

Please reference Error Id: 2089858901 in any communications."


http://www.localendar.com/js/PublishedIncludeMini.js
is working

http://www.localendar.com/public/WhatDoUWannaDo?include=Y&style=M5
is not working this error code 584205189

Also when i remove "?include=Y&style=M5" the link suddenly shows
up http://www.localendar.com/public/WhatDoUWannaDo calendar....

"?include=Y&dynamic=Y&style=W0"
also shows the calendar itself.......

Not sure what these query strings are for on your end but they are not working.........

If you fix these query strings I think it may resolve the problem of the missing calendars.

Thanks for your attention.
WDUWD? Web Master
[Oct 28, 2011, 10:17:43 AM] [173.9.59.201] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
WhatDoUWannaDo
New Member



Joined: Aug 10, 2011
Posts: 8
Status: Offline

Edit this Post   Re: New Site Design Released Reply to this Post
Reply with Quote
[Delete this Post]

It appears that the PHP files are working again and the calendar is working again......

However weird linen fabric background style is still overwriting colors selection.....
I think you may need an option for "background-image:none;"
so in the drop create background option maybe none and have that coordinate with the style background-image:none; and the colors will come through maybe....
[Oct 28, 2011, 11:04:23 AM] [173.9.59.201] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
Posts: 24   Pages: 3   [ Previous Page | 1 2 3 | Next Page ]
[Show Thread Printable Version] [Post new Thread]

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us