- Posts: 2
COMMUNITY FORUM
Help Please!!!
- philr68
-
Topic Author
- Offline
- New Member
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"><td width="194" valign="top"><a href="www.offbeatbulgaria.eu">
www.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">www.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">www.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.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
<!-- 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
-
Topic Author
- Offline
- New Member
- Posts: 2
It worked :)
BR
Phil
Please Log in or Create an account to join the conversation.
- Richard Garland
-
- Offline
- New Member
- Posts: 1
Took me some time to find my answer, but here I am!
Please Log in or Create an account to join the conversation.