Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. flyalaska

    OceanBlue

    Try the fix above your post
  2. FSFK offers a discount
  3. This is an ongoing issue for several years. I get them once in awhile. I just go into phpMyadmin and delete the pirep.
  4. flyalaska

    OceanBlue

    Comment out the responsive css file and js file like shown below. <!--<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" />--> <!--<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/ocean_blue/js/script.responsive.js"></script>-->
  5. flyalaska

    OceanBlue

    What issue do you have?
  6. flyalaska

    OceanBlue

    You are missing the css info for the 3rd slider. You only have 2 sliders in the css. .art-slideheader0 { background-image: url('../images/slider/slideheader0.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader1 { background-image: url('../images/slider/slideheader1.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; }
  7. flyalaska

    OceanBlue

    Can I have your URL?
  8. flyalaska

    OceanBlue

    Did you also add the new image in the css?
  9. flyalaska

    OceanBlue

    It was originally released for the php version too. There some errors that I don't have time to look into right now. If you are running it on the php version, look at the login page and register page. Thats where people reported the errors. You can edit the days in frontpage_main. On my file its line 152. It is right after the stats countup(2014,07,01) <script> var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") function countup(yr,m,d){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todaystring=montharray[todaym]+" "+todayd+", "+todayy var paststring=montharray[m-1]+" "+d+", "+yr var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1) difference+=" days" document.write("It\'s been "+difference+" since the launch of Demo Airways!") } //enter the count up date using the format year/month/day countup(2014,07,01) </script>
  10. I see that you have fixed the issue. What was the cause?
  11. What are you viewing when you get this error?
  12. flyalaska

    OceanBlue

    PM Sent
  13. flyalaska

    OceanBlue

    Can I have your URL?
  14. flyalaska

    OceanBlue

    I have never seen that happened. Did you add any css tags, maybe it conflicting to another css file.
  15. If you pm me the details, I will do it for you and email you the file
  16. You have 5 titles in the header(th) and 6 spots in the content.
  17. Says the Module doesn't exist.
  18. flyalaska

    OceanBlue

    pm me your table
  19. flyalaska

    OceanBlue

    That is weird, I never seen that on any of the other sites that use my skin. Try changing the table % <table width="100%
  20. flyalaska

    OceanBlue

    Do you have a screenshot?
  21. flyalaska

    OceanBlue

    In the ocean_blue.css Try This Find background: #D4E1ED; and replace with background-image: url('image url goes here'); background-color: #D4E1ED;
  22. What is the exact error? Try deleting core/local.config and install again
  23. flyalaska

    OceanBlue

    Pm me your email
  24. flyalaska

    OceanBlue

    Remove this from profile_main.tpl If you don't feel comfortable I will do it for you. You can send me your profile_main.tpl <!-- Begin ACARS Configuration Box --> <div class="art-content-layout-wrapper layout-item-4"> <div class="art-content-layout layout-item-5"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-6" style="width: 100%" > <h3>ACARS Configuration</h3><ul> <table class="ocean_blue"width="100%"cellspacing="2"cellpadding="2"border="0"> <tr> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo url('/profile/editprofile'); ?>">kACARS</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">Download FSFK Config</a></center></td> <td><center><img src="<?php echo SITE_URL?>/lib/skins/ocean_blue/images/icons/icon_dl.png" width="64" height="64" alt="" /><br><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></center></td> </tr> </table> </div> </div> </div> </div> <!-- End ACARS Configuration Box -->
×
×
  • Create New...