Theme picker new Problem
2 posters
Page 1 of 1
Theme picker new Problem
Help
I have a new problem with the theme picker if I go to (true) I have a Problems with my navigation-bar
If I go to false I have a problem with the theme and the navigation-bar is ok.
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
I have a new problem with the theme picker if I go to (true) I have a Problems with my navigation-bar
If I go to false I have a problem with the theme and the navigation-bar is ok.
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
Whistler- Forumember
- Posts : 276
Reputation : 83
Language : English, Greman, Spanish
Re: Theme picker new Problem
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 :
Replace by :
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>
Re: Theme picker new Problem
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 :( It is your navbar CSS )
- 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>
What does the old code look like?
{CSS}
Last edited by FISH CRAZY on August 29th 2014, 7:34 pm; edited 1 time in total
Whistler- Forumember
- Posts : 276
Reputation : 83
Language : English, Greman, Spanish
Re: Theme picker new Problem
In put Phpbb3 theme on my Phpbb2 forum and the navigation-bar is working but the theme is a little off
Whistler- Forumember
- Posts : 276
Reputation : 83
Language : English, Greman, Spanish
Similar topics
» problem with theme picker
» Problem with "theme picker"
» Theme Picker problem
» Theme Picker
» Add a theme picker
» Problem with "theme picker"
» Theme Picker problem
» Theme Picker
» Add a theme picker
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum