Greeny

Started by Pipee, July 19, 2015, 04:38:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daniel

You just have to upload your favicon.ico to the root of your forum, for example:
mywebsite.com/favicon.icon or see it here http://smftricks.com/favicon.ico
That doesn't depends of the theme.

adonix

Quote from: Daniel on October 31, 2015, 12:02:11 AM
You just have to upload your favicon.ico to the root of your forum, for example:
mywebsite.com/favicon.icon or see it here http://smftricks.com/favicon.ico
That doesn't depends of the theme.
yes done this thing but no luck :'(
Don't know why.

venom420x

Absolutely loving the greeny theme. However how would i go about make the height of the header image smaller. I made the image itself smaller but then that just leaves a big white gap any suggestions would be much helpful

Pipee

Well, friend, the theme of the design has that style, meaning that the header has this size.

adonix

How to add one more extra button in header ?
Kindly help. I love greeny theme, i love developer !

Pipee

Quote from: adonix on November 05, 2015, 06:46:57 AM
How to add one more extra button in header ?
Kindly help. I love greeny theme, i love developer !

Give me your index.template.php

adonix

Quote from: Pipee on November 06, 2015, 05:58:35 AM
Give me your index.template.php

I attached the file,..moreover want to know that how to add some custom link in site main header logo ?
Last Edit: November 06, 2015, 06:55:24 AM by adonix

adonix


Pipee

Quote from: adonix on November 10, 2015, 11:34:47 PM
any news friend ?


Can you give me the name and the link, of the button that you want to be added.?
Last Edit: November 18, 2015, 12:57:04 PM by Pipee

JulioBzg

Hello.
I'm making a forum using greeny theme. It's fantastic.
I have a question: When i click in the last_post.gif button it redirect me to the last post, but directly to the header of the forum and i have to go down manually to the forum area.
That only happens when I'm logge in. If I do as guest it is works correctly
The same happens when i write a new post or i post a reply. Redirects me to the header instead of the forum area.
It's posible to make anithing to avoid to go directly to the forum area without having to go through the head?
Thanks!

(Sorry, my english is too poor)
Last Edit: January 29, 2016, 10:18:20 AM by JulioBzg

Pipee

can you give me the url of your forum?

sza23

Greeny theme
Hello, anyone could help in this?
In Greeny theme the header is very big, and i thought that edit small. Sorry for my bad English  :D
I create an sample in Paint:


Forward also thanks  :)

Pipee

Can you give me the url of your forum

Pipee

Quote from: sza23 on March 26, 2016, 12:30:07 PM
http://max.clans.hu/  :D

And this?



Search in your theme.css
.intro-section

and replace it with this:
.intro-section {
    background: #fff none repeat scroll 0 0;
    height: 40%;
    text-align: center;
}


search
.profile-area

and replace it with this:
.profile-area {
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}


Now, search in your index.template:
<li><a href="#forum" class="btn btn-white-lg page-scroll"><i class="fa fa-home fa-fw"></i><span class="hidden-xs">',$txt['forum'],'</span></a></li>
and remove it.

sza23

Uff, Thank You so Much!!!!!  : :o   ;D