Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Saguaros Moderator
    #1035911

    Hi,

    Could you share the login info of your site so i can take a look? I just tried to install at my end but the media manager tab shows normally.

    Regards

    hrsd66 Friend
    #1061249

    Hello

    Now K2 Version 2.8.0 is available and stable.
    You can download from https://getk2.org and check it.

    Media Manager not working and don’t show anything when use ja_Admin template in backEnd.

    Thanks

    Saguaros Moderator
    #1061370

    Hi,

    It seems to be issue here, I’ve reported to the team for further checking and update. Pls stay tuned.

    hrsd66 Friend
    #1061393

    Hi,

    I’m waiting, thanks.

    hrsd66 Friend
    #1062680

    Hello

    What’s up !?

    Saguaros Moderator
    #1062777

    Hi,

    I remind the developer for checking this issue, give us a bit more time.

    Appreciate your patience here.

    Mr.Cat Moderator
    #1065190

    @hrsd66

    There is a js conflict causes k2 media manager doesn’t work. You can open file

    /templates/ja_admin/index.php

    Replace this line

    JHtml::_('jquery.ui', array('core', 'sortable'));

    With this line

    if ($option != 'com_k2') {
        JHtml::_('jquery.ui', array('core', 'sortable'));
    }

    And k2 media manager will work back.

    This fix will include in next update 🙂

    • This reply was modified 6 years, 6 months ago by  Mr.Cat.

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    hrsd66 Friend
    #1084536

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  hrsd66 6 years, 3 months ago.

The topic ‘K2 MediaManager’ is closed to new replies.