Jump to content

Obsess Blue


RogerB

Recommended Posts

  • Moderators

Hey Roger, I still can't get it working. I been downloading it all over again. But it won't work.

I'm running phpVMS Version 2.1.934

And the footer is not there too.

Just download it and install a fresh copy of phpVMS what i am running and install that skin and see it.

Link to comment
Share on other sites

Gave it a go. This is what i have so far. Any help is appreciated

<div id="airline">
	<p>Select airline:</p>
	<select id="airlines" name="airlines">
		<option value="">Select Airline</option>
	<?php

	if(!$airlines) $airlines = array();
	foreach($airlines as $airline)
	{
			echo '<option value="'.$airlines->code.'">'.$airlines->code
					.' ('.$airlines->name.')</option>';
		}

	?>
	</select>
	<input type="submit" name="submit" value="Find Flights" />
</div>

Link to comment
Share on other sites

Hi Roger, tried that code but it does not populate with any of the airlines in the database!

I have this code which does populate the search list with my airlines, but i cant get the actual individual airline search function to work as it just brings all schedules up.

<div id="airlinetab">

               <p>Select Required Airline:</p>

       <select id="airline" name="airline">

       <option value="">All Airlines</option>

       <?php

       if(!$allairlines) $allairlines = array();

               foreach($allairlines as $airline)

           {

               echo '<option value="'.$airline->code.'" '.$sel.'>'.$airline->code.' - '.$airline->name.'</option>';
               }
               ?>

               </select>

               <input type="submit" name="submit" value="Find Flights" />
       </div>

Link to comment
Share on other sites

  • 4 weeks later...

In the core_navigation.tpl and on all pages, it shows the first navigation button as "home" in lowercase. When I edit the core_navigation.tpl file in the skin, it removes everything but the header. All navigation is missing etc.

This occurs even when only editing the lowercase "h" and making it "H". Its very strange. Also, by making the lowercase "h" into an "H", the file size drops from 800 some bytes, to around 700 some. Any ideas on how to capitalize the "Home" nvaigation in both the topo bar and the left side bar?

See my issue at: www.midwestvirtual.net

Thanks!

Matt Hunter

Chief Executive Officer

Midwest Virtual Airlines

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

It's located in the Stylesheet.css

/* regular */
body
{
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: Arial;
background-color: black;  /***This is the entire site background color**/
}
img
{
border: 0px;
}
.size
{
width: 950px;       <--------------------------Located here.
margin: 0px auto;
}

If you change this, you are going to have to do a lot of editing to your website so all the content will line up correctly.

Link to comment
Share on other sites

  • 8 months later...

I downloaded this template and am having some problems with it. I didn't modify anything and left it as-is. But there are missing visuals all over the page. I uploaded a screenshot here. The top navigation bar has all white in between where it should be black and on the left sidebar the menu bars are missing their blue color. What could have been wrong?

yOE7h.jpg

Link to comment
Share on other sites

  • 3 months later...

I downloaded this template and am having some problems with it. I didn't modify anything and left it as-is. But there are missing visuals all over the page. I uploaded a screenshot here. The top navigation bar has all white in between where it should be black and on the left sidebar the menu bars are missing their blue color. What could have been wrong?

yOE7h.jpg

I have the same problem!!!!!! Can you help we????'

Link to comment
Share on other sites

  • 3 months later...

Hey can someone help me ?

I am lookin to change

/* regular */
body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial;
    background-color: Black; <<<<<<<< THIS
}
img
{
    border: 0px;
}
.size
{
    width: 950px;
    margin: 0px auto;
}

TO THIS

>>>>>>>>>>>>> http://lohrman.com/skies/spanish-sky.jpg <<<<<<<<<<<<<<<<<

How do i do it?

I've tried this

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(194,236,255)),
color-stop(0.71, rgb(20,145,255)),
color-stop(1, rgb(0,115,255))
);

but it doesn't work.

Link to comment
Share on other sites

  • 2 weeks later...

I'm not sure if this post is still being used anymore judging by the last post date but this was the only thread i could find for this skin.

I've only just started building a design using this skin and have noticed that the sub menu tabs in the Pilot Center profile_main.tpl don't seem to work I've tried re-jiggling things about but haven't had much success to get the sub menu to work, I've attached some screenshots but in a nut shell when you click one of the tabs it doesn't do anything and the menu links what should be showing is just producing a blank section with a black box.

Any help appreciated if this thread is still live :wub:

Many Thanks

Colin

post-3200-0-14821800-1350532492_thumb.jpg

post-3200-0-73991200-1350532497_thumb.jpg

Link to comment
Share on other sites

  • 6 months later...

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