WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Templates, Menus & Design »
  • Hunting for a template
  • Print
Pages: 1 [2] 3   Go Down

Author Topic: Hunting for a template  (Read 24732 times)

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: Hunting for a template
« Reply #25 on: August 26, 2009, 07:31:50 AM »
But even on a large screen it does not look OK ... here with 1280 width ...

cheers

Klaus

[gelöscht durch Administrator]
Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #26 on: August 26, 2009, 10:57:38 AM »
she wanted upper menu centered, so she must been change a width of menu to be too short :)
Logged
Web developer

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #27 on: August 26, 2009, 04:57:11 PM »
It looks just fine on my 1280x800 Macbook display.

I can't figure out what's going on. Perhaps WebsiteBaker is the problem and I'd be better off developing a stand-alone website?
Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #28 on: August 26, 2009, 05:00:20 PM »
nope, WB is cool, you just need to change the width of menu from 50% to eg. 80% to fit smaller screens...
Logged
Web developer

Argos

  • Guest
Re: Hunting for a template
« Reply #29 on: August 26, 2009, 05:06:37 PM »
Quote from: NotASingleWhiteFemale on August 26, 2009, 04:57:11 PM
It looks just fine on my 1280x800 Macbook display.

I can't figure out what's going on. Perhaps WebsiteBaker is the problem and I'd be better off developing a stand-alone website?

LOL WB has nothing to do with it, it just shows a template. If the template's not right, WB cannot magically fix it  :-D
Logged

Argos

  • Guest
Re: Hunting for a template
« Reply #30 on: August 26, 2009, 05:12:44 PM »
It's an Internet Explorer thing. Other browsers don't show the scroll bars, but IE7 does. It shows a javascript error as well, by the way. And the menu is horrible in all browsers...
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #31 on: August 26, 2009, 05:14:53 PM »
That's wacky.... It works just fine on Firefox with my macbook and my pc.

Here's the CSS file

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #000;
text-decoration: underline;
}

a:hover
{
text-decoration: none; /* underline;*/
}

a:visited
{
text-decoration: none;
}

img
{
border: solid 0px #000;
}

#header
{
width: 100%;
height: 29px;
background: url(img/BG1.JPG) repeat-x;
padding: 0px;
margin: 0px;
}

#menu
{
/* removed width: 50%; /* You can adjust this to set it to your needs*/*/
height: 29px;
/* removed margin: 0 auto; */
padding: 0 10px 0 10px;
left:50%;                /* The box will start at center of screen*/
   position:relative;
   width: 494px;         /* from center it will go for example 600 px, play with this to adjust it to your menu, set the border as 1px to see exactly where your menu ends, then put that widthand remove border */
   margin-left:-247px;  /* this will move your menu left, value must be a half of width above - 300px and that will make it centered*/
}

#menu ul
{
position: absolute;
top: 4px;
}

#menu ul li
{
display: inline;
}

#menu ul li a
{
color: #fff;
font-weight: bold;
padding: 5px 10px 10px 10px;

}

#menu ul li a:hover
{
border-bottom: 2px dotted #000; /* set from fff to 000 to hide */
}

#menu ul li a.menu_current
{
background: transparent url(img/active.JPG) repeat-x;
}

#box
{
width: 100%; /* Set to 80% of screen , if you want you can set it to exact, like 800px */
border: 0px solid #000;
margin: 0 auto;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
background-color: #000;  /* This is background color, set 000 if you want this to be black too */
}

#footer
{
height: 30px;
clear: both;
padding-top: 10px;
background-color: #000;
font-size: 0.8em;
color: #fff;
text-align: center;
}

Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #32 on: August 26, 2009, 05:20:13 PM »
I left you comments :)

See, now width in:

#menu
{
/* removed width: 50%; /* You can adjust this to set it to your needs*/*/ is dissabled, so its 100% of site width :)

The menu should be ok now :)

cheers
Logged
Web developer

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #33 on: August 26, 2009, 06:05:15 PM »
Ok. The 50% is now re-enabled. Does it look any better on tiny screens?
Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #34 on: August 26, 2009, 06:10:22 PM »
You got me wrong :)

You need to dissable that line :) that way If you have too much menu ittems, few last ittems will colapse to seccond row below :)

cheers
Logged
Web developer

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #35 on: August 26, 2009, 06:25:51 PM »
So I have:
Quote
#menu
{
width: 50%; /* You can adjust this to set it to your needs*/
height: 29px;
/* removed margin: 0 auto; */
padding: 0 10px 0 10px;
left:50%;                /* The box will start at center of screen*/
   position:relative;
   width: 494px;         /* from center it will go for example 600 px, play with this to adjust it to your menu, set the border as 1px to see exactly where your menu ends, then put that widthand remove border */
   margin-left:-247px;  /* this will move your menu left, value must be a half of width above - 300px and that will make it centered*/
}

