Members default layout not working properly.

This topic contains 5 replies, has 4 voices, and was last updated by  nanera 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #5208

    nanera
    Buyer
    Post count: 60

    Hello, I have set the default layout to be Grid view 2 column, but on the page the default layout is list. Even that 2 grid col is selected I have to click on another view and then click 2 grid col again to show how it should be. Please advice, I’m attaching screenshots.

    #5218

    Alex Rollin
    Moderator
    Post count: 27815

    That looks like it might be a CSS conflict.

    Please share the site URL so we can take a look at the issue. Share WP Admin credentials too if we need to check the settings.

    #5222

    Paolo
    Site Admin
    Post count: 31206

    I see the same in our demo, so it looks like a bug in our latest update. Sorry about that.

    The developer has been alerted and he’ll report here as soon as fixed.

    Thanks

    #5223

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #5235

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Yes, that’s an issue from our side and you can fix it by overriding the template called ‘users.php’ from our plugin to your currently active theme by copying that file and pasting in theme/userswp/users.php. Now edit this file and change the following line

    <ul class="uwp-users-list-wrap <?php echo apply_filters('uwp_users_list_ul_extra_class', 'list'); ?>"

    to

    <ul class="uwp-users-list-wrap <?php echo apply_filters('uwp_users_list_ul_extra_class', ''); ?>"

    Let me know FTP details in private reply if you want me to do this.

    Regards,
    Patrik

    #5248

    nanera
    Buyer
    Post count: 60

    Thank you very much @patrik! Now all is working fine as I delete the ‘list’ from the code.

    Thank you everyone for your help.

    All the best!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket