• Resolved Thyphon

    (@bigblue0)


    Hi,

    I had to update 2 times to 2.7.4 to solve the 404 error (hamburgers.min.css), but there is still many issues as reported in other topics:

    1. The open right logo decreases in size.

    2. When opening the panels, the header changes its color.

    3. There is vertical an horizontal scroll bars inside the window (not from browser) that appears.

    4. The open down icons have changed.

    5. The colors settings for menus have gone.

    Thank you in advance

    Best regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    @bigblue0 Thanks for the report. I apologize for this, it was a big update in the code structure and I tested it the best I could.

    Can you provide me the site URL to have a look? If you want to keep it private send me an email to [support AT wpmobilemenu DOT com]

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. Let me know if necessary further help.

    Thread Starter Thyphon

    (@bigblue0)

    Hi @takanakui,

    When I posted the issues I decided to postpone the update and kept the 2.7.3 version.

    Now, I tested again the new release 2.7.4.4 and works great for now, but I have still one issue: there are scroll bars (vertical and horizontal) appearing inside the browser’s window. No errors in the console. How can I fix this?

    By the other hand, I have a question regarding the URL that we put in the logo or text header. How can I set 2 different URLs? one when the users are online and another one when users are offline.

    Thank you very much in advance

    Best regards

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @bigblue0,

    Can you send me your site URL so I can have a look?
    In what browser/operating system are you experiencing this situation?

    Regard the URL at the moment there is no functionality to do that. Can you send by default to the not logged in page and in that page if the user is logged in send it to a different page?

    Try this code below by adding it to the functions.php of your child theme. Replace the 125 by the ID number of the logged in page.

    add_action('wp', 'add_login_check');
    function add_login_check()
    {
        if ( is_user_logged_in() && is_page( 125 ) ) {
            wp_redirect('http://my_homepage_url');
            exit;
        }
    }
    • This reply was modified 6 years, 10 months ago by Rui Guerreiro.
    Thread Starter Thyphon

    (@bigblue0)

    Hi @takanakui,

    I sent you an email to [support AT wpmobilemenu DOT com] with the URL. Please have a look regarding the scroll bars.

    I will test the code and let you know.

    Thank you very much

    Thread Starter Thyphon

    (@bigblue0)

    By the way, there is also the Close buttons when the panels are open, they show at the top, not respecting the padding I have set for the right and left panel icons. How can I fix this? I tried to add some padding but it applies also to the right and left panel icons.

    Thank you again Rui

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Issues’ is closed to new replies.