Jump to content

[Updated] [Free Complete Skin] Arctic


Recommended Posts

  • 2 weeks later...
Posted

This does not work, when you extract it to the skins folder and activate it you just get unformatted text and 0 images of any kind. Same with the other skin too by you.

All issues fixed. Had to do with Github's folder naming not matching with the code.

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

The images have here.

/lib/skins/Arctic/images/slideshow.png

And

/lib/skins/Arctic/layout.php o .tpl

<div class="item active">

<img src="<?php echo SITE_URL; ?>/lib/skins/Arctic/images/slideshow.png">

</div>

  • 2 weeks later...
Posted

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

Posted

Yep, Learned that one the middle way. Now just trying to figure out the Slider and how to get my three favorite pics into it.

The slider can now be configured via the settings/settings.php file in the skins folder.

Posted

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",

Posted

$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.

Posted

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.

Posted

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>

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...