This topic has 4 replies, 2 voices, and was last updated 9 years by Creative Inhabitants.

  • Author
  • #40197

    In pages that utilize the previous and next tab. When these pages are on mobile (screen-size) devices the tabs remain fixed in position as well as open and blocking the screen. This issue is new as they used to format nicely in a footer border. I adjusted the css to be relative but that only breaks display on desktop.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #40203
     sharmstr
    Moderator

    I’m not having this issue on any of my sites. Perhaps it has something to do with that chat program down at the bottom.

    Either disable it and see if you have the same issue or go to the Kleo demo http://seventhqueen.com/themes/kleo/courses/marketing-management-2/

    I tested on Android with Chrome and the built in crappy browser 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40281

    Yeah, you seem to of nailed it. Unfortunately part of my business model is supported by this plugin (cometchat).

    Any chance you can help me sauce a solution on this one. I’m thinking a mobile (relative) position, or having the newer/older tab automatically closed on smaller screens…

    Thanks again for any light you can shed.

    EX: http://urci.tv/inhabit/members/admin

    #40290
     sharmstr
    Moderator
    COPY CODE
    
    
    @media screen and (max-width: 480px) {
    .pagination-sticky {
    display: none;
    }
    }
    
    
    

    In the future, test your issues against the demo. If they work there, start disabling plugins.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40304

    Copy that. @sharmstr to the rescue once again. I believe we just became best friends.

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?