• Resolved jhnpldng

    (@jhnpldng)


    I have Bullet Proof Security and Piklist installed on a multisite network and the piklist plugin changes the text color of the BPS menu from white to medium gray and this is on a medium blue background so I didn’t even notice the BPS menu when first using it. Not sure how or why piklist is overriding the styling of another plugin. I haven’t actually used piklist at all yet. There’s an open thread on the BPS plugin board. I complained about the gray on blue menu and was informed that it’s suposed to be white on blue.

    https://www.ads-software.com/plugins/piklist/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Steve Bruner

    (@sbruner)

    @aitpro– WordPress has built-in styles for tabbed settings. Changing your settings page to the WordPress default settings would solve this issue, and also make your plugin look like it belongs in WordPress.

    Hope that helps!

    https://www.ads-software.com/support/topic/bps-keeps-bumping-me-back-to-php-52?replies=19#post-6997150

    No worries. I have added unique class names to all BPS jQuery code and css. .bps-dialog etc. In addition I have added additional new filters that WordPress created in 4.1 to filter out/null other plugin’s scripts from loading in the BPS plugin pages. My goal was always just to let you know what was occurring and not to make you wrong about anything. Maybe I phrased things in a way that made you take a defensive position. So I apologize if that is the case and for reacting to your response in the way that I did. All is well.

    Plugin Author Steve Bruner

    (@sbruner)

    @aitpro– There were never any worries.

    Piklist is a difficult plugin to explain. It’s an incredibly powerful framework that allows the user to modify everything in the WordPress admin.

    We’re glad you name spaced your css. That will prevent any plugin that uses jQuery UI CSS to conflict with your plugin… not just Piklist.

    All is definitely well!

    That did not work, but the new WordPress 4.1 filters do the trick. ??
    For anyone else looking for these awesome WP 4.1 filters check out these filters:

    add_filter('style_loader_tag', 'some_unique_function_name');
    add_filter('script_loader_tag', 'some_unique_function_name');
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘piklist changes the menu text color of BPS plugin fyi’ is closed to new replies.