Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi steff13grace,

    This is happening because your theme employs a page transition technique to avoid actually loading the pages when you go from one to the other. Unfortunately, it fails to properly detect and load the necessary stylesheets when they are enqueued in the footer.

    You should get in touch with your theme developer and ask them for help in resolving this issue. They should be able to either fix the problem with their theme or advise you of a workaround.

    When you contact them, you can tell them that they need to catch and enqueue the style with a slug of fdm-css-base. So if you just call wp_enqueue_style( 'fdm-css-base' ) in the head of every page load that should solve the problem.

    Thread Starter steff13grace

    (@steff13grace)

    Awesome. Thank you for the input. I went in and turned off the page loading animations and other features regarding loading the page and it now works. Thanks

    Great! Glad to hear you can turn that stuff off. I’ll recommend that for anyone else using the theme.

    If you get a chance, I always appreciate reviews for the plugin here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Page Style Loss’ is closed to new replies.