flatcode
Forum Replies Created
-
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 undefinedHi! I also have this problem! Did the conflict test. It turns out that i have a conflict with the (custom) theme.
So now i know this. But how to fix this?
Hi! I also have this problem! Did the conflict test. It turns out that i have a conflict with the (custom) theme.
So now i know this. But how to fix this?