Sidebar Problem

Skinning and designing Serendipity (CSS, HTML, Smarty)
Guest

Post by Guest »

no.. I haven't please reply, this is the code I put into my html nugget.

Code: Select all

<h3 class="serendipitySideBarTitle serendipity_html_nugget_plugin"> Aboutme<br /><b></b></h3><br />
<b>Name:</b> Karan<br />
<b>Gender:</b> Guy<br />
<b>Country:</b> NZ<br />
<b>Birthday:</b> 18/09/87<br />
<b>Picture:</b> Not <a target="_blank" onclick="popup=window.open('aboutme.html', 'photo', 'height=478,width=438,scrollbars=no,statusbar=no,resizable=yes'); return false" href="aboutme.html">available</a>
<br />
<b>Email:</b> <a href="mailto:karan@karan.net.nz">karan@karan.net.nz</a>
Guest

Post by Guest »

its actually not the html nugget in my case, its the shoutbox. What can I do?
Guest

Post by Guest »

some themes do it and some themes don't. I think it has something to do with when u have a msg longer than 120 characters...
I don't know.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Yes, it can happen that certain templates have a narrow sidebar. Currently your site looks okay?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

yeah it looks ok, but I want to use the codeschieme sidebar... how can I fix the theme so that this doesn't happen?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

If you change the HTML code you enter:

Code: Select all

<h3 class="serendipitySideBarTitle serendipity_html_nugget_plugin"> Aboutme<br /><b></b></h3><br />
<b>Name:</b> Karan<br />
<b>Gender:</b> Guy<br />
<b>Country:</b> NZ<br />
<b>Birthday:</b> 18/09/87<br />
<b>Picture:</b> Not <a target="_blank" onclick="popup=window.open('aboutme.html', 'photo', 'height=478,width=438,scrollbars=no,statusbar=no,resizable=yes'); return false" href="aboutme.html">available</a>
<br />
<b>Email:</b> <a href="mailto:karan@karan.net.nz">karan@karan.net.nz</a> 
Remove the first <h3>...</h3> tag, this is destroying the layout of certain templates. The title is already entered in the HTML nugget itself, so you don'T need to enter it inside the content...

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

yeah I did that shortly after posting that, but as i've already said the problem is not with the html nugget, its witht he shoutbox.

It also only started occuring (not everytime, but one in every five say..) when I got a msg that exceeded 120 characters. So I increased max to 300, but this didn't seem to solve the problem. Again, this only happens with some themes.. not all.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Yeah, that's a thing you can fix via CSS. Do you have a URL where the error appears?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply