Txmmy83 Posted April 1, 2011 Report Share Posted April 1, 2011 I used Artisteer to create and ported it to phpVMS everything is ok but on site "schedule details" the footer doesnt look right anybody that know a bit of porting artisteer templates please help needed http://www.flyeurope-va.org/index.php/schedules/details/61 thanks in advance thomas Quote Link to comment Share on other sites More sharing options...
RogerB Posted April 1, 2011 Report Share Posted April 1, 2011 It appears the map is doing that... overlapping your footer. I like the site...very nice. or check your <div> tags Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted April 2, 2011 Author Report Share Posted April 2, 2011 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 Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted April 3, 2011 Report Share Posted April 3, 2011 I like your fleet list. That is pretty sweet. I am sure that will be a real nice site when all is said and done. Great start so far! Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted April 3, 2011 Author Report Share Posted April 3, 2011 yeah thanks you just remind me that I have to finish fleet repaints I am still hunting the error which cause the footer problem on "schedule details" till now without real success Best Regards Thomas Quote Link to comment Share on other sites More sharing options...
RogerB Posted April 3, 2011 Report Share Posted April 3, 2011 Do you have the orig..index file to compare it too??? Nabeel always sais, "small changes" Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted April 4, 2011 Author Report Share Posted April 4, 2011 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 Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted April 13, 2011 Author Report Share Posted April 13, 2011 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 Quote Link to comment Share on other sites More sharing options...
Connor1994 Posted April 13, 2011 Report Share Posted April 13, 2011 Yeah was going to say that, To my knowledge you have to have an even number of <div> </div>, what I do is perform a search for both (CTRL + F) and make sure its even Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.