Tagged: ,

Viewing 5 reply threads
  • Author
    Posts
    • #5712
      Gabe Shackle
      Member

      It looks like the Piklist admin.css is being output in the footer along with the scripts. This causes issues with styles for the admin notices as they will overwrite the existing styles within the main WP admin styles.

      It looks like the ‘piklist_assets_footer’ runs after the head is rendered which then causes any wp_enqueue_styles to put the css links in the footer, rather than in the header.

    • #5723
      Steve
      Keymaster

      @gabeshackle– Which styles are being effected? Our css was designed to target Piklist notices only.

    • #5725
      Gabe Shackle
      Member

      The main one I noticed was the different types of admin messages. I’ve attached a couple screenshots showing what’s happening.

      Attachments:
      You must be logged in to view attached files.
    • #5728
      Steve
      Keymaster

      Not sure I’m following. That looks like a Piklist created admin notice. Whats the conflict?

    • #5729
      Gabe Shackle
      Member

      It’s creating the notice fine, but since the Piklist admin styles load in the footer after the WP styles, it doesn’t pick up the green left border from the .updated class.

    • #5736
      Steve
      Keymaster

      This looks like legacy code to support older version of WordPress. We are setting the border-left color. Will remove in next version. Thanks for noticing! (pun intended)

Viewing 5 reply threads
  • You must be logged in to reply to this topic.