jamesckemp
Forum Replies Created
-
Thanks for the kind words!
Hey, were there any error messages displayed at all? We’re happy to help you sort it out.
Hey,
It’s definitely high in the pipeline, most likely after the “boards” feature which is ~80% complete.
I appreciate your patience!
Hey, thanks – I spotted this too! Update coming in the next few days to fix it.
Yep, good catch! You can also just do this:
add_action( 'jck_sfr_get_default_post_status', 'jck_sfr_set_default_status' ); /** * Set the default status for feature requests */ function jck_sfr_set_default_status() { return "publish"; }
Forum: Plugins
In reply to: [Simple Feature Requests Free - User Feedback Board] Comments not working.Hey, if you email our support with a zip of the theme we can test it locally to see what’s going on.
One thing to check is that comments are enabled under Settings > Discussion in WordPress itself.
Forum: Plugins
In reply to: [Simple Feature Requests Free - User Feedback Board] Comments not working.Hey Dominik,
The plugin attempts to use the comment form from your theme; if it isn’t showing it may be that your theme doesn’t have one. Can you test temporarily in another theme to see?
Thanks,
JamesHey,
You can use the following filter to disable the redirect. I’ll likely remove it completely from the plugin: https://gist.github.com/jamesckemp/7fe64df6c7b8752bc31a556d98a062cd
Hope this helps.
Thanks,
JamesHey,
The “pending” status means the request has been submitted, but it won’t be visible to anyone else until you set it to “published”.
Hope this helps!
No problem – appreciate a review when you’ve got things set up!
Hey,
Bulk editing statuses can be done with Pro: https://docs.simplefeaturerequests.com/pro-features/bulk-edit-statuses
but you could also set the default status using a code snippet on the
jck_sfr_get_default_post_status
filter. it should just return a string with the status (i.e. publish)Forum: Plugins
In reply to: [Simple Feature Requests Free - User Feedback Board] Feature item 404Hey,
If refreshing the permalinks by visiting Settings > Permalinks doesn’t fix it, then we’ll need to take a look for you.
Please email support [at] simplefeaturerequests [dot] com with WP logins and we’ll take a look for you.
Thanks,
JamesHey,
It’s not possible currently, but it has been asked before. My suggestion would be to see if there’s an outstanding request for it, and if not, please add it: https://simplefeaturerequests.com/feature-requests/
Thanks,
JamesForum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] WooCommerce 4.2.0Hey,
paginate
is included by default now, so this plugin is redundant.Hey Leah,
That’s definitely a good point. I’ll look at changing the wording if the submission form is hidden.