Jump to content

vAirline Template - CSS


-Nick Tyson-

Recommended Posts

  • 4 months later...
  • 2 weeks later...

Hi All,

I know this skin has been around some time now and I am like Jeff in post #12. We really like the skin and are currently using it, but wondering if there was a way to disable the left sidebar on all or some pages? I have been toying with the code for some time now and cannot get it to work.

Any help on this would be greatly appreciated.

Link to comment
Share on other sites

Hi All,

I know this skin has been around some time now and I am like Jeff in post #12. We really like the skin and are currently using it, but wondering if there was a way to disable the left sidebar on all or some pages? I have been toying with the code for some time now and cannot get it to work.

Any help on this would be greatly appreciated.

Same here, so a kind bump on this issue anyone?

Thanks in advance.

Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 3 months later...

You have two ways to later add the background,

In the styles.css file, searching the bottom existemte and change, replacing the default photo to your specifications in the same size and height.

2 If you use dreamweaver to edit the tpl (the pages of the site) you can insert a background

Open your layout.tpl with the program Dreamweave click Properties page / category / appearance / background image

Choose a photo on your computer that you want as background

<!--
body {
background-image: url(file:///C|/Users/yourcomupoet/ folder photo /Aviao.png);
}

Change to

<!--
body {
background-image: url(<?php echo SITE_URL?>/lib/skins/pt/images/Aviao.png);
}

Ai just send the photo to your skin and edit the photo link pointing to your server.

Link to comment
Share on other sites

i didn't see that line? the most i saw was this as far as background of any type is?

body, html {
   font: 12px/120% Helvetica, Arial, sans-serif;
   background-color:#fff;
background-repeat:repeat-x;
background-position:top;
   color: #333;
   font-weight: 400;
   margin: auto;
padding-top:25px;
}
a {
   color: #333;
   text-decoration: underline;
}

Link to comment
Share on other sites

2 Questions

  1. How can I make this template for mobile users?
  2. How can i add new sites? Over the admin panel it's not possible :/.

Question 1

Check the link: http://www.axure.com/mobile-website-tutorial

Question 2

You need to submit your skin to link www.YOURSITE.com / lib / skins / YourSkin

Is then access your admin panel and select the skin you developed

Link to comment
Share on other sites

Question 1

Check the link: http://www.axure.com...ebsite-tutorial

Question 2

You need to submit your skin to link www.YOURSITE.com / lib / skins / YourSkin

Is then access your admin panel and select the skin you developed

Thanks for the link , but i think you didn't get my 2.question.I asked how i can manually add sites like "Our Team" or stuff like that.

Thanks!

Link to comment
Share on other sites

  • 1 month 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...