Jump to content

[Updated] [Free Complete Skin] Arctic


magicflyer

Recommended Posts

  • 2 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...

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: http://zumeweb.com/e...w?target=Arctic

Link to comment
Share on other sites

This what I see and now thinking visually here of how to direct a new image

<?php

/*

* Configuration File for Arctic Skin

* Distributed for Free by Zumeweb.com

*/

// **Slideshow Settings**

// To add more images simply follow the pattern in the array, and be sure to seperate each URL with commas.

$slideshow_images = array("//placehold.it/1800x400&text=Sample Banner1",

"//placehold.it/1800x400&text=Sample Banner2",

"//placehold.it/1800x400&text=Sample Banner3",

Link to comment
Share on other sites

$slideshow_images = array(
   "URL FOR IMAGE 1",
   "URL FOR IMAGE 2",
   "URL FOR IMAGE 3"
)

The instructions are in the comments just above it. Just replace the URL FOR IMAGE tag with your actual link for your image. You can also add as much images as you wish by just separating each by commas, and enclosing them in quotes.

Link to comment
Share on other sites

I'm trying to figure out how to add in more statistics to the box. Like Passenger/Cargo/Schedule's ??

Unfortunately our current template doesn't support that statistic, but I am sure there's a module out there capable of gathering that information. The file you're going to want to look at is frontpage_main.tpl, under the "Statistics" heading in the file. Be wary of the code that's on there, so create a backup before experimenting.

Link to comment
Share on other sites

Unfortunately our current template doesn't support that statistic, but I am sure there's a module out there capable of gathering that information. The file you're going to want to look at is frontpage_main.tpl, under the "Statistics" heading in the file. Be wary of the code that's on there, so create a backup before experimenting.

This worked

<tr>

<td><strong>Pax Carried:</strong></td>

<td><span class="label label-default">1230</span></td>

</tr>

<tr>

<td><strong>Cargo Carried:</strong></td>

<td><span class="label label-default">81315lbs</span></td>

</tr>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...