We have 4 guests online
Monday, 15 March 2010 12:18

Hotel Reservations Template - Blue Pier

Written by TemplateJuice
Rate this item
(4 votes)
Hotel Reservation Template Mod - Blue Pier Hotel Reservation Template Mod - Blue Pier TemplateJuice

Hotel Reservations Template - Juice up template - This month we bring you "Blue Pier".  This rich versatile template was developed by TemplatePlazza.  We've taken on juicing it up a bit by making a new color scheme.  Our intentions were to soften it up and add a little more vibrancy to the existing layout.

To make it even better.... This new color scheme is available free of charge. You must already have installed a copy of HotelPlazza by TemplatePlazza.  We've provided the optimized graphics files and step by step instructions to help you implement this new color scheme.

However, if you would prefer to have us make the color change or create a unique scheme for your special project, just let us know.  We will be happy to assist you.

If you are not a TemplatePlazza member, you can get this complete template (installed only) by purchasing our Platinum Template service, which includes the following:

  • Premium Template
  • Joomla! Core Installation
  • Template Installation
  • Included Components & Module Installation
  • BONUS 6 months of hosting on our premium servers by HostNine
  • Forum Support
  • ORDER NOW!

Click on the thumbnails or visit the LIVE SITE for more info.

Join our Template Update Mailing List to receive a notice our new Juiced Up Templates, websites and more...

 

Do-It-Yourself Instructions

We will be working with skeleton3.  The files and mods will not affect any of the other skeletons, so if you switched to skeleton 1 or 2 the line numbers I refer to will be a little different.  Right-click the images to download them and use the for your site - except for the background.  To download the complete graphics package ...

, including the background, click the download button at the end of this tutorial.

 

Lets start by thanking nattu for making this beautiful picture available on Flickr.

After a little Photoshop magic, we arrive at the following background for this template.

Hotel Template Background

Before we go on let me mention that there is a minor typo in the templateDetails.xml file.

The TPF should not be capitalized.  Once you do that, it everything should work just fine.  If you access  the file via your cPanel's html editor it should be line 67.  Except for this change, I will be editing the files with Dreamweaver.  The lines referenced in these instructions should be right on or within a line or two.

params image

Change it to

Params correction

LOGO

I prefere to upload my images using the Joomla backend. In this example the logo will be uploaded to images/stories/ folder.

To do this you need to add a few "../" and stories/ to the background image location. I entered the following to make it work:

../../../../../images/stories/pier.jpg

If you decided to upload to the images folder included with the template, just change the name of the file and that should work.

Next change the background color to #0099ff

background color change

Edit Menu

Upload the tjblue_box.png to the images folder

template images

Then update the skeleton2, skeleton2, or skeleton3.css.php file by replacing bgtpblock-head.png with tjblue_block.png. You can update all three files if you like, in case you decide to change the skeleton in the future. The quickstart file uses skeleton3 as the default skeleton.

You can find the mentioned php files in templates >> hotel_plazza >> skeletons

Replace Logo

Next we will replace the current logo with one of our own. Upload your logo to the previously mentioned images folder found in the hotel_plazza folder. Make sure you name the file logo.png, so no further editing is required.

Changing the menu font and color

This should be straight forward. This can be done via your Joomla backend template manager. However, if your current Joomla install is located in a sub-folder, you will need to edit the params.ini file directly by loging into your cpanel's Code Editor.

The juiced up template uses Liberation Sans.

To edit the active menu item color edit line line 797 of the dropxtd.css file located in

templates >> framework >> dynamic >> css >> menu

Change to #EEEEEE

Next change the color of the dropdown menu by replacing the shadow75.png. This file can be found in the template's images folder

Existing menu New image file Note the dark image has been renamed to shadow75_2.png. If you decide to go back to dark, remember to rename it to shadow75.png

Next lets change the menu dropdown hover color. In this case lets edit the css file.

