Viewing 1 replies (of 1 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there NicolasKulka,

    How are you doing today?

    I did a quick test on my sandbox site and I in case you’re referring to color picker not being displayed properly http://screencast.com/t/cmhR11ttKiW I can confirm the issue.

    The color picker works so this is just a CSS problem, I’ll report this to our developer so this can be fixed in the next version of the plugin.

    I’ll post the solution here in case you’d want to make changes to fix it so you don’t have to wait for the update. To fix it please install the following plugin https://wordpress.org/plugins/add-admin-css/. Once activated you can add the following CSS code to Appearance -> Admin CSS:

    .post-type-inc_popup #post .wp-picker-container .wp-picker-holder {
        position: relative;
    }

    This should fix the issue 🙂

    Hope this helps and have a great weekend!

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Problem custom color Popup’ is closed to new replies.