Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

Popup X,Y positioning is offset when including cal in existing page.
Old 05-27-2005, 11:36 AM   #1
alphex
Calendar User
 
alphex is offline
Join Date: May 2005
Posts: 2
Exclamation Popup X,Y positioning is offset when including cal in existing page.

I've just loaded the EPC in to a website I'm developing, and I am very impressed with its features. I have one thing though that will keep me from purchasing if its not fixable.

http://allaboutkidslakota.com/calendar.php
go to June, and roll over the June 1st date.

You will only see the popup if you scroll down (or have the window open on a nice big screen). I've diagnosed that because I have the calendar loading inside of an existing template that I've built, the OpenLib Popup is taking the y placement of the top of the calendar, and adding that to the y placement of the top of the pop up... meaning that the 300+ pixels I have above the calendar, are being added to the y placement for the popup float.

I went to the pop up admin page, and was only able to put -99 into the "popup offset Y" value (3 character limit it seems), which made it appear higher on the page, by 99 pixesls.

Thinking I'd just change the character limit on the form, I quickly discovered the encryption you have on your php files.
So I come here.

The rollover feature on the event is very attractive for my needs, and would like to get it working inside of the site template I am using.

Any thoughts?

Thank you.
 

Old 05-27-2005, 11:48 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,968
Default

true that there is a restriction regarding how many characters can be inputed, but not displayed

your quick fix will be to edit config.inc.php and find
PHP Code:
$ol_offsetx="-99";
$ol_offsety="-99"
and then change the values directly from there. Next time you'll go to the setup manager, you should see the full number you have even if it is greater than 3 chars... like "-450". As long as you don't try to change those values from the setup manager, they should stay at what you've set them in the config.inc.php file.

I'm sure that Brian won't have any objections to upping that limit to 4 characters instead
 

Old 05-27-2005, 12:03 PM   #3
alphex
Calendar User
 
alphex is offline
Join Date: May 2005
Posts: 2
Default

That did it!

Thanks

... for the less tech/geeky people like me, you might want to up that character limit though
 

Old 06-04-2005, 09:57 AM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

This limit will be changed in the next release.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Simular: Different behaviour in IE en FF
Old 07-29-2006, 06:26 PM   #5
Lexie Molotoff
Calendar User
 
Lexie Molotoff is offline
Join Date: Jul 2006
Posts: 12
Default Simular: Different behaviour in IE en FF

I have something simular... but when I ue teh solution as stated it works fine in IE but then FireFox is off.

Basicly FireFox seems to display teh standard x- offset and y-offset of 10 perfectly but IE sets it off teh page.

you can see what happens when I have the calendar placed on my page at: http://www.ancillatilia.com/personal/agenda.php
When you open it in FF it works fine and in IE the popup is off the page (giving me scrollbars and if not sticky no way of reaching it...)

I am using latest version 6.3.22

greet
Lex
LexieMolotoff@hotmail.com
 

Old 07-30-2006, 05:09 PM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Not sure if this will help because it may be a javascript conflict with the menus on your page... But, try moving the $OL=1 code directly after the <body> tag. This sometimes can help.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 07-30-2006, 05:10 PM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

FWIW... I just checked in IE 7 and it works as expected.
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

Old 07-31-2006, 04:10 AM   #8
Lexie Molotoff
Calendar User
 
Lexie Molotoff is offline
Join Date: Jul 2006
Posts: 12
Default

As I found in another thread I removed a (for us unnessecary) DIV statement and it lined out perfectly.
Read something about cellspacing and pading and CSS that makes it go off the page...
 

Old 07-31-2006, 02:19 PM   #9
Lexie Molotoff
Calendar User
 
Lexie Molotoff is offline
Join Date: Jul 2006
Posts: 12
Default

I tried your suggestion as well... For another page, another filter I needed the Div statement in tact. And it worked like a charm... silly IE
 

Pop Up Position in Wordpress Install
Old 08-01-2006, 10:11 AM   #10
deedub
Calendar User
 
deedub is offline
Join Date: Aug 2006
Posts: 2
Default Pop Up Position in Wordpress Install

Hello,
This is our second EPC install in a Wordpress blog, and we're having some trouble with the popup window position. If on my screen the browser window is expaned to 100% of screen... the popup is located far away from the mouseover event. If I minimize the browser window to just show the webpage, no side background panels, the popup moves over close to the event date.

I've read alot of posts about popup position, but none seem to be this exact issue. Any ideas?

example: http://high-output.com/hot/schedule

Thank you!
 

Old 08-01-2006, 11:55 AM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

Does it do this on your demo.php page?
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 

demo.php is fine
Old 08-01-2006, 02:06 PM   #12
deedub
Calendar User
 
deedub is offline
Join Date: Aug 2006
Posts: 2
Default demo.php is fine

Quote:
Originally Posted by Brian
Does it do this on your demo.php page?
No - the demo.php is fine.
 

Old 08-01-2006, 06:06 PM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,906
Default

So, there is some other outside script/variable on your existing page that is overriding the values you've set in the Setup Manager.

... I just loaded your page again and it appears to work correctly now. Were you able to find the problem?
__________________
-- Brian

Questions?

Instructions | FAQs | Errors FAQ | Forums | Support
| Web Site Hosting
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to link Events Index.php to existing page mkillian General Support 1 09-06-2005 06:31 AM
Adding the calander to a existing php page cyberchick General Support 7 01-28-2004 04:11 AM



All times are GMT -4. The time now is 10:00 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |