Jump to content

Fresh by MiniArma


miniarma

Recommended Posts

Fresh Skin by MiniArma

Version - 1.2

Availible for PHPVMS !

This package includes:

Fully customized Pilot Center

Fully customized tables

Drop Down Menu (Read Documentation)

Documentation for the skin

Creative Commons Attribution 3.0 License.

Download Link

Please report any bugs below with screenshots if possible.

Known Issues:

None at this moment in time

Patch Notes:

Fixed the Pilot Center Name Issue (10/01/2012)

Logo added into Images Folder (10/01/2012)

Pilot Center Patched (12/01/2012)

Menu Fix:

As some have noticed, The menu may hang over the layout to fix this please locate the style.css.

Open it up with wordpad or notepad (or any web development program).

Please then locate this coding

.monkey {
width: 650px;
height: 40px;
position: absolute; /* we want to set an absolute position so the div can be moved in reference to the screen */
top: 30px; /* this sets the positioning of the element in reference to the top left of your window. it will space it 50 pixels from the top */
left: 830px; /* this will set the position of the element 50 pixels to right of the top left of your window. */
z-index: 5; /* this will position it above anything with a lower z-index, sort of like layers. So you could layer these divs using z-index and have them stack on each other. */
}

All you need to do is edit the "left" tag and drop the value down. This should solve the issue.

Remeber to upload the style.css to see changes.

Adding a Drop Down Menu

Head over to the core_navigation.tpl file and open it up with notepad, Notepad++ or any web development software.

Ok Im going to show you an example of how to get one working. Say I wanted a dropdown called about us with some other page links.

First off I write the following

<a href="#">About us</a>

Then I will want to add a tag above it to announce that its a dropdown menu

<li class="dropdown active">
<a href="#">About us</a>

Then I add my drop down links

<li class="dropdown active">
<a href="#">About us</a>
<ul>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
</ul>
</li>

Thats all you need to do. In the href="#", Add your url there to the page you want that link to go to.

_____________________________________________________________________________________________________________________________________________________________________________

Demo for Template

Skin Documentation

Large View Screenshot here

fresh_display1.jpg

  • Like 2
Link to comment
Share on other sites

I get this error when I apply your skin. I really wish it would work because I really like the layout and design.

Notice: The template file "/home/a3692304/public_html//lib/skins/fresh/header.tpl" doesn't exist in /home/a3692304/public_html/core/classes/TemplateSet.class.php on line 248

Free Web Hosting

Recent Reports

No reports have been filed

Newest Pilots

BSA1007 Benn Kelly

BSA1006 Alden Lebov

BSA1002 Brent Smith

BSA1001 David Reichert

BSA1000 Jadeveon Clowney

Users Online

There have been 3 user(s), and 3 guest(s) online in the past 20 minutes.

PHP Error Message

Notice: The template file "/home/a3692304/public_html//lib/skins/fresh/footer.tpl" doesn't exist in /home/a3692304/public_html/core/classes/TemplateSet.class.php on line 248

Link to comment
Share on other sites

I get this error when I apply your skin. I really wish it would work because I really like the layout and design.

Notice: The template file "/home/a3692304/public_html//lib/skins/fresh/header.tpl" doesn't exist in /home/a3692304/public_html/core/classes/TemplateSet.class.php on line 248

Free Web Hosting

Recent Reports

No reports have been filed

Newest Pilots

BSA1007 Benn Kelly

BSA1006 Alden Lebov

BSA1002 Brent Smith

BSA1001 David Reichert

BSA1000 Jadeveon Clowney

Users Online

There have been 3 user(s), and 3 guest(s) online in the past 20 minutes.

PHP Error Message

Notice: The template file "/home/a3692304/public_html//lib/skins/fresh/footer.tpl" doesn't exist in /home/a3692304/public_html/core/classes/TemplateSet.class.php on line 248

Are you uploading the fresh folder or are you renaming the folder ?

Link to comment
Share on other sites

Great template, I love it!

I do have an issue though (and please do excuse me if this has already been solved);

Seems the menu has shifted to the far right (this is a completely fresh install).

Ah also,

-When under pilot center, it calls me Chad Donoghue.

-I have not been able to find where the logo is so I may edit it.

Thank you!

post-2022-022985400 1326166309_thumb.jpg

Link to comment
Share on other sites

Great template, I love it!

I do have an issue though (and please do excuse me if this has already been solved);

Seems the menu has shifted to the far right (this is a completely fresh install).

Ah also,

-When under pilot center, it calls me Chad Donoghue.

-I have not been able to find where the logo is so I may edit it.

Thank you!

Ok with the menu I will sort that out.

With the pilot center name, hahaha Ow god, My fault. Didnt change a value hahaha

I will sort it out with a patch.

Also the logo should be in the images folder. If not I will sort out a file to be edited in.

Sorry for the problems. Will sort them out now ;)

Link to comment
Share on other sites

Great template, I love it!

I do have an issue though (and please do excuse me if this has already been solved);

Seems the menu has shifted to the far right (this is a completely fresh install).

Ah also,

-When under pilot center, it calls me Chad Donoghue.

-I have not been able to find where the logo is so I may edit it.

Thank you!

Please look above for the Menu Fix and redownload for the latest version (1.1)

Thanks for using my work :)

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...
  • 3 weeks later...

very nice skin.

I also have a little problem with the menu not keeping it on the right place.

When i look on a 23" screen and have the left: 780 all is ok.

When i look on a 19" screen and have the left: 780 all is not ok and the menu goes way to the right.

Is there a way to set the menu on a fixed position independent of the screen size?

Further the skin is very nice :)

Link to comment
Share on other sites

  • 3 months later...

very nice skin.

I also have a little problem with the menu not keeping it on the right place.

When i look on a 23" screen and have the left: 780 all is ok.

When i look on a 19" screen and have the left: 780 all is not ok and the menu goes way to the right.

Is there a way to set the menu on a fixed position independent of the screen size?

Further the skin is very nice :)

Sorry guys, I need to bring up the topic again, as I have the same problem here. Is there any possibility to fix the menu bar?

Link to comment
Share on other sites

very nice skin.

I also have a little problem with the menu not keeping it on the right place.

When i look on a 23" screen and have the left: 780 all is ok.

When i look on a 19" screen and have the left: 780 all is not ok and the menu goes way to the right.

Is there a way to set the menu on a fixed position independent of the screen size?

Further the skin is very nice :)

I have the same problem. Please, fix it!!!!!

mvql1u.png

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