Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #207532

    Since recently upgrading to the latest JA OnePage template version, the logo is not always been displayed right. On the desktop on Chrome and on the iPad in Safari it’s always displayed too small, on other desktop browsers it looks sometimes right, sometimes it doesn’t (FireFox, Yandex, IE, Chrome)

    Pankaj Sharma Moderator
    #574510

    Hello
    Can you let me know what size of logo you want to show .
    Currently logo has span2 and main nav is using span10 .
    this is reason logo width is too small then its original image width .
    If you will change the span size it will looks better like this >> http://prntscr.com/7i9j6z

    Pankaj Sharma Moderator
    #640855

    Hello
    Can you let me know what size of logo you want to show .
    Currently logo has span2 and main nav is using span10 .
    this is reason logo width is too small then its original image width .
    If you will change the span size it will looks better like this >> http://prntscr.com/7i9j6z

    Pankaj Sharma Moderator
    #739519

    Hello
    Can you let me know what size of logo you want to show .
    Currently logo has span2 and main nav is using span10 .
    this is reason logo width is too small then its original image width .
    If you will change the span size it will looks better like this >> http://prntscr.com/7i9j6z

    Andrew Winkler Friend
    #574514

    The logo size is 500px x 50px. So what do I do to get this problem fixed, preferably without making the logo smaller and without overwriting my changes with the next template upgrade?

    Andrew Winkler Friend
    #640859

    The logo size is 500px x 50px. So what do I do to get this problem fixed, preferably without making the logo smaller and without overwriting my changes with the next template upgrade?

    Andrew Winkler Friend
    #739523

    The logo size is 500px x 50px. So what do I do to get this problem fixed, preferably without making the logo smaller and without overwriting my changes with the next template upgrade?

    Pankaj Sharma Moderator
    #574520

    Hello
    To change the span size of logo and main nav
    go to templatesja_onepagetplsblocksheader.php

    find this code

    <!-- LOGO -->
    <div class="span2">
    <div class="logo logo-<?php echo $logotype ?>">

    change it into

    <!-- LOGO -->
    <div class="span3">
    <div class="logo logo-<?php echo $logotype ?>">

    and then find this


    <!-- HEAD SEARCH -->
    <div class="span10">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    change it into

    <!-- HEAD SEARCH -->
    <div class="span9">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    if you want you can also change span3 to span 4 and span9 to span8

    Hope it will solve your problem.

    Pankaj Sharma Moderator
    #640865

    Hello
    To change the span size of logo and main nav
    go to templatesja_onepagetplsblocksheader.php

    find this code

    <!-- LOGO -->
    <div class="span2">
    <div class="logo logo-<?php echo $logotype ?>">

    change it into

    <!-- LOGO -->
    <div class="span3">
    <div class="logo logo-<?php echo $logotype ?>">

    and then find this


    <!-- HEAD SEARCH -->
    <div class="span10">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    change it into

    <!-- HEAD SEARCH -->
    <div class="span9">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    if you want you can also change span3 to span 4 and span9 to span8

    Hope it will solve your problem.

    Pankaj Sharma Moderator
    #739529

    Hello
    To change the span size of logo and main nav
    go to templatesja_onepagetplsblocksheader.php

    find this code

    <!-- LOGO -->
    <div class="span2">
    <div class="logo logo-<?php echo $logotype ?>">

    change it into

    <!-- LOGO -->
    <div class="span3">
    <div class="logo logo-<?php echo $logotype ?>">

    and then find this


    <!-- HEAD SEARCH -->
    <div class="span10">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    change it into

    <!-- HEAD SEARCH -->
    <div class="span9">
    <?php if( $this->countModules('languageswitcherload') ): ?>
    <div class="t3-languages">

    if you want you can also change span3 to span 4 and span9 to span8

    Hope it will solve your problem.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum