Okay
  Public Ticket #3579682
wordpress menu
Closed

Comments

  • boxbrandingmarketing started the conversation

    hello i have a problem with element wordpress menu only with your theme doesnt work can you help me please?

    Look the image to see where is the element (is in the header - sticky)

    Attached files:  Στιγμιότυπο οθόνης 2024-02-07 192221.png

  •   boxbrandingmarketing replied privately
  •  869
    Neuron replied

    Hi,

    Can you please try to use the Nav Menu of the Neuron Builder instead, you can use it as a dropdown also, please take a look at the following article.

    - https://docs.neuronthemes.com/article/285-nav-menu

    Feel free to ask for anything you need.

    Kind Regards


  • boxbrandingmarketing replied

    ok i insert your element please check it.... but now i have a problem. I want to change the 3 lines with the word MENU....how can i do this?

  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I see that you've already managed to solve the issue, do you still need help with anything?

    https://ibb.co/rtn91y9

    https://ibb.co/zP69SkC

    You can take a look at the Documentation of the theme, and also at the Video Tutorials, where you'll find anything you need to know about working with the Neuron Builder and Archzilla Theme.

    Feel free to ask for anything you need.

    Kind Regards


  • boxbrandingmarketing replied

    i solved it but i need to help me with something last. if you see now says MENU but when i click and is active can i have an X button???

  •  869
    Neuron replied

    Hi,

    I've just added the following script to the header section via the HTML widget to change the "MENU" to "X", can you please take a look at it?

    <script>
    // Get all elements with the class 'm-neuron-nav-menu__hamburger'
    var hamburgers = document.querySelectorAll('.m-neuron-nav-menu__hamburger');
    // Iterate over all the elements with the class 'm-neuron-nav-menu__hamburger'
    hamburgers.forEach(function(hamburger) {
      // Add click event listener to each hamburger
      hamburger.addEventListener('click', function() {
        // Get the span element within the hamburger
        var span = hamburger.querySelector('span');
        
        // Change the text content of the span
        if (span.textContent === 'MENU') {
          span.textContent = 'X';
        } else {
          span.textContent = 'MENU';
        }
      });
    });
    </script>

    .Feel free to ask for anything you need.

    Kind Regards


  • boxbrandingmarketing replied

    thank you very much its perfect thanks a lot.

  •  869
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme or the support, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • boxbrandingmarketing replied

    i have o problem in the mobile.. i cant open popup template. Can you fix it?

  • boxbrandingmarketing replied

    i found that your theme doesnt load all files with https . So i install really simple SSL plugin and everything load over https and works fine. please check it for your theme.

  •  869
    Neuron replied

    Hi,

    That's strange, as all of the files should be loaded with HTTPS in our Archzilla theme, but glad to know you found a solution.

    Anyways, thanks for the feedback, I'll surely let the dev team know about it so they can take a look at the files.

    Feel free to ask for anything you need.

    Kind Regards