• Resolved bailoteo

    (@bailoteo)


    close-menu button not working. With the mobile responsive mode, the open menu is working but when clicking the close menu button it does nothing.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Asadiyan

    (@asadiy4n)

    Hi @bailoteo
    You have removed an essential element from the template
    This theme requires the following element
    <main id="site-content" class="sitecontent">
    Put your customizations inside this element and your problem will be solved

    <main id="site-content" class="sitecontent">
       <!-- Your edit -->
    </main>

    It is better to use it this way

    <main id="site-content" class="sitecontent">
       <div class="default-max-width">
          <div class="inner-site-content">
              <!-- Your edit -->
          </div>
       </div>
    </main>
    Thread Starter bailoteo

    (@bailoteo)

    Thank you for your response! It is already included in the index.php file:

    > grep site-content (…)/wordpress/wp-content/themes/hgw-whiteboard/index.php
    <main id=”site-content” class=”sitecontent”>
    <div class=”inner-site-content flex-sb”>
    (…)
    </main><!– #site-content –>

    Am I missing something?
    Thank you!

    Theme Author Asadiyan

    (@asadiy4n)

    I do not find these elements on your page
    Your page may have been cached through a plugin or CDN, or a plugin may have caused this problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘close menu issue’ is closed to new replies.