Hi everyone,
as mentioned in the subject, my bi-lingual website is now runnig, not finished, yet, but definitely under further development as it is:
http://gauer.net
At the moment, I am trying to add-on more galleries, which seems tricky in regards to where the new sub-galleries are being stored (path for the pictures).
I want to give great and heartfilled thanks to the Website Development and Support Team for their great work! Special thanks to (the German Support-Members) Klaus and Mathias for their help and patience with my stupid questions at time.
Wonder what you think so far.
Have a good day,
André from Switzerland
It came out quite nice ... and thanks for the thanks ... :-)
cheers
Klaus
@Klaus
Thank you, and especially you, again!
Greetings,
André
The only issue I see is not your fault.
That template only has a shading background image and no background color. In firefox when you have content longer than usual it the background fade kills to white.
In order to fix this you need to add a background color to your body tag in the screen.css
I think you are using BOX template
body{
background-color: #B4D0DC;
}
@tomhung
Thank you for your input!!
Changed it, looks good.
Is that what you meant? And, yes, I using Box :-)
Regards, André
not exactly....
the problem is they use a gradiant image repeated along the x axis without a background color.
basically an image from gray to #B4D0DC but a #FFFFFF background color.
if you keep the gradient and add the background color as the bottom of the image you can't tell where the image stops.
my example:
http://business.shinola.org/WebsiteBaker/pages/general/newsreader.php
http://business.shinola.org/WebsiteBaker/templates/box/screen.css
you can see i have the gradient image and a background color
i hope this helps...
Hi Tomhung,
thank you very much again for your reply, especially the second link. I did the changes accordingly and am amazed on how it looks now. Really great! That is what I wanted anyways. Your input is really great and the solution.
Have a good day. Kindest Regards, André
Quote from: tomhung on December 11, 2006, 07:42:08 PM
not exactly....
my example:
http://business.shinola.org/WebsiteBaker/pages/general/newsreader.php
http://business.shinola.org/WebsiteBaker/templates/box/screen.css
you can see i have the gradient image and a background color
i hope this helps...
Since the above was a big help, may I pose another question, problem on the Box-Tempate:
I had to turn off the Login-Switch, BECAUSE when someone hit it, the _whole_ menu structure disappeared/disappears.
You or somebody maybe know a soltution to correct this? - I am thinking to maybe make part of my site a member site in the future, and then I would need this function.
Thank you very much in advance.
Kindest Regards,
André
Hi Andre,
again, unfortunatly this has to do again with the kind of setup. I think I read somewhere, that people modified the login-form and added a custom redirect target ...
cheers
Klaus
Hi Klaus,
thanks for your quick answer. (Just got a call, that my grand-mother died, so I'll have to leave.)
But: Do you mean: Put in the same redirection link into the login-from as is on my info.php.
Don't know how much time I'll have the next days, but:
I wish you and your family a "Very Happy Holiday Season and all the Best for 2007 in any Regards!".
Thanks for all your help in 2006.
André
Hi Andre,
I am sorry to hear that with you Grandma ... condolences. Anyway, also to you and your family a nice christmas (as far as possible) and a happy new year.
Anyway, have a look at this post here for the log-in issue:
http://forum.WebsiteBaker.org/index.php/topic,4839.0.html
You would still need to workout a bit how to adapt it to your needs, e.g. by using the page-id or root_id as identifier for the redirect ...
cheers
Klaus