• It would be great if your plugin supported Publish/Update button for other plugins with custom post types. Obviously Preview button not so much, but if that’s intrinsically linked to the other button, it can be “removed” with CSS. An admin option that allows selection of custom post types to work with would also be great.

    Specifically, I’m looking to have your script work with “Simple Custom CSS and JS”. That plugin has post_type=custom-css-js and has never displayed its Publish/Update button in the toolbar for at least the last several WP versions.

    I dug into your code but can’t find anywhere to add a “post_type=custom-css-js” or anything else for that matter, so I’m guessing it’s not that simple.

    All latest plugin & WP versions:
    WP 5.2.2, TPB 1.6.2, Simple Custom CSS and JS 3.26

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Zoinks! Graphics

    (@zoinks)

    Speaking of CSS, an approximation of your plugin is achieved by adding this to the admin CSS. Your results may vary… 😉

    #major-publishing-actions #publishing-action { position:fixed; z-index:999999; top:80px; right:200px; }

    Thread Starter Zoinks! Graphics

    (@zoinks)

    Oh, and adding body class allows you to determine on which pages it displays.

    body.post-type-custom-css-js #major-publishing-actions #publishing-action

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for other plugins?’ is closed to new replies.