• Resolved shamusalley

    (@shamusalley)


    Every time we update our site (deploy a change from the dev server or update core WordPress) in General Settings, the CSS Output defaults to “Output in <head>” when we want “Save to Filesystem” to remain selected.

    Is there a way to stop this from changing? All other setting and preferences remain… but this changes and it causes the mobile menu to appear behind the logo and it is rendered un-clickable.

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi shamusalley,

    Thanks for posting a link.

    The default for that option is “Save to filesystem”, but it will automatically switch to “Output in <head>” if the permissions on the wp-content/uploads/maxmegamenu folder are incorrect (making it so we can only write to the database, which is where the CSS is loaded from when we use “Output in <head>”). I suspect that is what is happening. You should see a red message on the CSS Output option saying that is what has happened.

    Therefore, I think the fix would be to make sure the wp-content/uploads/maxmegamenu folder and wp-content/uploads/maxmegamenu/style.css files are writable as part of the deployment process.

    Regards,
    Tom

    Thread Starter shamusalley

    (@shamusalley)

    Perfect!
    Was able ton install Easy SymLinks WordPress plugin to edit the writing permissions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Output resets after every Update’ is closed to new replies.