Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by flyalaska

  1. flyalaska

    OceanBlue

    Yes it's layout.tpl and line 81
  2. Try putting the dep and arr codes in all caps.
  3. flyalaska

    OceanBlue

    Try the fix above your post
  4. FSFK offers a discount
  5. This is an ongoing issue for several years. I get them once in awhile. I just go into phpMyadmin and delete the pirep.
  6. 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>-->
  7. flyalaska

    OceanBlue

    What issue do you have?
  8. 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; }
  9. flyalaska

    OceanBlue

    Can I have your URL?
  10. flyalaska

    OceanBlue

    Did you also add the new image in the css?
  11. 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>
  12. I see that you have fixed the issue. What was the cause?
  13. What are you viewing when you get this error?
  14. flyalaska

    OceanBlue

    PM Sent
  15. flyalaska

    OceanBlue

    Can I have your URL?
  16. flyalaska

    OceanBlue

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

    OceanBlue

    pm me your table
  21. 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%
  22. flyalaska

    OceanBlue

    Do you have a screenshot?
  23. 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;
  24. What is the exact error? Try deleting core/local.config and install again
×
×
  • Create New...