• Resolved baynature

    (@baynature)


    I’m testing out the free version before I purchase the pro version. It works very well on my staging serve but on my production server the responsive button is not displayed (it does hide my main menu when the screen width is reduced to less than the break point value). Looking at the css applied to the button container and comparing it to the staging server version I noticed it appears to have the base class.
    from scssBaseMapper.php
    button#responsive-menu-button {
    z-index: 99999;
    display: none;
    overflow: hidden;
    img {
    max-width: 100%;
    }
    }

    from the inspector
    button#responsive-menu-button {
    z-index: 99999;
    display: none;
    overflow: hidden;
    }

    the URL of the production site is : baynature.org

    I’ll leave the plugin activated for now but this breaks the navigation in mobile so I’m going to have to disactivate the plugin later today.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Very strange if you say they are exactly the same on staging server and live server.

    Can you confirm you exported your settings from the staging and imported them to the live rather than doing it by hand to ensure that there were no mistakes entered.

    I ask because it looks like some of the CSS is not being loaded correctly and this only happens when invalid values have been entered into a field somewhere.

    Please advise

    Thread Starter baynature

    (@baynature)

    Thank you for the quick reply. Staging is identical to Production – same WP version, theme and plugins. I can do a clean install of the plugin and but the settings are stored in the WPDB so they are retained and reapplied when I activate the plugin again. I’ve compared all of the settings with the settings on the Staging Server and they match. Thanks for your help.

    Thread Starter baynature

    (@baynature)

    To clarify: I did not import the settings from Staging to Production. I never copy staging directly to production. I use git for revision control but don’t add plugins to my repository. I do copy production to staging to keep staging in sycn and then do all my code mods and other testing on staging.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    I understand that but did you use the Import/Export feature of my plugin to ensure that the settings are identical as this is the only real way of making sure they are 100% identical?

    Did you also make sure to hit “Update Options” once you had imported them and also cleared any caches (server & browser) once you have updated it?

    All the best

    Thread Starter baynature

    (@baynature)

    No I didn’t see the export / import option feature until just now. I tried the reset option feature just now and that fixed it!!!! Next I’ll do an export (staging) import (production) to get each config to match.

    Thank you,
    Laurence, Bay Nature

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Laurence,

    Thanks alot for letting me know and glad that it fixed it for you.

    All the best

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘resposive menu Button not displaying’ is closed to new replies.