Responsive Users Page

This topic contains 8 replies, has 3 voices, and was last updated by  Jeff Adams 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #2955

    Jeff Adams
    Buyer
    Post count: 1780

    I’m still trying to discern the best way to start integrating users into my website VeganLinked.com. Right now the users page isn’t responsive. Ideally it would switch from four columns to one column. Is there a way to make this happen?

    And at the top the sort filters are not placed properly below the search field (see image)

    #2967

    Jeff Adams
    Buyer
    Post count: 1780

    Hello, any news on this? thank 🙂

    #2968

    Alex Rollin
    Moderator
    Post count: 27815

    We are taking a look at this on the test site and a developer will post back with an update.

    #2970

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    There is custom CSS in Appearance->Customizer which is affecting the responsive of users page column layout. Can you please check why that CSS is added and if possible make it specific to the page so it doesn’t affect any other pages. You should avoid using important in CSS as it will affect to UsersWP media CSS as well.

    Following is the CSS code for your reference:

    
    
    .uwp_gridview_4col li {
        width: 23% !important;
        width: -webkit-calc(23% - 5px) !important;
        width: -moz-calc(23% - 5px) !important;
        width: calc(23% - 5px) !important;
    }
    
    .uwp_gridview_5col li {
        width: 19% !important;
        width: -webkit-calc(19% - 5px) !important;
        width: -moz-calc(19% - 5px) !important;
        width: calc(19% - 5px) !important;
    }
    
    .uwp_gridview_2col li {
        width: 43% !important;
        width: -webkit-calc(43% - 5px) !important;
        width: -moz-calc(43% - 5px) !important;
        width: calc(43% - 5px) !important;
    }

    Regards,
    Patrik

    #2971

    Jeff Adams
    Buyer
    Post count: 1780

    All of the CSS I have in my site came from the GeoDirectory team to fix issues with Supreme theme. The CSS above, is that something you suggest I use?

    #2975

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    Please let me know for what the extra CSS added or let me know ticket URL and I will apply the fix accordingly. The above CSS needs to be removed to fix this issue.

    Regards,
    Patrik

    #2979

    Jeff Adams
    Buyer
    Post count: 1780

    Thanks, over the last half a year I’ve been working with GD to get the supreme theme working as expected. There’s a variety of CSS in there to resolve various things for the supreme theme.

    They’re working on a new supreme theme but it’s going to be for GD V2 and I have no idea when that’s going to be available for a live production site.

    I’ve tried to keep track of what CSS was for what. But, I didn’t anticipate needing to show examples thoroughly so it may be hard or at least take some time to figure this out. You are more than welcome to remove the CSS temporarily and try some things as long as you put it back.

    #2981

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    I have commented the extra CSS for now. Let me know if any elements of the site affected due to it and we will try to fix it for you.

    Regards,
    Patrik

    #2987

    Jeff Adams
    Buyer
    Post count: 1780

    Awesome, thanks so much!!!!!!!!!!!!!! Hope you have a great day!!!

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

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

Open Support Ticket