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!
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.
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,