• Resolved Lautermilch

    (@lautermilch)


    I got the new update but hate the colors. Is there a way to get the former version colors back?

Viewing 15 replies - 1 through 15 (of 27 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,

    Thanks for your feedback. We’re updating PHP v8.1 and v8.2 compatibility – you can see our progress on GitHub.

    About the new colors, we know they’re a big change. It might take some time to get used to them, but we hope you’ll find them better in the long run. Your thoughts are always welcome.

    Best,

    lweb

    (@lavega45)

    Hi,

    You can add this function in the function.php file in your child theme to have a little color ??

    function my_custom_admin_styles() {
        echo '<style>
                .wrap.slimstat .slimScrollDiv p.header {
                    background-color: #C1E751;
                    border: none;
                }
                [id^="slim_"] .inline-icon {
    				filter: none;
    				opacity: 1; 
    			}
                
              </style>';
    }
    add_action('admin_head', 'my_custom_admin_styles');
    Plugin Author Mostafa Soufi

    (@mostafas1990)

    We found a problem with how things look on non-Retina screens because we only tested on Retina ones. Can anyone tell us which parts should have different colors? Pointing it out on screenshots or giving HEX codes would be really helpful!

    ZLC

    (@kindnessville)

    The moderator deleted my post with the screenshot.

    Logged-in users were orange, random visitors were blue, and non-user visitors who had interacted with my website before (by leaving a comment, etc.) were lime green.

    I hope this helps.

    soolee

    (@soolee)

    any clue why my post and others were deleted from this thread?

    admin, It’s not cool to delete informative posts.

    Side by side comparison of colors.

    For example, for the visitors coming from Search Engine Google, the style is overridden from green to white row background.

    Mostafa, I don’t understand what you don’t understand about the differences in the new color scheme.

    Basically, it’s as though all the colors were removed. Not sure why SlimStats would do that. It was useful to know, at a glance, which visitors came from a search engine, etc.

    soolee

    (@soolee)

    gmorrison, thanks for posting the side by side comparison. There is a massive loss of visual information from the previous version to the new version. Add in the screaming red look-at-me color on the banner and that is all the eye can focus on. The previous colors were unobtrusive and highly informative at a glance. The previous color scheme should be restored.

    One of my posts was to thank Mostafa for responding that he would fix the colors. Absolutely no idea why that post, or the other posts, would be deleted.

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    @gmorrison – Thank you for the screenshot, now it’s clear, we’ll fix the color issue asap.

    In the case of the threads, not entirely sure why some posts were deleted by the admin.

    Best

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hello everyone,

    We’ve made several enhancements to the color scheme and would greatly appreciate your feedback. You can view the changes here: GitHub / Screenshot

    Additionally, we are always open to receiving pull requests on GitHub. Your contributions are welcome!

    soolee

    (@soolee)

    Hi Mostafa,

    Thank you for sharing your screen shot and asking for our feedback during the development process.

    It’s my opinion, and apparently the opinion of those who have commented so far, that the current color scheme works very well. It communicates all the visual information we require, without being obtrusive. They are more muted than your suggested colors which seem more neon and therefore obtrusive.

    As the age old adage goes, if it ain’t broken, don’t fix it. So I have to ask, why are you considering changing the colors?

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    @soolee – Thanks a lot for your feedback! We’re looking at color changes to keep the plugin fresh and user-friendly, but we’ll definitely keep your thoughts in mind as we go forward. Your input is really valuable to us.

    Thread Starter Lautermilch

    (@lautermilch)

    So I have to get someone to put the CSS files on my website or it will be added to the plugin?

    thanks Mostafa

    @lautermilch, it’ll be done in the next update

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Please update to the v5.1.1.

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘New Update: No colors’ is closed to new replies.