• This topic has 3 replies, 2 voices, and was last updated 4 months ago by Support. This post has been viewed 275 times
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10044933
    AndeeR
    Participant

    The responsive menu doesn’t appear to be working. When I view the website on my phone, or shrink the screen on my desktop, the hamburger menu does not appear.


    #10044936
    Support
    Keymaster

    Hello, it’s because the button is commented in the HTML, so change:

    FROM:

    <!--<div class="d-flex">
    	<div class="d-none d-xxl-flex custom-header-1-extra-links">
    		<ul class="nav me-3 mt-1 ">
    			<li class="nav-item">
    				<a class="nav-link text-color-light text-2 font-weight-semibold" target="_blank" href="https://www.okler.net/open-a-ticket/">Support</a>
    			</li>
    			<li class="nav-item">
    				<a class="nav-link text-color-light text-2 font-weight-semibold" target="_blank" href="https://www.okler.net/previews/porto/docs/">Documentation</a>
    			</li>
    		</ul>
    		<a class="btn btn-primary font-weight-semibold text-3 py-3 border-radius p-relative bottom-1 custom-header-1-btn-1" href="https://themeforest.net/checkout/from_item/4106987?license=regular&support=bundle_6month&ref=Okler" target="_blank"><span class="px-4 d-block ws-nowrap">Buy Now</span></a>
    	</div>
    	<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav"><i class="fa fa-bars"></i></button>
    </div>-->

    TO:

    <div class="d-flex">
    	<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav"><i class="fa fa-bars"></i></button>
    </div>

    #10044947
    AndeeR
    Participant

    A quick follow up to this. The fa fa-bars is not showing up as a hamburger menu. It is showing up as an X. What do I have wrong?


    #10044953
    Support
    Keymaster

    Hello, looks like FontAwesome folder is not complete, it’s missing some files.

    Get the latest version in this link:
    https://fontawesome.com/download

    https://use.fontawesome.com/releases/v6.5.2/fontawesome-free-6.5.2-web.zip


    • This reply was modified 4 months ago by Support.
Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.