• Resolved yirihi

    (@yirihi)


    I am using fBIZ theme, and I want to figure out how can I set the site as responsive? I created the site and check with my mobile, but its shows Desktop version. Please tell me where should I change on the theme setting?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author tishonator

    (@tishonator)

    Hi yirihi,

    First, Thank you very much for choosing a theme from us 🙂

    Could you please try the following steps:

    1) open fbiz/header.php file

    2) add the following code, before the </header> tag

    <meta name="viewport" content="width=device-width" />

    3) Save and upload file

    I hope the above helps 🙂

    [ Signature moderated ]

    Thread Starter yirihi

    (@yirihi)

    It worked !

    Thank you so much!!

    Kaiserteam

    (@kaiserteam)

    I’m having the same problem, the theme is not responsive. How do I edit the fbiz/header.php file?

    Kaiserteam

    (@kaiserteam)

    Kaiserteam

    (@kaiserteam)

    I used an FTP program to make the change and now the site looks right on a smartphone. However, it still FAILS Google’s mobile test and looks like a desktop screen on their test results. Any help?

    Theme Author tishonator

    (@tishonator)

    Hi Kaiserteam,

    I’ve just checked your website with the google mobile-friently test tool: https://www.google.com/webmasters/tools/mobile-friendly/

    and it passed the tests (result: Awesome! This page is mobile-friendly.)

    So, it seems the issue is already fixed. Please do not hesitate to contact us if you have any further questions 🙂

    Thanks,
    Tihomir
    Tishonator Team

    Kaiserteam

    (@kaiserteam)

    That’s because I paid someone to fix it, but I have no idea what they did.

    Kaiserteam

    (@kaiserteam)

    Where can I change the color of the links and menu selections? Thanks!

    Kaiserteam

    (@kaiserteam)

    One more question… the slider bar has arrows on both sides even when I have only one picture. Can they be removed?

    Theme Author tishonator

    (@tishonator)

    Hi Kaiserteam,

    > Where can I change the color of the links and menu selections? Thanks!

    in fbiz/style.css

    for links, update color values in

    a {
    	text-decoration:none;
    	outline:none;
    	color:#EF4A43;
    }
    
    a:hover {
    	color:#F35C4C;
    }

    for menu selections:

    look for #navmain occurences and update color values, i.e.

    #navmain ul li:hover > a,
    #navmain > div > ul > .current-menu-item > a,
    #navmain > div > ul > .current-menu-ancestor > a {
    	background-color:#F35C4C;
    	color:#FFFFFF;
    	border-bottom:2px solid #FFFFFF;
    	padding-bottom: 15px;
    }

    > the slider bar has arrows on both sides even when I have only one picture. Can they be removed?

    You can try to hide them with css style, i.e. add the following code in style.css

    #unslider-arrow-prev, #unslider-arrow-next {
        display: none !important;
    }

    I hope the above helps 🙂

    [ Signature moderated ]

    Thanks, I’ll work on that!

    keerthi

    (@keerthiraajanr)

    Hi tishonator,
    I’m using Fbiz theme for my health blog. Thanks for a wonderful theme. I have a problem with the responsive settings. All the menus and the sub-menus are displayed when i press the main menu in the mobile version. How to hide the sub-menus? Can you help me please?

    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Theme fBiz : Responsive setting?’ is closed to new replies.