Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #169194
    mikelynch
    Member
    Post count: 93

    Hi

    1. I have 2 menus on the site but only one shows up on the mobile version. If you look at the site I have a top bar menu and a main menu. It’s important that they both show on mobile sites.

    2. Is there a way of switching off the banners for each page on mobile sites only?

    Thanks
    -Mike

    #169220
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1- It’s done like that by design, because the mobile version doesn’t have space to show everything

    2- What you mean by banners?

    -Rui

    #169225
    mikelynch
    Member
    Post count: 93

    Thanks for the reply.

    1. So is there no way of showing both menus?
    2. On each page I have either a slider or an image banner at the top of the page underneath the header – I was wondering if there was a way of switching these off on mobile devices.

    Thanks
    Mike

    #169300
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Its not possible due to less space.

    2- Please use this custom css code:-

    
    @media only screen and (max-width: 767px) {
    .home-slider-wrap{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #169375
    mikelynch
    Member
    Post count: 93

    Thanks for that, I will give it a try and let you know.

    Could you help me out quickly with this problem:
    I have set up a posts page at: http://www.monkmoordental.co.uk/our-blogs/ but when you click on the first blog that I have set up it tells me it couldn’t find the page? Surely it is there because the blog appears on the posts page? Is it a simple setting I have not set?

    Thanks
    Mike

    #169385
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    That post is linking to: http://www.monkmoordental.co.uk/blog any idea why?

    – Kyle

    #169416
    mikelynch
    Member
    Post count: 93

    I have no idea – I have the thumbnail link type set to ‘link to item’.

    I set up http://www.monkmoordental.co.uk/our-blogs/ as the posts page and then added a post to test it out. The post was placed on the above link as it should be but does not go to the item.

    -Mike

    #169437
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Fixed now, just needed to change the permalink for the post

    – Kyle

    #169443
    mikelynch
    Member
    Post count: 93

    ok, thanks. However, it has gone back to a previous problem that the top of the page is now hidden underneath the header. This seems to occur on all new pages and posts that have been created.

    #169446
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hmm that’s because of this css:

    .header-wrap {
      position: fixed;
      width: 100%;
    }

    Maybe it’s not possible to have the full header sticky

    – Kyle

    #169469
    mikelynch
    Member
    Post count: 93

    I have added blank spacers at the top of each page for the time being and that seems to take care of it but not sure how that will react on different devices and screen sizes?

    #169472
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem, let me know

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register