Jump to content

Recommended Posts

Posted

Hello,

I was wondering if someone can help me the toggle drop down menu for smaller screens less than (991px).

The Toggle Drop down menu doesn't work, its visible but when I click on it does nothing, No menu. I can't seem to find where exactly the issue is. Otherwise on bigger screens its absolutely fine.

Any help would me much appreciated!
 

 

  • Administrators
Posted
On 10/22/2019 at 7:10 PM, elcapitan said:

Hello,

I was wondering if someone can help me the toggle drop down menu for smaller screens less than (991px).

The Toggle Drop down menu doesn't work, its visible but when I click on it does nothing, No menu. I can't seem to find where exactly the issue is. Otherwise on bigger screens its absolutely fine.

Any help would me much appreciated!
 

 

Which toggle drop down are you referring to? Do you have a screenshot?

  • 2 weeks later...
  • Administrators
Posted
On 11/5/2019 at 5:37 AM, elcapitan said:

@Nabeel I fixed the issue there was some lines of code missing in app.blade that caused the dropdown menu on smaller screens not to work.

Many Thanks

Cool, can you show me or put in a PR with the fix? I'd like to incorporate it in!

  • 2 months later...
Posted (edited)

@Nabeel Sorry for the Super Late reply, Essentially I inserted the lines below in app.blade

    <style type="text/css">.in {
        display: block !important;
        transform: none !important;
        position: unset !important;
        background-color: unset !important;
    }
    .navbar-toggler-right {
    margin-right: -40px;
    margin-top: 10px;
    }
</style>

Under Line 19, after:

    {{-- Start of the required files in the head block --}}
    <link href="{{ public_asset('/assets/global/css/vendor.css') }}" rel="stylesheet"/>

that seemed a quick fix to the issue. hope that helps!

Edited by elcapitan
Clarify the .php file
  • Administrators
Posted

Thanks, there's a issue in GitHub that says the navigation is unusable, will you be able to add this to that? I don't have access to a computer right now and I don't want to forget thanks!!

Posted (edited)

@Nabeel @Haru The fix was for Beta 1, we changed the layout in Beta 2, but I think I know where to look, It a button issue with small screens or if you shrink browser... Will update when I find a fix and I'll submit on github.

Edited by elcapitan
  • Administrators
Posted

For beta 2, I updated bootstrap and that theme to the non-beta versions. When I first did it, bootstrap 4 was in alpha, so there's some changes there. I wonder if there are some markup changes that need to happen (like on the dashboard there's a section which needs some markup updates). But that's likely why it isn't working correctly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...