Patrik

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,063 total)
  • Author
    Posts
  • in reply to: Bio is Cut Short #3037

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Reorder custom profile tabs #3035

    Patrik
    Moderator
    Post count: 1971

    Hi Alex,

    Please post your FTP details in private reply and I will make some changes so that you can reorder it from profile settings by removing the tabs and add in order you want to set.

    Regards,
    Patrik

    in reply to: Bio is Cut Short #3030

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Twitter Login/Registration Illegal string offset #3029

    Patrik
    Moderator
    Post count: 1971

    Hi,

    If you have error log enabled in wp-config.php or from php.ini then disable it and the errors will not display. Let me know the admin and FTP details in private reply if this doesn’t work for you.

    Regards,
    Patrik

    in reply to: Bio is Cut Short #3023

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    What about the fact that I removed the bio via admin (see image) but it’s still showing on the front end?

    We have another table uwp_user_meta for storing custom fields data of user meta. So on removing bio from the account will only remove it from the profile.

    For HTML field, we will work on it but the problem is not due to the field. It’s due to a table structure where only 255 chars are only stored for texarea even I changed it to long text.

    We can definitely help you if we regenerate the issue from our side. If possible create a small video of registering the new user with bio and going to profile tab where it shows cut which will help us to regenerate issue.

    Regards,
    Patrik

    in reply to: Bio is Cut Short #3015

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    I have made changes in DB structure again. Let me know if it works or not. I am not sure why there is an issue with other users but when I created a profile by registering it displays whole content. I need steps to regenerate and trace the issue.

    Regards,
    Patrik

    in reply to: Show Bio First #3010

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    Try using the CSS. See https://userswp.io/support/topic/move-tabs/#post-2225

    You may need to modify CSS to make it first tab. Let me know if you want me to apply on your site directly.

    Regards,
    Patrik

    in reply to: Social Login Bypasses Required Fields #3009

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    Actually, social login is independent of the registration or login form. We are just displaying for the ease of use for our users. We can also display social login in widget or footer or anywhere using the shortcode. We will think of the possibility of adding a checkbox as a new step before redirecting to the social site or we will add the checkbox below the social icons.

    Regards,
    Patrik

    in reply to: Bio is Cut Short #3002

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    All the time I register with bio content in Vegan Story field in the registration form, it displays full content in the profile bio tab. Also, I tried to change it from the account form and still no issues. I would suggest you create a new custom field with HTML field type instead of using biofield for the vegan story.

    Regards,
    Patrik

    in reply to: Responsive Users Page #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

    in reply to: Bio is Cut Short #2980

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    I am not sure why this is happening but I have created a new account on your site and added my bio with dummy text and it is displaying without a cut in the bio tab here https://veganlinked.com/profile/patrikpetal/bio/. Can you please let me know the steps to regenerate it? Is it happening on adding a bio on the registration form or account form?

    Regards,
    Patrik

    in reply to: Bio is Cut Short #2976

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    The text is cutting due to the bio field character limit in the database uwp_usermeta table. The column has characters limit of 255 characters. I have changed the field type to text so that it can store more characters than 255 based on your requirements. If you want to revert the changes then just change back the column ‘uwp_account_bio’ type to VARCHAR and length to 255.

    Let me know if this resolves your issue or not.

    Regards,
    Patrik

    in reply to: Responsive Users Page #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

    in reply to: Responsive Users Page #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

    in reply to: Bio is Cut Short #2969

    Patrik
    Moderator
    Post count: 1971

    Hi Jeff,

    Yes, cPanel will also work. Make sure you post into the private reply.

    Regards,
    Patrik

Viewing 15 posts - 871 through 885 (of 1,063 total)