• Dear Float-Menu Support Team,

    I am experiencing an issue with the Float-Menu plugin after updating to version 7.0.0. My floating menu completely disappears, forcing me to revert back to version 6.1.4 to maintain functionality.

    After conducting tests on a staging site, I identified that this issue is related to my theme:

    • When using the Astra theme, the floating menu works correctly.
    • However, when switching to Astra-Child, the floating menu disappears.
    • Even after removing all custom code from the functions.php file in the Astra-Child theme, the issue persists.

    It appears that the latest update of Float-Menu may have compatibility issues with child themes. Could you please investigate this and provide a possible solution or workaround?

    Thank you for your support. I look forward to your response.

    Best regards,
    Will

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor DmtLo

    (@lobov)

    I tested the plugin with the Astra theme and Astra Child theme — the float menu works correctly.
    However, I noticed that you have some custom CSS on the page:

    
    .floating-menu.fm-ready {
        position: relative;
        z-index: 1;
    }
    

    This CSS overrides the default positioning and may cause issues. Please remove it, and the float menu should function as expected.

    Let me know if you need further help!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.