Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • mronday Friend
    #191058

    Hi All,

    My website http://www.menetworks.eu is running with the Hawkstore template.

    I’ve a problem with the mobile lay-out. The logo image is to big, so the last part of the logo is not visable on mobile devices.

    Also i woud like to have a module that’s only visable for mobile lay-out where i can paste text for mobile viewing. Now the mobile lay-out only shows the footer menu.

    Please help!

    Thanks in advance.
    Mike

    Ninja Lead Moderator
    #507780

    Hi Mike,

    My below solution will help you to recover the logo on your site.

    + Create custom.css file into templates/ja_hawkstore/css/ folder

    + Open custom.css file and add new script

    @media (max-width: 370px) {
    .logo-image a {
    background-size: 60% !important;
    }
    }

    Let me know if it helps

    Regards

    mronday Friend
    #508371

    Thanks, looks very good now!

    But one more question:-[

    No on the mobile lay-out there is no content. Is there a possibility that i can show a module on that place, or article (something). But it should not appear on the normal (tablet/pc) website.

    Or maybe it’s more simple to fix that position ‘home-1’ is not visable on tablet/pc site and only on mobile view ?

    Tnx!

    Ninja Lead Moderator
    #508429

    You can control to hide/show any module on tablet/pc/mobile view as following

    Go to Admin site -> Template Manager -> JA_Hawkstore – Default -> Layout tabs-> Click Responsive Layout -> Select Tablet or mobile view etc -> click eye icon in each position to hide it

    mronday Friend
    #511716

    Thanks!

    But i want to use position-1 (2&3)

    I guess i’ve configured the template good.(see picture) But the banners won’t appear in the mobile view.

    How can i fix this?

    Thanks!!


    1. settings
    Ninja Lead Moderator
    #511796

    Open templates/ja_hawkstore/tpls/default.php file

    from

    <?php $this->loadBlock ('mainbody') ?>

    change to

    <?php $this->loadBlock ('spotlight-1') ?>

    <?php $this->loadBlock ('mainbody') ?>

    It will help you to add position-1(2 & 3) on mobile layout

    mronday Friend
    #512252

    Hi Ninja Lead,

    I’ve added the line of code to the default.php, but still the position 1(2&3) are not visible on mobile lay-out.

    By the way: i only want them on the frontpage.

    Do you have a another solution?

    Thanks!

    Ninja Lead Moderator
    #512410

    Please pm me URL of your site, admin login info and FTP account. I shall help you to add it directly on your site.

    mronday Friend
    #513544

    Hi Nina Lead,

    I’ve sent you a while ago the login details. Was you able to fix it ?

    Thanks,
    Mike

    Ninja Lead Moderator
    #513701

    Hi Mike,

    Position 1(2&3) are showing on mobile lay-out but they are invisible by styling from css. I helped you to fix this problem

    Open templates/ja_hawkstore/css/themes/blue/template-responsive.css file

    From

    .container.t3-sl-1,
    .container.t3-sl-2 {
    display: none;
    }

    Change to

    .container.t3-sl-1,
    .container.t3-sl-2 {
    display: block;
    }

    Open templates/ja_hawkstore/css/custom.css file

    Add script

    @media (max-width: 767px) {
    .t3-sl-1 .span4 {
    width:100% !important;
    }
    }

    Please check it on your site again. Let me know if it helps

    Regards

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

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 12 months ago.

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