Anonymous User 357386
(@anonymized-357386)
Just to best found if u have a long list of plugin.
I’ve put simply icon (already present in plugin from menu) and background.
Only some css code:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button not blockquote. ]
<style type="text/css">
#my-custom-css {
background-color: #ffffe0;
}
#my-custom-css td.plugin-title strong {
background: url("*/css-icon.png") no-repeat 98px 1px;
}
#my-custom-css div.row-actions-visible {
padding-top: 15px;
}
#my-custom-css div.plugin-version-author-uri {
background-color: #EAEAEA;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 8px 6px -6px gray;
font-weight: bold;
padding: 7px 5px;
margin-bottom: 12px;
}
</style>
No blinking text, scrollbar, or other strange fonts etc… :/
–
Also many other plugins insert this (eg: Advanced TinyMCE).
Thread Starter
Martin
(@rastarr)
Hey, just giving some feedback.
Out of 47 plugins, your’s is the only only that is presented in a non-standard way so maybe ‘many other plugins insert this’ is a bit of an overstatement 🙂
Anonymous User 357386
(@anonymized-357386)
I use “admin_print_styles” function and this is a standard wordpress way (require no more line of code) 😉
–
@Moderation note in my precedent reply: i’ve used code button (inside blockquote to best separate with post) as u can see…
@darkwolf – just wanted to add that I have to agree with Martin on this.
It does make your plugin standout in a long list of plugins but to me it just looks wrong (or at least odd).
IMHO it makes your plugin look unprofessional and risky. I know that is not the case so I feel your choice of colour is demeaning your product unnecessarily.
Please take this as constructive advice for your very useful plugin rather than negative criticism.
Anonymous User 357386
(@anonymized-357386)
OK: 1.2 > * Removed background in plugin list.