Hover Menu Image

Update the current entry found on line 709 of the dropxtd.css file. Change it to shadowblack75.png and upload the corresponding image file. Also change the background color to #666666.

<< Just to the left of this text is an image sized 2x2 named shadowblack75.png it looks like a comma

Next change the link hover color on the dropdown menu

Update lines 165, 315 and 603 - change from #CC0000 to #99CC00

BODY

Lets begin by editing the breadcrumb background.

breadcrumb bkg

background: url(../../images/green60.png) repeat;

green background

Also, change line 553 from color: #FFF: to color: #333;

Almost forgot to change the tag line that is front and center, which states "We have the best room rates"

First upload a new banner to the banners folder via your admin backend. Then go Components >> Banners, find the slide1 slide and update it so it displays the correct banner. You also have an option of creating a new banner, but for now this is faster and easier.

First box "Find Locations" (user11)

Go to skeleton3.css.php line 1207 and replace the current entry with this "url(../../images/shadow50.png) repeat;"

Room Types Box Module (user12)

Update line 1213 of skeleton3.css.php to "background: url(../../images/fuschia60.png) repeat;"

fushia background

Upload image fuschia60.png to the images folder in the hotel_plazza folder

TESTIMONIALS

testimonials css

Change the color from #CCC to #333

Update the current entry on line 1107 of skeleton3.css.php to " background: url(../images/badgetop60.png) bottom center no-repeat;"

Change line 1087 to "padding:10px 0 20px 0px;"

Upload badgetop60.png to the template's images folder

badge top Shown here with a #CCC background and scaled down to fit this page

Next

Update line 1137 of skeleton3.css.php to "background: url(../../images/white60.png) repeat;"

Upload white60.png to the template's images folder

white 60 Shown here with a #CCC background

Add "margin-bottom:15px;" to skeleton3.css.php line 1109;

FOOTER

Change "background:#5B5497;" on line 97 of skeleton3.css.php to "background: url(../../images/shadow50.png) repeat;"

black background

There is no need to upload shadow50.png because it was uploaded earlier.

Update the footer copyright info

Go to templates >> hotel_plazza >> skeletons >> css >> skeletons and edit skeleton3.php

You will find the current content at about line 809

To change the current icon, just update the name of the currennt icon to whatever you name your icon. Upload your icon image to the template's images folder.

To change the current link color to green enter "color: #99CC00;" on line 130 of skeleton3.css.php

RIGHT FLOATING MENU

The only thing we will change here is the hover color. Lets change it from red to # 99cc00.

Go to modules >> mod_tploginxtd >> assets >> css and edit colorbox.css

On line 485 change #CC0000 to #99CC00

BLUE BOX

Back to skeleton3.css.php line 1222 update it from "background: #8193ed;" to "background: url(../../images/blue60.png) repeat;"

Upload blue60.png

blue background

INNER PAGES

Update link color

To change the modify date link color go to joomla.css found in skeletons >> css. Change line #1089 to #333

OTHER LINKS

news links color

To change the link color of the newsfeed and other section links go to line 1041 of joomla.css and change "color: #E9AE74;" to "color:#333;"

Hover Links

Now lets change the hover link color corresponding to the links we just modified. Continue with joomla.css, change lines 865, 975 and 1057 to #99CC00

Lets not forget to change the component heading background color, currently set to a deep red #B00303. Go to line 783 of skeleton3.css.php and update it to "background: transparent url(../../images/blue60.png) repeat;"

Leading Article

Update the leading article background color, text color and link colors.

Start by changing the current background color from #CA0909 to something softer like #EFEFEF on line 485 of joomla.css.

515 of joomla.css from #FFF and delete

959 of skeleton3.css.php from #FFF to delete

Template Info

Last modified on Monday, 22 March 2010 08:20

Add comment


Our blog

© 2009 TemplateJuice.com - All Rights Reserved | "Juice" Template