The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Homepage design code

4 posters

Go down

Solved Homepage design code

Post by yumm 28.11.18 20:47

Hi everybody, I want to a homepage categories style code like this picture, please help me...

Homepage design code Screen10


Last edited by yumm on 01.12.18 16:02; edited 1 time in total
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by Jadster 29.11.18 3:19

yumm wrote:Hi everybody, I want to a homepage categories style code like this picture, please help me...

Homepage design code Screen10

Hello! Smile

Did you find this design on a Forumotion website or a website outside of Forumotion? If this is on an Forumotion forum, can you provide the link so we can take a closer look?

Cheers!
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

Solved Re: Homepage design code

Post by SarkZKalie 29.11.18 10:40

Make sure you have access permission to Admin Control Panel and you should not an Admin. Template modifying and CSS are 2 things you need to know in this case.


Homepage design code Sarkzk10
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1442
Reputation : 220
Language : English

https://rotavn.forumotion.com/

Back to top Go down

Solved Re: Homepage design code

Post by yumm 29.11.18 18:47

Jadster wrote:
yumm wrote:Hi everybody, I want to a homepage categories style code like this picture, please help me...

Homepage design code Screen10

Hello! Smile

Did you find this design on a Forumotion website or a website outside of Forumotion? If this is on an Forumotion forum, can you provide the link so we can take a closer look?

Cheers!

Thank you so much... ^^ But I think it was not forumotion forum... Sad

So I want to, Homepage style like forum of the forum's style, so everybody in center and widgets are on the top, and if you asking about another things; I want to fade photos and styled forum and category names... Smile

http://demo.nicetheme.com/forum?theme_id=202286
How can I find style codes like this forum for modernBB? Because ModernBB button styles and so many things are the best for me but I like this version homepage style more... Crying or Very sad
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by Jadster 29.11.18 19:14

yumm wrote:
Jadster wrote:
yumm wrote:Hi everybody, I want to a homepage categories style code like this picture, please help me...

Homepage design code Screen10

Hello! Smile

Did you find this design on a Forumotion website or a website outside of Forumotion? If this is on an Forumotion forum, can you provide the link so we can take a closer look?

Cheers!

Thank you so much... ^^ But I think it was not forumotion forum... Sad

So I want to, Homepage style like forum of the forum's style, so everybody in center and widgets are on the top, and if you asking about another things; I want to fade photos and styled forum and category names... Smile

http://demo.nicetheme.com/forum?theme_id=202286
How can I find style codes like this forum for modernBB? Because ModernBB button styles and so many things are the best for me but I like this version homepage style more... Crying or Very sad

For that you may not specifically be able to find style codes for that design for ModernBB as ModernBB is a newer version for Forumotion so the codes may have to be customized specifically for ModernBB and the style.
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 30.11.18 10:32

Jadster wrote:
For that you may not specifically be able to find style codes for that design for ModernBB as ModernBB is a newer version for Forumotion so the codes may have to be customized specifically for ModernBB and the style.

Oh, I see there is no one help me about anything here... Homepage design code Whistle
So I want to codes you one by one, firstly how can I sized the banner like forum of the forums?? So like this picture I want to sized banner to same weight with categories column??

Homepage design code Screen11
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by Jadster 30.11.18 14:47

yumm wrote:
Jadster wrote:
For that you may not specifically be able to find style codes for that design for ModernBB as ModernBB is a newer version for Forumotion so the codes may have to be customized specifically for ModernBB and the style.

Oh, I see there is no one help me about anything here... Homepage design code Whistle
So I want to codes you one by one, firstly how can I sized the banner like forum of the forums?? So like this picture I want to sized banner to same weight with categories column??

Homepage design code Screen11

Can you provide your Forum URL so we can look at it to assist with the proper codes for the banner resize?
Jadster
Jadster
Helper
Helper

Male Posts : 690
Reputation : 74
Language : English
Location : Omaha, NE

https://ygoduelists.forumotion.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 30.11.18 16:00

Jadster wrote:
yumm wrote:
Jadster wrote:
For that you may not specifically be able to find style codes for that design for ModernBB as ModernBB is a newer version for Forumotion so the codes may have to be customized specifically for ModernBB and the style.

Oh, I see there is no one help me about anything here... Homepage design code Whistle
So I want to codes you one by one, firstly how can I sized the banner like forum of the forums?? So like this picture I want to sized banner to same weight with categories column??

Homepage design code Screen11

Can you provide your Forum URL so we can look at it to assist with the proper codes for the banner resize?

Of course ^^

http://www.superjuniorturkey.com/
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by skouliki 30.11.18 17:16

add this to your css , you can change the values

Code:

.headerbar {
    width: 87%;
    margin-left: 95px;
}

Homepage design code Scree484

skouliki
skouliki
Manager
Manager

Female Posts : 15321
Reputation : 1705
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 30.11.18 17:26

skouliki wrote:add this to your css , you can change the values

Code:

.headerbar {
    width: 87%;
    margin-left: 95px;
}

Homepage design code Scree484


OMG! It very useful, thank you so much! ^^ :party:

Lastly, how can I make forum names to center and stylized like this site? You can visit forum and control links... ^^

http://demo.nicetheme.com/forum?theme_id=202286

Homepage design code MVPQ82
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by skouliki 30.11.18 18:06

add

Code:

a.forumtitle {
      font-size: 18px;
    text-align: center;
you want also the hover effect? the decription centered also?
skouliki
skouliki
Manager
Manager

Female Posts : 15321
Reputation : 1705
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 30.11.18 19:34

skouliki wrote:add

Code:

a.forumtitle {
      font-size: 18px;
    text-align: center;
you want also the hover effect? the decription centered also?

Oh, thank you so much... Smile Yes, I want it too... ^^
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by skouliki 01.12.18 9:44

try this

Code:

  a.forumtitle:hover {
      letter-spacing: 4px;
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }
skouliki
skouliki
Manager
Manager

Female Posts : 15321
Reputation : 1705
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 01.12.18 15:56

skouliki wrote:try this

Code:

  a.forumtitle:hover {
      letter-spacing: 4px;
        transform: all;
    -moz-transform: all;
    -o-transform: all;
    -htm-transform: all;
    -webkit-transform: all;
    transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -htm-transition: 1s;
    -webkit-transition: 1s;
    }

Thank you for this very useful code... Love
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by skouliki 01.12.18 15:57

You are welcome
Is this solved?
skouliki
skouliki
Manager
Manager

Female Posts : 15321
Reputation : 1705
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Homepage design code

Post by yumm 01.12.18 16:02

skouliki wrote:You are welcome
Is this solved?

Yes, this topic solved for me and I'll ask another problems at another topics, thanks for all of you... ^^
yumm
yumm
Forumember

Female Posts : 79
Reputation : 3
Language : Turkish / English

http://www.superjuniorturkey.com/

Back to top Go down

Solved Re: Homepage design code

Post by skouliki 01.12.18 16:31

my pleasure

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15321
Reputation : 1705
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum