News:

Join the Facebook Fan Page.

Main Menu

PDX-DK

Started by padexx, July 18, 2006, 06:59:04 PM

Previous topic - Next topic

Superdaantje

#20
I have made my template wider. So smf fits in. You can do that in this Css file off Joomla the template_css.css.

And you can use this in your Css file off the template from SMF to get ride of the with border.
#container {
   width: 100%;
   margin: 0;
  padding: 0px;     <--Change this
   background-color: #fff;
}

PS: Your side is loading very slow
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

SMASH

First, I love the look and layout, thanks. IS their anyway to let people pick the color the want? Thanks again and have a good.
Take care,
Brian

padexx

QuoteIS their anyway to let people pick the color the want?
Selecting the THeme-color via the user-profiile is a feature I have troubles to implement in my WOW-DK theme.
Until this is solved there is only one way you could have what you want:

Install the theme with different colors set as default and allow users to change the whole theme.

padexx

pdx-dk03

- ported to RC3
- added option "allow users to select their own color"

@SMASH

...just for you ;D Hope this update doesn't come too late for you...

panic

padexx

By implementing the "personal user color" option I forgot something :-[
The theme has a fixed width in all browsers, not only in IE (because of IE not understanding min-width).
To correct this:
Please change the following code in the index.template.php in your pdx theme folder:

find
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/maincolorcss/'.$mycolor.'_ie.css?rc2" />';
replace with
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/maincolorcss/'.$mycolor.'_ie.css?rc3" /><![endif]-->';

I updated the ZIP file at the download page, too.

Superdaantje

What is changed in the new version? you said ported to RC3. What do you mean with this?

I am not interested in that user can select their own color. But I am more interested in wat you changed
;)
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

padexx

QuoteWhat is changed in the new version? you said ported to RC3. What do you mean with this?

I am not interested in that user can select their own color. But I am more interested in wat you changed

Well, I updated all files with the code provided here:
http://www.simplemachines.org/community/index.php?topic=104247.msg671648#msg671648
and renamed all the "rc2" to "rc3"  :D

nitins60

Hmmm,  There is a Search button in Main Menu which appear n every page, but Simple Search button which s missing n boards/topics :(

padexx

 ???

there is a search buttin in the main manu. right.
there is a search field at the right (below the datum). this is the simple search.
type something and hit enter ;)
the magnifier links to the advanced search, too.

SMASH

Dude, I love this theme. Thank you for the color change and all the time you put into this. When the site is done, I know I'll have the sweetest looking one. Thanks again 8)
Take care,
Brian

SMASH

#30
Just so eveyone knows, that their is a little error. The "addpoll.gif", should be "add_poll.gif". Just go to Themes/PDX-DK/images/english/ and then rename it. Again this is by far my favorite theme, thanks.
Take care,
Brian

Superdaantje

#31
Hallo Panic.

Can you please help me with the Header. The grey area is to big I want it smaller. Where can I change this ? I want to do this in the RC3 template.

This is the site where I am using it for
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

padexx

Hi Livebox,

have a look into the maincolor-CSSs and find
/* header section */

you can change the height of #header and #header_r.

But be carefull to not breake the layout doing so (enough space for the avatar after login).

Superdaantje

Many thanks

/* overall width of forum */
#wrapper {
padding:0% 0 0 0;
margin:0px auto;
width:90%;
text-align:left;
min-width: 940px;
}


I changed the style.css. But the changes only work in Firefox.

What I want the template moved to the top.
Changed padding:2% 0 0 0; to padding:0% 0 0 0;
unfortunaly this only Works in firefox

Does any one know how to fix it also in Internet explorer?

Also the width is different in Firefox and the Internet explorer. When the template is wrapped in Joomla. How can I change this?
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

padexx

because IE doesn't display/understand things like ALL the other browsers do sometimes extra style definitions are needed for IE.

hint:
look into the maincolorcss folder
the *_ie.css files are the ones for IE

Superdaantje

Thanks  ;) Fixed it

I did not know that this was standing in *_ie.css. Always learning somthing new ;D
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

padexx

UPDATES
___________________________________________

pdx-dk04

- only small fixes ("child board issue")

Superdaantje

#37
and wich file has been updated? and what ? I ve I may ask

I justed made some changes, for the intergration with Joomla.
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

padexx

livebox have a look over here here

Superdaantje

Thanks....I ve been there now...and reading ;D
Greetz
Superdaantje.nl

.
Joomlabridge.org SMF Bridge Support, Downloads and Joomla Video Tutorials

Advertisement: