Details Tabs not shown as dropdown on mobile device

This topic contains 12 replies, has 4 voices, and was last updated by  Martin Steimann 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #541178

    Martin Steimann
    Lifetime Member
    Post count: 262

    Hello,

    on iOS Safari the tabs on a details page are not shown as a dropdown menu anymore. They are displayed in desktop style. As soon as I click on a topic, the topic list disappears.

    Regards,
    Martin

    #541179

    Martin Steimann
    Lifetime Member
    Post count: 262
    This reply has been marked as private.
    #541273

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for reporting, we are checking into it.

    #541316

    Kor
    Moderator
    Post count: 16516

    Hi Martin,

    Thanks for your reply. Could you try applying this custom CSS code below and see if it fixes it? Insert into WP > Appearance > Customize > Additional CSS

    @media only screen and (max-width: 600px) {
      .geodir-tabs dl.geodir-tab-head {
        display:none;
    }
    #geodir-tab-mobile-menu {
        display: block;
    }
    }
    #541348

    Martin Steimann
    Lifetime Member
    Post count: 262

    Hi Kor,

    thanks for checking into this. Your code partially did the trick. The chosen tab now transforms into some kind of dropdown-menu, but that’s not the way it used to work formerly, because the rest of the tabs are lined up beneath and are not integrated in the pulldown list.

    Regards,
    Martin

    #541362

    Kiran
    Moderator
    Post count: 7069

    Hi Martin,

    We have fixed issue. It will be in next release.

    Here is patch https://github.com/kprajapatii/geodirectory-v2/commit/d89b84363a5f06067ba614dff15e4c6bf5ff54cc

    Kiran

    #541372

    Martin Steimann
    Lifetime Member
    Post count: 262

    Hi Kiran,

    many thanks for your support! I couldn’t figure out how to spot (which one) and implement the patch. Therefore it will be safer for me to wait until the next release.

    Regards,
    Martin

    #541373

    Kiran
    Moderator
    Post count: 7069

    Provide us FTP credentials if you want me to apply patch or you can wait until next release.

    Thanks,
    Kiran

    #541380

    Martin Steimann
    Lifetime Member
    Post count: 262
    This reply has been marked as private.
    #541383

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #541434

    Martin Steimann
    Lifetime Member
    Post count: 262
    This reply has been marked as private.
    #541526

    Kiran
    Moderator
    Post count: 7069

    Hi Martin,

    Please try now after clearing your browser cache.

    Thanks,
    Kiran

    #541527

    Martin Steimann
    Lifetime Member
    Post count: 262

    Perfect Kiran – thanks a lot!

    Regards,
    Martin

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket