Keyword

Help Please!!!

  • philr68
  • philr68's Avatar Topic Author
  • Offline
  • New Member
More
16 years 5 months ago #8649 by philr68
Help Please!!! was created by philr68
Firstly, I would just like to say that this is a brilliant plugin.  I have been using it on one of my sites for a year now.

However, I have just built a new site and installed the plugin ver 1.2.1. 

In FF there is no problem.  In IE7, the black mask stops at the top of the page.  There are no other video plugins and I have removed the xml declaration from the temp[late which is very simple.

here is the code:


<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
<!-- Start PHP Timer -->
<?php
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$start = $time;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
<link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"; ?>" />
<?php
if(file_exists($mosConfig_absolute_path."/modules/mod_lxmenu/css_lxmenu.css")){
?>
<link href="<?php echo $mosConfig_live_site; ?>/modules/mod_lxmenu/css_lxmenu.css" rel="stylesheet" type="text/css"/>
<?php
}
?>
</head>

<body bgcolor="#c4cf92">
<table width="719" align="center" border="0" bgcolor="white" cellpadding="0">
<tr>
<td valign="top"><?php if (mosCountModules('header')>0) mosLoadModules('header',0); ?></td>
<td valign="top"><?php if (mosCountModules('top')>0) mosLoadModules('top',0); ?></td>
<td valign="top"><form action="index.php" method="post">
<input class="inputbox" type="text" name="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</form>

</td>
</tr>
<tr>
<td width="392" valign="top"><a href="www.offbeatbulgaria.eu">"Off <td width="194" valign="top"><a href="www.offbeatbulgaria.eu">"Offwww.offbeatbulgaria.eu" width="194" height="259" />
<td width="125" valign="top"><?php if (mosCountModules('user1')>0) mosLoadModules('user1',0); ?></td>
</tr>
<tr>
<td colspan="3"><hr /></td>
</tr>
<tr>
<td colspan="3" valign="top"><table width="100%" border="0" cellpadding="3">
<tr>
<td width="84%" height="24" rowspan="2" valign="top"><?php mosMainBody(); ?></td>
<td width="16%" align="center" valign="top"><?php if (mosCountModules('user2')>0) mosLoadModules('user2',0); ?></td>
</tr>
<tr>
<td align="center" valign="top"><?php if (mosCountModules('user3')>0) mosLoadModules('user3',0); ?></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3" align="center" valign="top" class="content_vote"></td>
</tr>
<tr>
<td height="87" colspan="3" align="center" valign="top"><table width="100%" border="0" cellpadding="3">
<tr align="right" valign="bottom">
<td width="20%" align="left" valign="middle"><a href="www.questbulgaria.com" target="_blank">"Questwww.questbulgaria.com" />
<td width="61%" align="center" valign="bottom"><a href="www.offbeatbulgaria.eu/index.php?option=com_sefservicemap&Itemid=11" title="Off Beat Bulgaria - Site Map">Site Map   www.offbeatbulgaria.eu/index.php?option=com_content&task=view&id=6&Itemid=12" title="Off Beat Bulgaria - Copyright & Disclaimer">Copyright & Disclaimer    www.offbeatbulgaria.eu/index.php?option=com_content&task=view&id=7&Itemid=15" title="Off Beat Bulgaria - Privacy Policy">Privacy Policy


<?php include_once('includes/footer.php'); ?></td>
<td width="19%"><div align="right"><a href="www.ourbulgarianworld.com" target="_blank">"Thewww.ourbulgarianworld.com" />


</tr>
<tr align="right" valign="bottom">
<td colspan="3" align="left" valign="middle"><div align="center"><span class="createdate">Offbeat Bulgaria Is Owned and Operated by: Millpond Developments EOOD, 3/1/13, General Stefan Toshev 66b, Sofia 1000, Bulgaria</span>. <span class="createdate">Bulsat No:131448038</span>.

</div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

<!-- End PHP Timer -->
<div align="center">
<?php
$time = microtime();
$time = explode(" ", $time);
$time = $time[1] + $time[0];
$finish = $time;
$totaltime = ($finish - $start);
printf ("This page took %f seconds to load.", $totaltime);
?>
</div>


The site can be seen at sitedesign.ourbulgarianworld.com/offbeat/ it is still under development.

The link to the gallery is at the bottom of the  "About The Region" page.

Thanks for your help in advance.

BR

Phil :)

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #8650 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Help Please!!!
Delete the comment:
<!-- Start PHP Timer -->

;)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • philr68
  • philr68's Avatar Topic Author
  • Offline
  • New Member
More
16 years 5 months ago #8651 by philr68
Replied by philr68 on topic Re: Help Please!!!
Thank You!!

It worked  :)

BR

Phil

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #8652 by Richard Garland
Replied by Richard Garland on topic Re: Help Please!!!
The problem I had was the same but the code to remove was different. The key thing is that what needed to be removed was any comments outside the <html> tags.

Took me some time to find my answer, but here I am!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum