Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. show me how you are linking it.
  2. edit it in core_navigation.php
  3. This is for the profile border. Open ocean.css. Find .art-sheet around line 608. Replace .art-sheet { background: #FFFFFF; -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); padding:3px 3px 0; margin:0 auto; position:relative; cursor:auto; width: 1012px; z-index: auto !important; } with .art-sheet { background: #FFFFFF; -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25); border:1px solid #ffffff; padding:3px 3px 0; margin:0 auto; position:relative; cursor:auto; width: 1012px; z-index: auto !important; } I also fixed the alignment issue with the profile. Did you alter the public profile file? I can send you the file if you didnt.
  4. I can fix it for you if you want me too. PM me your email address.
  5. I thought you meant the text "Ocean Blue".
  6. I have the fix for the shrinking boxes. I already put it in the download. redownload and upload public profile file.
  7. in the css, change the color, to the background url.
  8. You need phpVMS php version. https://github.com/DavidJClark/phpvms_5.5.x Your phpvms version doesn't support your php version.
  9. Anyone getting this to work with a .php version? No matter what I do with this code I get error 500 page else { # It's a template sammich! if (strpos($page_content,'html { height: 100% } body { height: 100%; margin: 0; padding: 0 }') !== false) { $BaseTemplate->ShowTemplate('header_map.php'); echo $page_content; } else { $BaseTemplate->ShowTemplate('header.php'); echo $page_content; $BaseTemplate->ShowTemplate('footer.php'); } }
  10. Are you referring to the Strict Standards error?
  11. whats your php version? What phpvms version are you on?
  12. The boxes shouldn't shrink regardless if you are retired or not. Need to see why its doing that.
  13. The profile issue with the shrinking boxes is a strange one. The demo was working fine until the other day. I have been marked as retired. I will see if filing a PIREP will fix that. The footer box, I didn't notice until you pointed that pointed that. I will see what I can do. I lost the original source to this template awhile ago. I will see if I can fix manually.
  14. Open core/common/xx and replace all the references of public function with public static function
  15. I noticed the the images in my screenshot module are all gone. When I go to the link, it states that there are no images in the database. I went to the screenshot table, and there are images there aswell in the pics directory. Any ideas?
  16. I don't think that error is from your end. You meet that error when my host is having MySQL issues.
  17. In your css you have #cssmenu #menu-button {display: none; That may have something to do with it.
  18. I wouldn't worry about it. The skin isn't mobile friendly anyways
  19. I had the same issue when I was using smartCARS
  20. I will look at it when I get home
×
×
  • Create New...