Member Directories conflict with the Fairy theme
-
Conflict with the Fairy theme, after installing the Fairy theme, there is a continuous loading state when using the Member Directories function on the front-end page.
After cross-checking the front-end and code, it is suspected that #154 in members.php did not execute properly, resulting in the lack of scripts for the template in the page.
foreach ( $args['view_types'] as $type ) { $basename = UM()->member_directory()->get_type_basename( $type ); UM()->get_template( 'members-' . $type . '.php', $basename, $args, true ); } UM()->get_template( 'members-header.php', '', $args, true ); UM()->get_template( 'members-pagination.php', '', $args, true );
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Member Directories conflict with the Fairy theme’ is closed to new replies.