News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Actualism

Started by Crip, August 02, 2009, 09:34:40 AM

Previous topic - Next topic

luuuciano

Quote from: SoLoGHoST on June 14, 2011, 04:29:31 AM
Also, the Admin, profile, and PM areas in your theme display a HUGE empty space to the right.  This is fixed now in SMF 2.0 Gold, so it shouldn't be hard to fix this in your theme.

Any idea about how to solve this?
I have lost my eyes trying to find a solution to it... I tried changing things on the css, but can not find a solution... so all the admin/profile/etc pages have something like a clear: both, where is not needed...
No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

Crip

Bro'
Download the New** package , it's is Updated Fully 2.0 gold/.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

luuuciano

Quote from: Crip on June 20, 2011, 06:26:40 AM
Bro'
Download the New** package , it's is Updated Fully 2.0 gold/.

But it would work on rc5?
I have not updated yet (anyway, I have downloaded... will do a check for differences on files...)
No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

Crip

It might bro'
go ahead and try if you want
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

luuuciano

Well, I have updated to smf 2.0 (Ill have to some day so), and then actualiced the actualism theme (but keeping my values, some colors, etc)... and I have the same problem... maybe its because Im using a 950px forum instead 960?
What can be wrong? a width value somewhere?

(will continue checking later, have to go now)
No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

ishy

I also have the same problem, and we are updated. The quick reply box also goes way off the screen to the right...

MrGrumpy

Try this

Quote from: Eudemon on June 27, 2011, 07:36:41 PM
go to ur theme's index.css
find
#quickReplyOptions form textarea
change everything inside the { }
to
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;

the possession of knowledge is worthless unless imparted upon others
My Custom Themes
2.0 themes only - I don't do 1.1.x

ishy

Unfortunately, that didn't help. However, looking at the source code, I found < textarea cols="600" rows="7" name="message" tabindex="1"></textarea >  I think there's 1 too many 0's in there, and I'm guessing that's in the default theme. Where would I find that?

luuuciano

Quote from: luuuciano on July 01, 2011, 02:45:07 PM
(will continue checking later, have to go now)

I just commented the .clear section in the css... it was the only solution (I think that it is because Im using a roght column to show banners...)

BTW, I have changed the 600 cols to 60 (or any other value you like) (in /Sources/DisplayTemplate.php)
There is a guide about changes you may do to convert themes to 2.0 gold properly... I can not find it (the 600 cols is ok, should not afect the display on properly done themes they say)... did you updated your actualism theme after actualizing smf?
Maybe the latest version is properly done
No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

Crip

Quote from: ishy on July 23, 2011, 05:17:37 AM
Unfortunately, that didn't help. However, looking at the source code, I found < textarea cols="600" rows="7" name="message" tabindex="1"></textarea >  I think there's 1 too many 0's in there, and I'm guessing that's in the default theme. Where would I find that?

This is the correct coding for Quick\Reply

/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox
{
padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
padding: 0 10%;
}
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Matt G

Great Theme. Wonderful Work.
Linux Nation - Linux Discussion Forums. [nofollow]CodingNation [nofollow]

"Don't go around saying the world owes you a living. The world owes you nothing. It was here first."
Mark Twain

Fisch.666

Hey Crip,

thanks for this update. I found a small typo in the index.css file:

background: #0a0a0a url(../images/art/ACnavbg.png);

in line 3708 should be:

background: #0a0a0a url(../images/art/Acnavbg.png);

This is only important on unix/linux systems.

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ishy

Thank you, that fixed it.

zeggy_557

Hi Crip, great theme, love it.

I've been using RC3 and today I upgraded to 2.0 Gold. Since I've changed a lot of things in the theme myself, I have some optimization issues with the Gold edition. Can you send me the link of the original RC3 index.css and index.template.php files so I can figure out exactly what I've changed and adjust the Gold edition?

Thanks, great work.

Crip

There is no RC3 version of ACT theme , only 2.0 & 1.1
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

zeggy_557

But there was, right? What I want is the old files, if you're still keeping them.

Crip

Nah , I have what you have..  sorry bro'
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

lurkalot

Quote from: Crip on September 02, 2009, 10:34:38 AM
Style.css find : .wrap { 97%; }

Thanks, that worked for me too. 

Nice theme Crip. ;)

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Advertisement: