.Extreme 6.

Started by Fussilet, October 08, 2008, 04:40:47 PM

Previous topic - Next topic

Fussilet

2.0 RC2  Now Available!!

beats09

QUESTION:


I'm having trouble with putting the entire banner at the top of my forum, hxxp:www.16sandhooks.com [nonactive]

I can't figure out how to allow more space at the top for my banner to fit, which I think is due to the theme's border. Only 80% of my banner can fit, height wise. 100% is able to fit width wise

The Banner is 800x300

I'm using  SMF 1.1.10 with !Extreme6 theme by Fussilet

iExtreme6 theme: http://custom.simplemachines.org/themes/index.php?lemma=1078

Thanks in Advance!

mrtrc266

Have you adjusted the width and height in the style.css? Should look something like this....

#logo {
     position: absolute;
     top: 15px;
     left: 15px;
     display: block;
     width: 852px;
     height: 142px;
     cursor: pointer;
     background: url(./images/logo.png) no-repeat;
}

ThePriest

I was going to ask that myself.

I also have a problem in the new post and edit.  For some reason the buttons "Post \ Preview \ Spell check" do not activate the mouse over.  They do not cause the mouse pointer to change from arrow to hand nor do they change colour to highlight.  ny ideas please.  Otherwise this is a fantastic theme.  Cheers.

Roger

http://www.landrover6pot.org/sixpotforum/index.php?action=forum

Astra_200

Quote from: Astral2000 on September 13, 2009, 09:20:29 AM
Hello, could someone help me please ?

I need to know were the code is to change the background colour of a quote made by another poster.

Also, I would like to see border lines around the quote.

At present the quote background and border is the same colour as my theme for some reason, probably as a result of me playing around with my style.css at some time in the past. Now I just cant find the line that changes it. 

Thanks in advance.

Can anyone help me with my question please? :)

mrtrc266

Quote from: Astral2000 on November 14, 2009, 12:07:22 PM
Quote from: Astral2000 on September 13, 2009, 09:20:29 AM
Hello, could someone help me please ?

I need to know were the code is to change the background colour of a quote made by another poster.

Also, I would like to see border lines around the quote.

At present the quote background and border is the same colour as my theme for some reason, probably as a result of me playing around with my style.css at some time in the past. Now I just cant find the line that changes it. 

Thanks in advance.

Can anyone help me with my question please? :)

open the themes .css file and search for the word quote, you should find it pretty easily

Astra_200

Quote
open the themes .css file and search for the word quote, you should find it pretty easily

Thanks mrtrc266, I have tried that but despite changing everything in that area, all I can change is the quote header bar colour and text within it colour.

I just cant seem to find the specific code to change the background of a 'A quote, perhaps from another post' even though there appears to be a section to do just that. All I want to do is highlight a quote in a box, just like above in this post.

Any ideas?

ThePriest

Line 548 of index.css in Extreme6 /theme/css folder.

/* A quote, perhaps from another post. */
.codeheader, .quoteheader a
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
width: 100%;
}
blockquote
{
color: #ffffd2;
background-color: #996633;  <<<<<THIS ONE
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}



mrtrc266

Also make sure there is not another part of the .css that has the "quote" setting. I noticed on one of the versions that the same code was in there twice and it was the second one that finally took my settings.

Astra_200

Thanks guys, you are true stars ;D

The problem was that somehow (ages ago) I had managed to delete 'block' from 'blockquote' just leaving 'quote' - so its no wonder I couldent get it to work.

Time to experiment a bit now 8)

dazzyl

Have spent a lot of time customizing the theme and am wondering is there a way to center the menu?

Thanks!

http://thepointers.dazman.com [nofollow]

Zoric

Theme is nice is like cargo theme !!!

bhw

#332
EDIT:

I found the way of including the flash logo, problem now, is that logo is no where it should be.

for the flash file I have made changes into index.template.php

How can I put the lfash logo where the png was?

thx in advance for your answers

btw: http://www.gptinvestigation.com is the link

I tried to add a div  bloc but it does carsh the theme and I got this error

QuoteThere was a problem loading the /Themes/Extreme6_RC2/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
syntax error, unexpected '<'

BajaArtists

I'm sorry but I am having a problem downloading my menu_psd.psd or menu_psd file. I am trying to convert my board and menu to Spanish es. 

I read the other post that mentions a question, but i did not understand the location.

Can some please help me.

Love your theme....


mrtrc266

Quote from: bhw on November 22, 2009, 05:33:55 PM
EDIT:

I found the way of including the flash logo, problem now, is that logo is no where it should be.

for the flash file I have made changes into index.template.php

How can I put the lfash logo where the png was?

thx in advance for your answers

btw: http://www.gptinvestigation.com is the link

I tried to add a div  bloc but it does carsh the theme and I got this error

QuoteThere was a problem loading the /Themes/Extreme6_RC2/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
syntax error, unexpected '<'

Looks in the style.css file and searh for logo.

Just change the URL to the path of the .swf file. That should do it.

zammi

i Have a question, where must i copy the file menu_psd in extreme 62, the buttons will not see in menu.
sorry for my english i came from german

mrtrc266

Quote from: zammi on December 29, 2009, 09:37:16 AM
i Have a question, where must i copy the file menu_psd in extreme 62, the buttons will not see in menu.
sorry for my english i came from german


the .psd file you dont have to upload anywhere. That is just so you can edit and make your own custom buttons to go with your theme.

nakre07

#337
Calender and Member icons for Turkish needs to be Takvim and Üyeler ?
-
How can i add another button before the Logout one ? i tried the index.template.php file but it has codes like these..

// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;

echo '
<div id="kwick">
               <ul class="kwicks">';

foreach ($context['menu_buttons'] as $act => $button)
echo '<li><a href="', $button['href'], '" class="kwick opt1">', $settings['use_image_buttons'] ? '<img src="' . $settings['lang_images_url'] . '/' . $act . '.png" alt="' . $button['title'] . '" border="0" />' : $button['title'], '</a></li>', !empty($button['is_last']) ? '' : $context['menu_separator'];

echo '
</ul>
</div>';

}

When i try add another before the </ul>  the code put new button after logout on forums any idea ?
Thanks..

shaggy50

I have just been playing with SMF for a few months when I found your themes.
They are great.
I have a quick question though,  I would like to put our clubs logo at the top. I have managed to get the logo there but need to make more room for it.  Looking at other postings it has been mentioned to just modify the styles.css.  I dont have that file.
Can someone please help???
My board is at  hxxp:limestone-rc-crawling.com/lrcc [nonactive]

Thanks

shaggy50

dammit!!!!
got the logo to show but now the background is half grey!

Advertisement: