• Resolved Alan Lee

    (@alanlee8466)


    There’s a compatibility problem with plugin WPGlobus. The list is displayed well for page, but it can not recognize correctly for post list title. I have ask WPGlobus team for help, and they replied me the following contents:

    You need to write to authors
    of Post Edit Toolbar plugin
    and ask them to add standard WordPress filter ‘the_title’.
    In the file post-edit-toolbar.php
    change line 386
    $the_title = $title_to_shorten;
    to
    the_title = apply_filters(‘the_title’, $title_to_shorten );

    This is right way for all.

    https://www.ads-software.com/plugins/post-edit-toolbar/

Viewing 1 replies (of 1 total)
  • Plugin Author greghl

    (@greghl)

    Sorry to take so long to get back to you – I’m not getting notifications about support tickets.

    I have evaluated the suggested fix and tested it locally – no ill-effects, so I’m releasing 1.4.9 with this fix in place.

    enjoy!

    Greg

Viewing 1 replies (of 1 total)
  • The topic ‘About the compatibility with multilingual plugin WPGlobus’ is closed to new replies.