Jump to content

small cosmetic problem with a self made template


Txmmy83

Recommended Posts

It appears the map is doing that... overlapping your footer. I like the site...very nice. or check your <div> tags

thanks for the quick reply

I also understand now what you mean in an response think from last year when asked you about combination Artisteer & phpVMS it is a bit complicated (nearly every template need to be reworked and placed in skin folder awful time consuming work! but the result is worth :) )

will look into fixing it tomorow :)

Best regards

Thomas

Link to comment
Share on other sites

what do you exactly mean with index?

if you mean the index.html from artisteer before I applied changes to make it work with phpVMS yes I have them

problem is not in the layout.tpl since every other page have the footer right ;)

it has to be a schedule details.tpl specific problem or of an template referenced by schedule details.tpl

Best Regards

Thomas

Link to comment
Share on other sites

  • 2 weeks later...

found the error :)

<h4>Schedule Frequency</h4>

<div align="center">

<?php

/*

Added in 2.0!

*/

$chart_width = '600';

$chart_height = '150';

/* Don't need to change anything below this here */

?>

<div align="center" style="width: 664px;">

<div align="center" id="pireps_chart"></div>

</div>

<script type="text/javascript" src="<?php echo fileurl('/lib/js/ofc/js/swfobject.js')?>"></script>

<script type="text/javascript">

swfobject.embedSWF("<?php echo fileurl('/lib/js/ofc/open-flash-chart.swf');?>",

"pireps_chart", "<?php echo $chart_width;?>", "<?php echo $chart_height;?>",

"9.0.0", "expressInstall.swf",

{"data-file":"<?php echo actionurl('/schedules/statsdaysdata/'.$schedule->id);?>"});

</script>

</div> this closing div was missed before!!!

<?php

/* End added in 2.0

*/

?>

very small error very large impact on layout <_<

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...