jennif2101
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
It worked !
Thank you so much MissVeronica !! ??
Hi !
Thanks fr you answer but the file is actually there.
Do I Copy/paste the file from the plugin anyway ?Forum: Plugins
In reply to: [Edit Flow] Custom status color in calendarThanks TrishaM,
My problem is a bit complicated.
I would like to have a different color for each costum status (created thanks to Edit Flow) and appearing in the background of Edit Flow Calendar…So I can find in a glance if my posts are scheduled, pending, drafts etc.
I have no idea what function could create that, and where.
Forum: Plugins
In reply to: [Edit Flow] Custom status color in calendarJust to let you know, I used this snippet for the post list of wordpress, into function.php.
I’d like to do something like that for the calendar, but I don’t know how and where…
function color_css_post_status() { ?> <style> .status-brouillon{background: #FFFF99 !important;} .status-future{background: #b1edd4 !important;} .status-mis-en-forme{background: #87C5D6 !important;} .status-private{background: #FFCC99 !important;} .status-pret-relecture{background: #f7a7a3 !important;} .status-orthog-ok{background: #f9cba4 !important;} .status-valide-cheffes{background: #e9d1fc !important;} .status-1erjet-ephemeride{background: #76dee0 !important;} .status-publish{} </style> <?php } add_action('admin_print_styles-edit.php','color_css_post_status');
Thanks again
Forum: Plugins
In reply to: [Postie] return to senderOk thanks !
I’ll Ask him to send mail from another email server, then.
Viewing 5 replies - 1 through 5 (of 5 total)