Kru-x
Forum Replies Created
-
Forum: Plugins
In reply to: [DCO Comment Attachment] Add image to backend comments CPTGreat Thanks,
Using latest WP, no plugin but “show in rest” is set to false on CPT. And just tested it, I cant replicate this with Gutenberg (“show in rest” => TRUE), the comment form wont show up. Gutenberg Bug??
Kru-x
Forum: Plugins
In reply to: [DCO Comment Attachment] Add image to backend comments CPTHi Denis,
I was also confused as the comments section wont show up on the Administrator account. But all my users are Authors and if you log in to the site with an Authors permission and make a new post, after it is saved the comment form shows up at the bottom of the post and the author can comment in the back-end on my system and I just assumed that that was the norm. If you can’t still see it I will try to replicate it on an new install in a day or two.
Sorry for the confusion,Kru-x
Forum: Plugins
In reply to: [DCO Comment Attachment] Add image to backend comments CPTHi Denis,
Thank you for your quick reply. If you in CPT UI add comment form, the comment form will show up on the bottom when editing the post itself (at least for authors) and there it wont show up. It would be great if that worked.Took me some time to figure out, but the solution was simpler then I thought. My problem was just showing up on the backend and Norm1’s solution works on the backend as well but I had to use the “admin_enqueue_scripts” instead (as the name suggests, duhhh) ?? So:
add_action( ‘admin_enqueue_scripts’, ‘remove_stylesheet’);
function remove_stylesheet() {
wp_dequeue_style(‘um_styles’);
}
There was a lot of discussion on where and how to add the code, and if you don’t want to fiddle around with child theme, functions.php etc. (like me) use the brilliant plugin “snippets”
Thnks,
Gon’a take a look at them, shame I was happy with UM except that it changes my backend that I use for my users.EXTREMLY annoying,
Was thinking about paying for this plugin but now about uninstalling!!!!!
Norm1, I tried your suggestion but I can’t get it to work on the backend in the admin area, the plugin changes my ACF-dropdowns and no plugin developer answer any questions it seems like,
Strange way to try to make bussiness
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Font Awesome not workingCan I put in more than one css in the custom CSS URL? The reason is I want to use fontawsome and my own styling?