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.

Theme picker new Problem

2 posters

Go down

In progress Theme picker new Problem

Post by Whistler August 28th 2014, 05:24

fufufu Help
I have a new problem with the theme picker if I go to (true) I have a Problems with my navigation-bar
Theme picker new Problem 4ee1b510

If I go to false I have a problem with the theme and the navigation-bar is ok.  Theme picker new Problem Mouais
Theme picker new Problem 48f6d311

Via this POST https://help.forumotion.com/t135268-add-a-theme-picker
Hope I am not braking a rule posting again I was so happy to get the theme working I do not see the navigation-bar not working  Embarassed
Whistler
Whistler
Forumember

Male Posts : 276
Reputation : 83
Language : English, Greman, Spanish

Back to top Go down

In progress Re: Theme picker new Problem

Post by Ange Tuteur August 28th 2014, 08:33

Hello Fish crazy,

Your forum uses the CSS stylesheet to set a background image for your navbar buttons. If the default sheet is removed the navbar goes with it, seeing as you have no images, or text.

You could add the following in the templates :
Display > templates > general > overall_header

Find :
Code:
{CSS}

Replace by :
Code:
{CSS}
<!-- Navbar CSS -->
<style type="text/css">#i_icon_mini_index{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0211.png) no-repeat;height:34px;width:92px}#i_icon_mini_index:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0112.png) no-repeat}#i_icon_mini_portal{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0310.png) no-repeat;height:34px;width:89px}#i_icon_mini_portal:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0310.png) no-repeat}#i_icon_mini_calendar{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0710.png) no-repeat;height:34px;width:89px}#i_icon_mini_calendar:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0710.png) no-repeat}#i_icon_mini_gallery{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1010.png) no-repeat;height:34px;width:89px}#i_icon_mini_gallery:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1010.png) no-repeat}#i_icon_mini_faq{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0410.png) no-repeat;height:34px;width:89px}#i_icon_mini_faq:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0410.png) no-repeat}#i_icon_mini_search{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0610.png) no-repeat;height:34px;width:89px}#i_icon_mini_search:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0610.png) no-repeat}#i_icon_mini_members{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0810.png) no-repeat;height:34px;width:89px}#i_icon_mini_members:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0810.png) no-repeat}#i_icon_mini_groups{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0910.png) no-repeat;height:34px;width:89px}#i_icon_mini_groups:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0910.png) no-repeat}#i_icon_mini_profile{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1110.png) no-repeat;height:34px;width:89px}#i_icon_mini_profile:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1110.png) no-repeat}#i_icon_mini_message{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1210.png) no-repeat;height:34px;width:89px}#i_icon_mini_message:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1210.png) no-repeat}#i_icon_mini_new_message{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-13a10.gif) no-repeat;height:34px;width:89px}#i_icon_mini_new_message:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1310.gif) no-repeat}#i_icon_mini_register{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-14a10.gif) no-repeat;height:34px;width:89px}#i_icon_mini_register:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1410.gif) no-repeat}#i_icon_mini_login{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1510.png) no-repeat;height:34px;width:92px}#i_icon_mini_login:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1510.png) no-repeat}#i_icon_mini_logout{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1610.png) no-repeat;height:34px;width:92px}#i_icon_mini_logout:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1610.png) no-repeat}</style>
( It is your navbar CSS )
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Theme picker new Problem

Post by Whistler August 28th 2014, 18:44

Ange Tuteur wrote:Hello Fish crazy,

Your forum uses the CSS stylesheet to set a background image for your navbar buttons. If the default sheet is removed the navbar goes with it, seeing as you have no images, or text.

You could add the following in the templates :
Display > templates > general > overall_header

Find :
Code:
{CSS}

Replace by :
Code:
{CSS}
<!-- Navbar CSS -->
<style type="text/css">#i_icon_mini_index{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0211.png) no-repeat;height:34px;width:92px}#i_icon_mini_index:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0112.png) no-repeat}#i_icon_mini_portal{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0310.png) no-repeat;height:34px;width:89px}#i_icon_mini_portal:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0310.png) no-repeat}#i_icon_mini_calendar{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0710.png) no-repeat;height:34px;width:89px}#i_icon_mini_calendar:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0710.png) no-repeat}#i_icon_mini_gallery{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1010.png) no-repeat;height:34px;width:89px}#i_icon_mini_gallery:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1010.png) no-repeat}#i_icon_mini_faq{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0410.png) no-repeat;height:34px;width:89px}#i_icon_mini_faq:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0410.png) no-repeat}#i_icon_mini_search{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0610.png) no-repeat;height:34px;width:89px}#i_icon_mini_search:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0610.png) no-repeat}#i_icon_mini_members{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0810.png) no-repeat;height:34px;width:89px}#i_icon_mini_members:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0810.png) no-repeat}#i_icon_mini_groups{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-0910.png) no-repeat;height:34px;width:89px}#i_icon_mini_groups:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-0910.png) no-repeat}#i_icon_mini_profile{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1110.png) no-repeat;height:34px;width:89px}#i_icon_mini_profile:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1110.png) no-repeat}#i_icon_mini_message{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1210.png) no-repeat;height:34px;width:89px}#i_icon_mini_message:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1210.png) no-repeat}#i_icon_mini_new_message{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-13a10.gif) no-repeat;height:34px;width:89px}#i_icon_mini_new_message:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1310.gif) no-repeat}#i_icon_mini_register{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-14a10.gif) no-repeat;height:34px;width:89px}#i_icon_mini_register:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1410.gif) no-repeat}#i_icon_mini_login{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1510.png) no-repeat;height:34px;width:92px}#i_icon_mini_login:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1510.png) no-repeat}#i_icon_mini_logout{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bh-1610.png) no-repeat;height:34px;width:92px}#i_icon_mini_logout:hover{background:url(http://i69.servimg.com/u/f69/17/82/84/24/bhh-1610.png) no-repeat}</style>
( It is your navbar CSS )

What does the old code look like?
{CSS}


Last edited by FISH CRAZY on August 29th 2014, 20:34; edited 1 time in total
Whistler
Whistler
Forumember

Male Posts : 276
Reputation : 83
Language : English, Greman, Spanish

Back to top Go down

In progress Re: Theme picker new Problem

Post by Whistler August 28th 2014, 18:56

In put Phpbb3 theme on my Phpbb2 forum and the navigation-bar is working but the theme is a little off
Whistler
Whistler
Forumember

Male Posts : 276
Reputation : 83
Language : English, Greman, Spanish

Back to top Go down

Back to top


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