but I need this?
Quote
#menu
{
height: 29px;
padding: 0 10px 0 10px;
left:50%;                /* The box will start at center of screen*/
position:relative;
width: 494px;         
margin-left:-247px; 
}
Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #36 on: August 26, 2009, 06:40:00 PM »
No just leave it that way and we will wait for comments  :)

cheers
Logged
Web developer

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #37 on: August 26, 2009, 06:58:55 PM »
I'm confused now.
Logged

Argos

  • Guest
Re: Hunting for a template
« Reply #38 on: August 26, 2009, 07:03:28 PM »
In IE7, the horizontal scrollbar is gone now. The vertical one is still there.
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #39 on: August 26, 2009, 08:06:26 PM »
Hmm.... Looks like WB might not be able to do it then. None of the templates on RVSiteBuilder do anything other than make a hell of a mess. With the hidden problems of WB and IE7 (I use Firefox), it seems pretty much that I'm going to have to dump CMSs and do my own design and coding, which might take a while.
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #40 on: August 26, 2009, 09:10:55 PM »
Add IE8 to the number of browsers that won't work with this template. Ok. Going back to old-school manual websites...

This looks better... [url removed by admin, not WB anymore]

It needs a menu so I can change the slides but that's about all.
« Last Edit: August 29, 2009, 10:48:39 AM by Argos »
Logged

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Hunting for a template
« Reply #41 on: August 26, 2009, 09:22:12 PM »
WB is compatibile as much as you(me, or anyone else) is capable to code it well. So dont blame WB.

your problem is that you have big object for 17" screen (1024 x 768) the scrool bar will appear, as you when you remove address barr and buttons above browser window, and space below window (status bar, tool bar etc..) and objects inside site (header, footer), and considering that your script is 800x533, the vertical scroolbar must appear on smaller screens (768 ....)
Logged
Web developer

Argos

  • Guest
Re: Hunting for a template
« Reply #42 on: August 26, 2009, 09:35:20 PM »
You have to code it so that there is only 1 scrollbar on the right, the normal one. The iframe you apparently use should have a fixed height and width, and should not be compressable. It should also have nothing to do with WB. Although for simpler sites like this, a CMS may be overkill indeed. I love WB, but sometimes it's easier to build a simple static site.
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #43 on: August 26, 2009, 09:38:51 PM »
Yes. I'm going to have to build a static site. I've played with goodness knows how many website design programs and content management systems with various templates and none seem to have helped at all. The nearest good-looking thing is apples .mac website but I'm not paying for two webhosts.
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: Hunting for a template
« Reply #44 on: August 26, 2009, 10:05:49 PM »
Apologies, but that is just a stupid comment ... if you properly handle your CSS you will get there!

cheers

Klaus
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #45 on: August 26, 2009, 10:08:19 PM »
Nah. Too much work. I'll take a look at Microsoft's Publisher next and see if I can put a website together with that. My wife has a copy.

Failing that, I'll have another go with rvsitebuilder though I fear the templates are pretty horrible.
Logged

Argos

  • Guest
Re: Hunting for a template
« Reply #46 on: August 26, 2009, 10:15:13 PM »
You would be better of with actually trying to learn a bit more of the technical aspects of building proper websites, instead of relying on instant website builders. They will probably all be disappointing as they never will be just what you are looking for. You will probably keep banging your head against the wall, unless you get more insight and working knowledge in webdesign.
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #47 on: August 27, 2009, 05:06:37 PM »
I suspect you're probably right there.

I've just had a go with iWeb and it produced a very nice looking site that I could live with. I now have to work out how on earth to get my slideshows into it.
Logged

NotASingleWhiteFemale

  • Guest
Re: Hunting for a template
« Reply #48 on: August 29, 2009, 01:48:15 AM »
Well, here's the final result although I may well change the slideshows from Flash to Javascript purely because iPhones can't handle Flash.

[url removed by admin, not WB]
« Last Edit: August 29, 2009, 10:47:33 AM by Argos »
Logged

Offline Luckyluke

  • Posts: 556
  • Gender: Male
  • Let's Rock
Re: Hunting for a template
« Reply #49 on: August 29, 2009, 10:19:14 AM »
It looks better so.
But I don't see that this site was created in WB.
I can't locate the admin logon screen. I see no tracks in the template that looks like WB.
Did you change something in .htaccess?

Grtz,
Luc
Logged

  • Print
Pages: 1 [2] 3   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Templates, Menus & Design »
  • Hunting for a template
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2