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

Mouseover not appearing
Old 01-03-2006, 05:08 PM   #1
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default Mouseover not appearing

http://69.94.66.131/calendar/
Using the newsest version of the calendar.

I made sure I have the include script in there. See anything else that might be happening?

Thanks!
 

Old 01-03-2006, 05:17 PM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

I really can't see anything obviously wrong... all the code is there, the option is enabled in the Setup Manager, but they still don't show. The only thing I can suspect, is that code for the web counter. Have you tried your page without that counter on there?
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 01-03-2006, 05:31 PM   #3
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

Took it out but still no luck. Here is my files actual code.

Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>St Anthony Park - Calendar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<?php $CSS=1; require("calendar.php"); ?>
<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
-->
</style>
</head>
<body>
<?php $OL=1; require("calendar.php"); ?>
<div align="center">
<span class="style1"><a href="setup/index.php">Setup Manager</a> | <a href="events/index.php">Event Manager</a></span><br />
<br />
</div>
<table width="100%" align="center">
<tr><td align="center">
<?php
$TOC=1; // UNCOMMENT THIS LINE TO SHOW TEXT ON CALENDAR

//unset($epcAltLink); $epcAltLink="http://www.easyphpcalendar.com/"; // UNCOMMENT THIS LINE TO USE THE ALT LINK FEATURE
require("calendar.php");

?>
<br /><br />
<?php
// SHOW LISTINGS MODULE
//$epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
//$LIST=1;
//$DF = "M jS, Y (D)";
//$template="modern.php";
//require("calendar.php");

// THIS IS AN EXAMPLE OF THE MULTI-CALENDAR GENERATOR
/* // Remove this line to show the multi-calendar //
$MULTI=1;
$epcMultiWidth = "600px";
$epcMultiPad = 10;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 2;
require("calendar.php");
*/ // Remove this line to show the multi-calendar //

?>
</td>
<td width="0" align="left" valign="top">
<a name="escOL" id="escOL">&nbsp;</a> </td>
</tr>
</table>
</body>
</html>
Anything else I should consider? Thanks for you help!
 

Old 01-03-2006, 05:36 PM   #4
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

I took the original demo.php script and stuck it in there to... still nothing. I could have swore this worked before
 

Old 01-03-2006, 05:37 PM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

Does it work if you restore the original demo.php file?

Do they work in the Event Manager?
__________________
-- Brian

Questions?

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

Old 01-03-2006, 06:15 PM   #6
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

It DOES work in the Event Manager!

now what could be doing that?
 

Old 01-03-2006, 06:20 PM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

What about the original demo.php file?
__________________
-- Brian

Questions?

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

Old 01-03-2006, 06:57 PM   #8
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

nope it does not
 

Old 01-03-2006, 07:00 PM   #9
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

It doesn't work on the blog either.

http://69.94.66.131/calendar/demoBlog.php
 

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

The blog mode doesn't allow pop-ups. Only the normal, toc and list modes.

What are your paths set to in the calendar.php file? (And do they seem correct to you?)
__________________
-- Brian

Questions?

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

Old 01-03-2006, 08:21 PM   #11
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

$serverPath="/home/virtual/site101/fst/var/www/html/calendar/"

$urlPath="/calendar/";

both seem correct to me.

Thanks for all the help!
 

Old 01-03-2006, 10:14 PM   #12
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,907
Default

Hmmm, couple of additional things to check...

Will the demo.php pop-ups work with the normal mode calendar?

I'm assuming you've triple checked that mouse-over pop-ups are enabled in the Setup Manager?
__________________
-- Brian

Questions?

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

Old 01-04-2006, 09:22 AM   #13
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

nope and yep

I think what I'm going to do is backup my calendar folder and re upload the original files. I probably just messed something up
 

Old 01-04-2006, 09:29 AM   #14
derrian
Calendar User
 
derrian is offline
Join Date: Jan 2006
Posts: 11
Default

so far so good

Now at least I'll watch my rollovers and if they decide to stop I'll hit that nifty undo button.

Thanks again for all of your help!
 

Having the same problem
Old 01-07-2006, 11:49 PM   #15
Kevin Modeste
Calendar User
 
Kevin Modeste is offline
Join Date: Jan 2006
Posts: 1
Unhappy Having the same problem

I'm not sure how to fix this and hope someone can help. The mouseover option works in Firefox, but will not work in IE. Could someone help me fix that bug?

www.kevinmodeste.ca/campaign_events.php
 

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

This is not a bug... Your page isn't properly formatted.
You have two sets to <HTML> and <BODY> tags. It looks like two pages have been nested together.

If you fix this and move the $OL code just below the the <BODY> tag, the pop-ups should work fine.
__________________
-- Brian

Questions?

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

Old 01-08-2006, 11:12 AM   #17
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

What's happening is that you included either /calendar/index.php or /calendar/demo.php instead of actually integrating the calendar itself within your page.

All instructions are in the Online Documentation. I also offer installation services... you can use the link that is in my signature to contact me.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 
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
HTML in mouseover pop-ups versus click pop-ups... djemberay General Support 15 09-27-2005 12:47 PM
Scrollbars appearing Nolwenn Leroy General Support 29 08-02-2005 08:20 AM
Mouseover Hides Behind Frame Dimension Christian025 General Support 0 04-14-2005 11:52 AM
Mouseover Popup Errors fiberhax General Support 6 04-02-2005 09:49 AM
Mouseover pop-ups in IE not working... moxy Mambo/Joomla Integration 2 04-01-2005 03:47 PM



All times are GMT -4. The time now is 05:45 PM.


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 |