Do you like this product? Let us know, so we can make more!
Publish a review to Google
Like us on Facebook
Follow us on Twitter
Updated to Version 1.1 as of 20 APR 2015
We are proud to present Arctic Skin, designed by Zumeweb.com
Arctic is a 100% free skin, available for use and download at absolutely no charge. We can put in some fancy comments about our work, but we rather you be the judge. Check out the demo!
Features
Full Navigation Customized
Full-page slideshow
Pilot Center w/ Side Navigations
New Schedules Page
Full-page design
Easy to customize design
Demo & Download
Download: https://github.com/RyanHerga/Arctic
Get your copy for 98% FREE | Under Condition that the footer “Designed by Zumeweb.com ” remains
How to change slideshow images
Go to your skins folder, and open up the settings folder, followed by the settings.php file.
Everything you need to know is in that file.
There’s really no step 3
Yeah, it’s that easy.
On 4/20/2015 at 8:51 PM, magicflyer said:
Updated to Version 1.1
Preview is back up and running + Download link is fixed and fully operational
Changelog
Page Width set to 75%, Changing it from the original full-width design
Responsiveness added(Site adapts to various device sizes)
Code Indenting and Structure upgraded to our 2015 Standards. Much, much easier for the end-user to experiment with
Slideshow made easier to edit by adding in a settings.php file. Instructions on how to edit can be found on the main post.
Changed basic styling for text fonts
Fixed “Add to Bid” issue
New link: https://github.com/RyanHerga/Arctic
Your Slide Show on covers 75% off the screen on my end. (Google Chrome)
1 Like
Your Slide Show on covers 75% off the screen on my end. (Google Chrome)
That happens because the image used as a placeholder for the slideshow content, is only 1351px wide and I am guessing your screen is about 1800px in width. It would not occur once you upload a larger image to take care of the placeholder.
lol767
January 8, 2014, 2:35pm
4
wut is the recent flights code?
MC1028
January 9, 2014, 11:25pm
5
There is no option to add a bid
1 Like
Hello as I make pictures slideshow is to move, tanks
What a long delay for this answer, Apologies.
wut is the recent flights code?
Answered by PM, a couple days ago.
There is no option to add a bid
Added & Link Updated
Hello as I make pictures slideshow is to move, tanks
The pictures will move automatically, for as long as you have the correct syntax, similar to the one in the layout.tpl.
Added & Link Updated
Hello,
I downloaded the file, but without following the option of adding a bid.
Thanks,
Hello , when i put the news script on the news section , it just show a little box :
Update : Okay it’s fixed now !!! Just delete the popupnews folder in the Artic Folder XD
Thx,
Regards,
1 Like
Rafi378
February 2, 2014, 7:44am
11
In which part to edit the menu?
In which part to edit the menu?
You can edit the menu by accessing the file core_navigation.tpl
RogerB
February 17, 2014, 3:01pm
13
You should put that slide show on frontpage_main.tpl.
bozwood
February 27, 2014, 6:07pm
14
@magicflyer Great skin, is there a way after a pilot has logged in, and it has their profile, that on the blue banner where “Pilot Panel” and “Log Out” are shown, to have before Pilot Panel, “Admin Panel” which only appears if the user has admin panel access? Ive played around with it but have had to reinstall the theme a couple of times
Hi Guys nice wokrk… but i have a problem.. the acars map dont work.. any idea?
Then when I use the function “add bid” comes out an error: no route passed.
Why?
tnks
Dylan
neosvirtualair.net
Hi guys we cant se the ACARS MAP… any idea?
Hi guys we cant se the ACARS MAP… any idea?
Can you provide a screenshot of the problem? I am not sure I understand which ACARS map you’re talking about.
Looks like you are missing all the phpVMS scripts from the header of your site would probably be the first issue. You also have to adapt a few items in the phpVMS scripts when you include them to adapt to the latest javascript files you are using to make the map and native schedule search to work correctly. If this is all built into the new scripts then the order that they are being called needs to be examined.
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>ACARS Map - NEOS VIRTUAL AIRLINE</title>
<link rel="stylesheet" media="all" type="text/css" href="http://www.va.neosvirtualair.net/lib/skins/Arctic/dist/css/bootstrap.css" />
<link rel="stylesheet" media="all" type="text/css" href="http://www.va.neosvirtualair.net/lib/skins/Arctic/styles.css" />
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="http://www.va.neosvirtualair.net/lib/skins/Arctic/dist/js/bootstrap.js"></script>
<style>
@import url("styles.css");
</style>
<link href="dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
@import url("dist/css/bootstrap-theme.css");
</style>
<link href="dist/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" />
</head>
Firebug is picking up the error when the page is trying to call for the map because the script that runs it is not present.
1 Like