• Resolved starise

    (@starise)


    Hi, i’m trying this plugin and i really like the approach used to manage the translations. Anyway I found a weird inline margin-top (line 464 on admin-post.php) that causes a bad looking spacing at the top of every post. Remove it causes no problem to me, so i think that’s an unwanted behavior.

    PS: any plan to publish the plugin on github and allow contributions?

    https://ww.wp.xz.cn/plugins/sublanguage/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author maximeschoeni

    (@maximeschoeni)

    Hello, thank you for your feed-back.

    Yes I agree it is not perfect, I added this margin to make the current language more visible. But you’re right, I need to rework this part.

    In the meantime you can use an empty hook in your function.php to get ride of that:
    add_action('sublanguage_admin_display_current_language', '__return_null');

    Okay I’ll start a github, good idea.

    Thread Starter starise

    (@starise)

    Thank you, issue solved. Glad for the github stuff.
    Unfortunately i’m having a more serious issue with taxonomies.
    I’m going to open another ticket with all my thoughts and debug info.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unwanted margin-top on post.php’ is closed to new replies.