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.

Problems with navigation bar

4 posters

Go down

Problems with navigation bar Empty Problems with navigation bar

Post by Bexz June 3rd 2012, 12:57

Hello all:)

Now im trying to change my navigation bar. But, when i change the navigation bar. It appears like this:

Problems with navigation bar Naviga10

Can someone help me with this?

Thanks before, Bexz Hello
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 3rd 2012, 13:03

Well unfortunately the images you are choosing are too big to fit. There are two solutions:

1. Get smaller Navbar images.
2. Change the forum width. Are you phbb3? If so please go to ACP > General > Forum Configuration > Page Structure > Increase page width.
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Bexz June 3rd 2012, 13:05

Syabria wrote:Well unfortunately the images you are choosing are too big to fit. There are two solutions:

1. Get smaller Navbar images.
2. Change the forum width. Are you phbb3? If so please go to ACP > General > Forum Configuration > Page Structure > Increase page width.

the blue one, is original from the theme. The navigation bars with icon is the one that i want to use
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 3rd 2012, 13:07

Have you tried editing the page width?
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Bexz June 3rd 2012, 13:12

Syabria wrote:Have you tried editing the page width?

yep, im already try it. my problems is: i can't change my navigation bar.
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 3rd 2012, 13:37

When you say you can't do you mean that you don't know how to change it or you don't want to?
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Tonight June 3rd 2012, 14:41

Those are default buttons, so he can't.

Put
Code:
http://2img.net/i/fa/empty.gif
to those buttons url which you don't want to appear.
Tonight
Tonight
Forumember

Male Posts : 312
Reputation : 80
Language : Estonian, English, Russian
Location : Estonia

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 3rd 2012, 14:55

Oh- I was taking the issue the wrong way. I wasn't thinking he wanted to get rid of images, I thought his issue was to try and get the navbar on the same line.

Thanks Tonight for clearing it up.
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Bexz June 3rd 2012, 16:17

Tonight wrote:Those are default buttons, so he can't.

Put
Code:
http://2img.net/i/fa/empty.gif
to those buttons url which you don't want to appear.

before i change it. the fields already like
Code:
http://2img.net/i/fa/empty.gif
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 3rd 2012, 16:52

Therefore this issue is in your CSS. Find something like:

Code:
/* Main navigation (Menu, information and crumbs)-------------------------------------------------------------*/
#i_icon_mini_index {
background-image: url('http://www4.slikomat.com/10/0912/52q-nav-02.png');
width: 69px;
height: 36px;
}

#i_icon_mini_new_message {
background-image: url('http://www4.slikomat.com/10/0912/eol-nav-10.png');
width: 66px;
height: 36px;
}

#i_icon_mini_login {
background-image: url(
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Sir Chivas™ June 3rd 2012, 17:03

Hi, Hello

What Version is your forum, that you're using.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Tonight June 3rd 2012, 19:26

Well...
Put this to your CSS
Code:
        img[src="http://2img.net/i/fa/empty.gif"] {
        display: none;}
        img[src="http://2img.net/i/fa/m/icon_mini_faq1.gif"] {
        display: none;}
        img[src="FAQ IMAGE LINK"] {
        display: none;}
        a[href="/faq"] { display: none; position: absolute;}
        a img [href="/faq"] { display: none; position: absolute;}
Tonight
Tonight
Forumember

Male Posts : 312
Reputation : 80
Language : Estonian, English, Russian
Location : Estonia

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Bexz June 4th 2012, 15:10

Syabria wrote:Therefore this issue is in your CSS. Find something like:

Code:
/* Main navigation (Menu, information and crumbs)-------------------------------------------------------------*/
#i_icon_mini_index {
background-image: url('http://www4.slikomat.com/10/0912/52q-nav-02.png');
width: 69px;
height: 36px;
}

#i_icon_mini_new_message {
background-image: url('http://www4.slikomat.com/10/0912/eol-nav-10.png');
width: 66px;
height: 36px;
}

#i_icon_mini_login {
background-image: url(
i dont find anything like that in my css

Sir Chivas™️ wrote:Hi, Hello

What Version is your forum, that you're using.
phpbb3

Tonight wrote:Well...
Put this to your CSS
Code:
        img[src="http://2img.net/i/fa/empty.gif"] {
        display: none;}
        img[src="http://2img.net/i/fa/m/icon_mini_faq1.gif"] {
        display: none;}
        img[src="FAQ IMAGE LINK"] {
        display: none;}
        a[href="/faq"] { display: none; position: absolute;}
        a img [href="/faq"] { display: none; position: absolute;}
Im sorry, but this doesn't work at all


Last edited by Bexz on June 4th 2012, 18:38; edited 1 time in total
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Syabria June 4th 2012, 15:29

phbb3? Then in should be in your Pic Management!
Syabria
Syabria
Forumember

Female Posts : 165
Reputation : 10
Language : English
Location : Ireland

Back to top Go down

Problems with navigation bar Empty Re: Problems with navigation bar

Post by Bexz June 4th 2012, 15:35

Syabria wrote:phbb3? Then in should be in your Pic Management!

Gosh... i already change it

Problems with navigation bar Proble10
avatar
Bexz
New Member

Posts : 21
Reputation : 1
Language : Indonesian & English

Back to top Go down

Back to top


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