• Resolved flatcode

    (@flatcode)


    I have a question about the upgrade 2.1.3, the profiles doesn’t load anymore. It look likes the child (custom) theme template haven’t been updated.

    If choose the parent theme the profiles do show.

    So my question is:

    How do i update the child theme template?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @flatcode

    There were changed member directories templates. You could use “ultimate-member/templates/members.php”, “ultimate-member/templates/members-grid.php” and “ultimate-member/templates/members-list.php” templates as a base and apply your customizations to compatible with the latest Ultimate Member version templates.

    Let me know if you have other questions,
    Thanks!

    Thread Starter flatcode

    (@flatcode)

    The problem is in the members.php file

    If a remove it, it is displaying the profiles. But only in the Local version. On the live version is doesn’t work.

    Inside the member.php:

    <div class=”um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>”>

    <div class=”um-form”>

    <?php do_action(‘um_members_directory_search’, $args ); ?>

    <?php do_action(‘um_members_directory_head’, $args ); ?>

    <?php do_action(‘um_members_directory_display’, $args ); ?>

    <?php do_action(‘um_members_directory_footer’, $args ); ?>

    </div>

    </div>

    I don’t have any knowledge of php. But there is some code which causes the problem

    Inside the “um-form” it is empty. So maybe um_members_directory doesn’t exists?

    I also get the following error in the console”
    underscore.min.js?ver=1.8.3:1 Uncaught TypeError: Cannot read property ‘replace’ of undefined

    • This reply was modified 6 years, 6 months ago by flatcode.
    • This reply was modified 6 years, 6 months ago by flatcode.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi,

    Sorry for the late response. We were busy trying to catch up with the support backlogs and fixing bugs.

    Could you please check the latest version and see if you’re still encountering the issues.

    Feel free to re-open this thread if there’s any question that may come up.

    Regards,

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

The topic ‘Ultimate Member Plugin Upgrade 2.1.3’ is closed to new replies.