WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: bgg on September 17, 2008, 07:01:33 AM

Title: Can someone please port this Joomla template to WB, and share
Post by: bgg on September 17, 2008, 07:01:33 AM


Code: [Select]
demo: filmsofdesire.org:)
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: hrioo on September 17, 2008, 10:32:07 AM
Here you go. I haven't checked to see if it validates. The CSS also needs to be cleaned up.

[gelöscht durch Administrator]
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: bgg on September 17, 2008, 11:15:26 AM
A BIG thank you to Harry.**

the ie.js file is required (download the attached file and rename to ie.js) .. else the static top DIV does not work in IE. reference to this file be given in the index.php:

Code: [Select]
<?php $browser strtolower(getenv("HTTP_USER_AGENT"));
        if (
preg_match("/.*msie (\d{1,2})\.(\d{1,2}).*/",$browser,$match)) {
          echo 
"<script type=&#39;text/javascript&#39; src=&#39;/templates/wave_plazza/ie.js&#39;></script>";
}
?>

make sure that you give the correct path to the file on line three above.

** very sorry... I was in middle of instructing someone sitting in a remote location to implement this template..

[gelöscht durch Administrator]
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: vyni on September 17, 2008, 11:28:52 AM
Hey, Mr or Miss bgg.

I do prefer short but informativ conversation.

But a minimum of civility I expect in every conversation.

I think it is more than ignorant, if someone reacts to Your minimalistic question that fast than hrioo, and You donĀ“t even have a minimalistic Thank You for this.
Just arrogate something.

I think You should think about.

regards from Himberg next to Vienna
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: vyni on September 17, 2008, 11:53:43 AM
Nice done, hrioo.

But could You have a further look to the vertical-menu ? If there are submenus, something is wrong. Propably just the call for menu2 - if it is used.

regards from Himberg
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: hrioo on September 17, 2008, 05:42:31 PM
You're welcome bgg, the static section at the top works fine with Firefox and IE7 without the javascript but actually looks awkward in IE7 with the javascript. Even the example link you provided looks awkward in IE7! Unfortunately I don't currently have the time to figure out why it is. 

Thanks Vyni:

I just ported this template fast and didn't have submenus in mind. They seem to appear fine except for the extra line underneath though. Nevertheless I fixed that, cleaned up the css and took out the entries that don't apply to WB. Also made a minor adjustment to the template file and included the js file in the zip for anyone who wants to mess with it. The new zip file can be downloaded below.

[gelöscht durch Administrator]
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: bgg on September 18, 2008, 05:18:16 AM
Thanks for cleaning up the template. Again, in the index.php file, reference to the ie.js file is missing, without this in my IE6 the top banner and search box displays at the bottom of the page (I don't hv IE7). IN FF3, no issues.

The horizontal-menu, (id="uppermenu") .. it's behavior is like a drop menu in FF3.
Code: [Select]
see http://WebsiteBaker.superhit.in/pages/drop-down.php
If the uppermenu can be converted into a drop-menu (like allcss2's menu) this will be great..
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: erpe0812 on September 18, 2008, 10:38:08 AM
@bgg

Have you thought about simple put it in?
You can try by copy the link from the original template to the wb-template.
I don't know if it works, but you can try it.
And if it fails you can ask for a solution here in the forum.
And if it works you can post your solution.

rgds

erpe
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: hrioo on September 18, 2008, 05:58:23 PM
bgg,

You can try erpe's suggestion for the javascript. For the horizontal menu simply copy and paste the code and the css from Allcss2 template files.   
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: bgg on September 18, 2008, 06:14:40 PM
Harry I tried doing this. no result! the menu is gone now
Code: [Select]
http://WebsiteBaker.superhit.in
[gelöscht durch Administrator]
Title: Re: Can someone please port this Joomla template to WB, and share
Post by: hrioo on September 18, 2008, 08:04:18 PM
bgg, your menu doesn't show because you have to adjust your css file to accommodate your template. You need some knowledge of css & html to do that and then it's usually matter of trial and error which can sometimes be time consuming.

If you are not skilled in css styling I suggest you download and install one of your favorite templates from this website and try to adjust it to your liking using the wealth of knowledge available on the web or on this website. You will be surprised how much you wil learn.