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.
The forum of the forums
2 posters

    Theme picker new Problem

    Whistler
    Whistler
    Forumember


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

    In progress Theme picker new Problem

    Post by Whistler August 28th 2014, 6:24 am

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Theme picker new Problem

    Post by Ange Tuteur August 28th 2014, 9:33 am

    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 )
    Whistler
    Whistler
    Forumember


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

    In progress Re: Theme picker new Problem

    Post by Whistler August 28th 2014, 7:44 pm

    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, 9:34 pm; edited 1 time in total
    Whistler
    Whistler
    Forumember


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

    In progress Re: Theme picker new Problem

    Post by Whistler August 28th 2014, 7:56 pm

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

      Current date/time is September 23rd 2024, 5:26 pm