[Complete Skin] Pacific | Free

doesn’t work now. The demo I mean

Fixed & Thanks

i have this code for the navigation bar

<ul class="nav nav-list">
   <li class="active"><a href="#"><i class="icon-home icon-white"></i> Home</a></li>
   <li><a href="#"><i class="icon-book"></i> Library</a></li>
   <li><a href="#"><i class="icon-pencil"></i> Applications</a></li>
   <li><a href="#"><i class="i"></i> Misc</a></li>
   </ul>

how do i input the links?

do i put the <h ref> in the middle?

Hi , and thank you very much for your work with this template.

I took the liberty to use in my recent VA, hope some one like,I just have one question (www.sapiensair.com) I just want to put the latest news and recent pilots on top following quickfacts. I still dont understand where in the code I can make that change.

Tanks

bruno

It’s possible insert the dropmenù ??

It’s possible insert the dropmenù ??

This skin does not incorporate drop down menus, if you wish to do that you’ll have to replace the existing menu style with another. There are many tutorials on the web that would allow you to do that.

Hi , and thank you very much for your work with this template.

I took the liberty to use in my recent VA, hope some one like,I just have one question (www.sapiensair.com) I just want to put the latest news and recent pilots on top following quickfacts. I still dont understand where in the code I can make that change.

Tanks

bruno

Answered via PM 1 week ago - The reply:

As for the boxes, if you wish them to have aligned with the right layer move the <h3></h3<div class=“box”></div> element over inside to the first <div class=“span3”></div> you see on the page.

hi! awesome template mate.. but im having a problem.. im running the site offlime atm and I just cant fix the flightboard.. can you give me a hand please? Thank you a lot!!

hi! awesome template mate.. but im having a problem.. im running the site offlime atm and I just cant fix the flightboard.. can you give me a hand please? Thank you a lot!!

Hi, I posted a reply on that thread. Hope that’s it

Hi, I posted a reply on that thread. Hope that’s it

thank you a lot for this mate

1 Like

Thanks for the the great layout, http://www.dlhvirtual.com we used it for our site and have heavily edited but Thanks for starting us off in the right direction

A cool thing would be if the Partners Images were maybe a auto scroll image carousel.

1 Like

cool design mate, can you share your flightboard? ty

1 Like

Thank you! and im trying to center all my navigation buttons, any clue how? CSS or core_navigation?

this is what i mean https://www.dropbox…o8dr8b/welp.PNG

Thanks!

EDIT

it was the CSS file

I doubt it is CSS, but it could be. Try to resize your browser window, if it re-centers it’s the fact that one of the CSS properties may be a percent instead of a pixel unit. If not, the problem most likely is in the core_navigation.tpl file.

Do you offer pilot center design? cause i really liked this one.

Do you offer pilot center design? cause i really liked this one.

We do offer pilot center designs, just contact us via the contact form and state any requests you have. We’ll get back to you shortly.

1 Like

We do offer pilot center designs, just contact us via the contact form and state any requests you have. We’ll get back to you shortly.

Thanks!

Hi the link is broken, can anybody fix it please.

Hi the link is broken, can anybody fix it please.

Hi! Which link would that be? If you’re having trouble try using the following link to download the files: https://zumeweb.com/en/free

Just installed this skin and I like it very much …I can’t get Current Flights to show on first page (Flight Info / Live Flight Information maps shows current and few previous flights). We are using kAcars free 1.0.1.1 …

Any idea what could be wrong? I went thru this thread and tried few things myself but didn’t make it work … club.airmakva.com is the site if you wish to take a look

Thanks in advance,

Dejan

Just installed this skin and I like it very much …I can’t get Current Flights to show on first page (Flight Info / Live Flight Information maps shows current and few previous flights). We are using kAcars free 1.0.1.1 …

Any idea what could be wrong? I went thru this thread and tried few things myself but didn’t make it work … club.airmakva.com is the site if you wish to take a look

Thanks in advance,

Dejan

Wild guess here, but I think it may have something to do with the database prefix. I coded this a little while ago, when I was amateur, so excuse that mistake. Try accessing the frontpage_main.tpl and look for some $sql = query. Right in there you should see something along the lines of “SELECT * FROM phpvms_acarsdata”. Change the phpvms_ to your database prefix you had set.

Wild guess here, but I think it may have something to do with the database prefix. I coded this a little while ago, when I was amateur, so excuse that mistake. Try accessing the frontpage_main.tpl and look for some $sql = query. Right in there you should see something along the lines of “SELECT * FROM phpvms_acarsdata”. Change the phpvms_ to your database prefix you had set.

Well, somehow, it Started working … Also, I had a problem to filter scheduled flights according to pilots location (from last PIREP), but I put

if(is_object($reports[0]))
		    {
				    # IF the arrival airport doesn't match the departure airport
				    if($reports[0]->arricao != $route->depicao)
				    {
						    continue;
				    }
		    }

instead of $reports in schedule_results.tpl and now it works!!!

Hope to find more interesting things and ‘call’ you for help…

Ah, yes, now I remember - since I own a smal ISP company, and I have my servers, and my hosting(s), I installed your skin at different site (club.airmakva.com) than our VA (www.airmakva.com) but they both use same database… (mysql, localhost)

From time to time, ONE of sites goes crazy, showing some errors, and, as I remember, complain about not having some files from skins folder - from skin the other site is using … HA!?

Cheerz!!!

1 Like