• Resolved pierre

    (@pierrelonchampt)


    Hello,
    When the plugin is activated, it makes the labels disappear from the back-end of the products…
    How to solve this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • N-Media

    (@nmedia)

    Hi,

    can you please send a screenshot?

    Thread Starter pierre

    (@pierrelonchampt)

    With the plugin activated: here

    Without the plugin activated : here

    The “étiquette” field disappears with the activity plugin.

    N-Media

    (@nmedia)

    Seems both use the same column priority :).

    Thread Starter pierre

    (@pierrelonchampt)

    So, how do I make the 2 fields appear?

    N-Media

    (@nmedia)

    Well, if you really need to show both columns. You can make this change inside inc/plugin.class.php near line 263:

    add_filter('manage_product_posts_columns' , 'ppom_admin_show_product_meta', 999);

    to

    add_filter('manage_product_posts_columns' , 'ppom_admin_show_product_meta', 998);

    Thread Starter pierre

    (@pierrelonchampt)

    It doesn’t work … Nothing changes when I make the change.

    I don’t need to display the 2 fields, only “label”.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PPOM makes the labels disappear’ is closed to new replies.