• Resolved ckhNL

    (@ckhnl)


    My admin-layout is crippled because of the text-align justify CSS code that’s overriding the default of WordPress. Why? And why not just use a more specific one for just your plugin?

    [code]
    .postbox p {
    text-align:justify;
    padding-left:15px;
    padding-right: 15px;
    line-height: 1.8;
    }
    [/code]

    Another comment: why is parts of your plugin is Spanish in my Dutch language version of WordPress? I would expect English if there’s no Dutch version available, not Spanish.

    https://www.ads-software.com/plugins/dofollow-case-by-case/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi there.

    We just made some changes to the use of the postbox style. Please update to version 2.9 and you shouldn’t have these problems any more.

    Sorry for the inconvenience.

    Regarding your second question we don’t know why parts of the text are in Spanish and not in English. The text in the plugin file is in English and the translation to Spanish is done with an external language files. You can try deleting the Spanish language file at: i18n/dofollow-case-by-case-es_ES

    Best regards.

    Thread Starter ckhNL

    (@ckhnl)

    Sorry, but this behaviour is in the latest version! See the code snippet above. So this is not resolved; can you therefore please further adjust your css?

    Plugin Author apasionados

    (@apasionados)

    Hi there. We released a new version 2.9 this morning after you reported the problem. Can you please check you are using version 2.9?

    If you are using version 2.9 could you please send us more information about the problem you have? We have removed postbox styling in the plugin, therefore you should not have problems with it.

    Best regards.

    Thread Starter ckhNL

    (@ckhnl)

    Ok ok. I see, my cache was not completely updated. But seeing your stylesheet I believe you should use more specific css’s for all items. Just my suggestion!

    Plugin Author apasionados

    (@apasionados)

    After the holidays we will have a look and update.

    Thanks for your input.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin ruins my admin-layout’ is closed to new replies.