On Aug 11, 11:30 pm, acafourek <
cafou...@gmail.com> wrote:
> You should unassign the write panel to the categories or else every
> time you make a post they will be pre-selected as you've experienced.
>
> the Issue with the category module not displaying is an incredibly
> inconvenient bug in Flutter, but there is a fix that works for some
>
> Go to the plugin folder at /wp-content/plugins/fresh_post and open up
> the file RCCWP_WritePostPage.php
>
> Do a Ctrl+F to find: $replacement = 'class="selectit"
> style="display:none;">';
>
> and change that string to: $replacement = 'class="selectit">';
>
> That has fixed it on a number of installs that I've used Flutter for,
> but apparently it isn't perfect.
>