Carl Brubaker
Carl Brubaker
This is definitely an issue. It looks like it should work, but it doesn't. I guessing that someone is working on this based on the information given in the navigation.js?
I got through this issue today. It still needs some final tweaking but it is functional. I made changes to global.css and navigation.js. All of the changes I made are...
Going through the gulp file, my device hung on php and css. The following would go through to launch the dev server. ``` export const firstRun = series( cleanCSS, cleanJS,...
@cwrichardson If i remember correctly, the nav menu doens't fade without the transition. It either just appears or just disappears. Feel free to check it. I could be mistaken.
1. Create new `.php` file with opening `
I dropped this into the plugin. Hopefully they can make this permanent. [stackoverflow.com](https://stackoverflow.com/questions/64377032/getting-an-active-php-session-was-detected-critical-warning-in-wordpress) Changed `session_start();` to `session_start(['read_and_close' => true,]);` in: unyson/framework/helpers/class-fw-session.php line 13 unyson/framework/includes/hooks.php lines 229 and 259