Welcome, Guest
Please Login or Register.    Lost Password?

transparent_bliss.1.5 Layout trouble
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: transparent_bliss.1.5 Layout trouble
#1084
transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
hello
i really love the transparent bliss template but i have a few thing where i need your help.

first, the layout things. please take a look at the screenshots i did. the more important thnig is the rollover mark, i can´t find the setting in the css

second, i killed the right column in the index.php. now i would like to have the two shown columns always in the middle of the site. is this possible without much code changes?


thanks so far
<br><br>Post edited by: painted, at: 2008/08/13 10:15
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1085
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
i got it working centered now, and the firefox 3 problem is gone, also.

two problems i have left now.

1st: i want the topmodule to be a menu orderd right i get that working in firefox when i change the #topmodile in CSS from auto to &quot;-272px&quot; but in IE it looks still Ugly :-(

2nd: i changed the code inside the html, the last lines now are:

Code:


    &lt;div&gt;&lt;img src=&quot;&lt;? php echo $this-&gt;baseurl ?&gt;/templates/ sw_bliss_1.5/images/right-bottom.png&quot;
 alt=&quot;&quot; width=&quot;600&quot;  height=&quot;10&quot; border=&quot;0&quot; /&gt; &lt;/div&gt;
&lt;div align=&quot;right&quot;&gt;
 &lt;jdoc:include type=&quot;modules&quot;  name=&quot;user2&quot; style=&quot;xhtml&quot; / &gt; 
&lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;



in IE everything looks fine, but in firefox the menu is ordered left ?!? :S

thanks<br><br>Post edited by: painted, at: 2008/08/13 15:55
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1086
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
ooops i forgot the menu failure ist still existing and i´ve no clue
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1087
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
i figured out that if i change
Code:

#leftinner2 .moduletable{
padding-left: 10px;
}



to 0px it will start at the beginning of the box, but the contents are also strating dirctly at the box beginning. how can i split that?
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1088
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
How did you solve the first problem?? Ive got the same here :(
Hauke
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1089
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
first thing i did was deleting the things relating to the right column in index.php.

than i corrected this values
Code:

#headwrap {
[b]width: 790px;[/b]
height: 90px;
margin-bottom: 10px;
}

#wrapper {
height: 100%;
[b]width: 790px;[/b]
margin-right: auto;
margin-left: auto;
margin-top: 10px;
}


to fit to the new size without the right column. my your problem is solved if you just place in a higher value as width.

how does your menu look like?

.....................

Topmodule:

Code:

#TopModule {
width: 558px;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
}



i changed that value form the standard i think it was 468 to 558 thats the width of the content. the topmodule starting point now is the same as the normal content. but nothing works to get it to the right side :blink:
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1090
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
heres the link to my testsite, fup.divexit.de/ .

the left menu has more space between menus and .... :unsure:

i compared my CSS with the one on the demosite but i am still walking through fog<br><br>Post edited by: painted, at: 2008/08/13 15:51
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1091
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
same prob here...

its funny, if you install the example content and then switch to trans. bliss 2. everything is fine.. but if you create a new menu, then its gonne to be damaged.. maybe we have to insert more like &quot;_menu&quot; in the css-option in the menucreatingcontext?!?
Hauke
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1092
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
you are right, if i set _menu as modul parameter in joomla it looks correctly

i think i tried that earlier before and it wasn´t working but now the menu is working, thanks
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1093
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
if i try to adjust a menu via div tags

like
Code:

        &lt;div id=&quot;TopModule&quot;&gt;
          &lt;div align=&quot;right&quot;&gt;&lt; jdoc:include type=&quot;modules&quot; name=&quot; top&quot; style=&quot;xhtml&quot; /&gt;&lt;/ div&gt;
        &lt;/div&gt;



you can see on my test site, in IE everything lokks fine, and firefox ignores the tags, why?:pinch:<br><br>Post edited by: painted, at: 2008/08/13 16:48
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1101
Re:transparent_bliss.1.5 Layout trouble 3 Years, 9 Months ago Karma: 0
damn yesterday the menu rollover mark was working nad now? 10px on the right are not marked why this happend?

still got the menu problem descriped in the bugs section i need menu entries with 2 lines shown correctly
painted
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear