Forum Replies Created

Viewing 40 posts - 1 through 40 (of 52 total)
  • Author
  • in reply to: widget for mmbers #161685
     doorscomputers
    Participant

    Thanks for the code as always Laura. Its great on the mobile the avatar, but the problem now is on the sidebar. Because of the code used to reposition the avatar on the sidebar

    @media screen and (min-width: 800px) {
    .buddypress #item-header-avatar.rounded img.avatar {
    border-radius: 0;
    position: relative;
    left: 475%;
    }
    }
    .bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right {
    top: 200px !important;
    }
    the problem no is on the mobile sidebar. There is a big empty space on top of the sidebar. But on desktop its okay. only on the mobile, i think im missing something for the mobile version. Thank you so much

    Attachments:
    You must be logged in to view attached files.
    in reply to: widget for mmbers #161380
     doorscomputers
    Participant

    also on the groups section, the sidebar code not working, only on the user profile, can you help me please?thank you again

    in reply to: widget for mmbers #161377
     doorscomputers
    Participant

    wow you’re that was awesome. thank you so much Laura, I have one more problem. I moved the avatar to the right side and its okay to the desktop but everytime I resize my browser the avatar is gone, means that my code on mobile is not working
    .buddypress #item-header-avatar.rounded img.avatar {
    position: relative;
    left: 500px;
    }
    How will I permanently let it stay there on that position even on mobile or tablets. thank you so much again. I apologize for this lots of questions.thank you so much again

    in reply to: widget for mmbers #161288
     doorscomputers
    Participant
    This reply has been set as private.
    in reply to: widget for mmbers #161285
     doorscomputers
    Participant

    I tried to move the avatar on the right side by adding this code and tried to move down the sidebar to have a space for the avatar

    .sidebar-right, .sidebar-main.sidebar-3rr, .sidebar-extra.sidebar-3rr {
    margin-left: -1px;
    top: 200px;
    }
    @media screen and (min-width: 800px) {
    .buddypress #item-header-avatar.rounded img.avatar {
    border-radius: 0;
    position: relative;
    left: 475%;
    }
    }

    but my problem is on the sidebar because on the profile page its okay but on the menus where the avatar is no longer displayed, the sidebar has an empty space on the upper area and the bottom is cut. Is there a way I can fix this?
    also the problem is on mobile the avatar is gone. please help, if theres a widget/plugin that will display the members avatar because the buddypress profile shortcode plugin isnt what I needed, it only displays the user but when clicked on other mmbers it wont display their avatar. Please help thank you so much

    please check http://www.liasian8.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: move avatar position #161173
     doorscomputers
    Participant

    its okay ill just have to find another way.thanks

    in reply to: move avatar position #160733
     doorscomputers
    Participant

    its nice on desktop but on some tablets the avatar is gone, on smaller phones the avatar goes into the center. if theres a way that the avatar wont change its position and stay on the left and bottom of the profile cover just like its position on the desktop.thank you so much

    in reply to: move avatar position #160473
     doorscomputers
    Participant

    thank you for the code it worked but is there a way we can let the avatar stay on that position blow so not to cover the profile header?thanks much laura for the codes

    in reply to: move avatar position #160221
     doorscomputers
    Participant

    I added this code and I was able to move it but on mobile the avatar disappears,. please help. Thank you

    .buddypress #item-header-avatar.rounded img.avatar {
    border-radius: 0;
    position: relative;
    top: 215px;
    left: -650px;
    }

    in reply to: move avatar position #160214
     doorscomputers
    Participant

    I added this code and I was able to move it but on mobile the avatar disappears,. please help. Thank you

    in reply to: move avatar position #160213
     doorscomputers
    Participant

    hello can I ask another question on the profile avatar, I am using a boxed layout can you help me reposition the avatar as it is blocking the profile cover.maybe put it down to the left side like the other plugin bp cover https://wordpress.org/plugins/bp-cover/
    and would also be good on the mobile.thank you so much

    in reply to: Safari Login Issue #159911
     doorscomputers
    Participant

    Thank you laura

    in reply to: move avatar position #159814
     doorscomputers
    Participant

    im sorry but i thought its working fne but it made the cover shorter and cut the image, I added the css #item-header > #item-header-avatar, #item-header > #item-header-content {
    border-color: transparent;
    height: 290px;
    }
    it worked fine o the group but not on the members profile.it made the members profile larger.ho can i fix this?thanks mam

    in reply to: move avatar position #159813
     doorscomputers
    Participant

    Im sorry, i just did something already, added a code on css
    #item-header > #item-header-avatar, #item-header > #item-header-content {
    border-color: transparent;
    height: 290px;
    }
    and its now okay. Thank you so much for your help and your time.One more question regarding the groups profile cover and the members profile over, why its not responsive on mobile.it should make the covers smaller and not cut the images

    in reply to: move avatar position #159812
     doorscomputers
    Participant

    when I add the code it makes the group cover smaller.it will make the height smaller cutting the group cover. how can i retain the size of the cover while using this code mam?thanks much

    in reply to: move avatar position #159811
     doorscomputers
    Participant

    thanks but its not working

    in reply to: Cover photo and group cover photo on small devices #159810
     doorscomputers
    Participant
    This reply has been set as private.
    in reply to: move avatar position #159723
     doorscomputers
    Participant

    I tred but didnt work.anyay its okay ill just let it stay that way.thanks for the help. I just have one question on the avatar group. I disabled already the avatar for groups in budypress. But I want still to let users upload avatar, I just dont want to show the group avatar in the groups cover profile.but I want to show the avatar on the widget.I dont want to disable the group to upload avatars I just dont want it to show anymore on the groups profile cover coz its covering the cover.Thank you so much

    in reply to: facebook login issue #159283
     doorscomputers
    Participant

    Thank you for the time and help. but the plugin doesnt work on the site but I managed to do some code on functions.php for those who are having some issues too .below is the code where you will put it on your functions.php

    add_action(‘wp_logout’,’auto_redirect_after_logout’);
    function auto_redirect_after_logout(){
    wp_redirect( home_url() );
    exit();
    }

    in reply to: Profile cover #159254
     doorscomputers
    Participant

    thank you for the time and the reply I managed to make it work with the css
    body.is-user-profile div#item-header div#item-header-content {
    z-index: 2;
    position: relative;
    background-color: #07195780;
    width: 800px;
    margin-left: 530px;
    }
    and Im good with it now.Just want to share for those who wants to have this kind of output. Just attached a photo.Thanks laura for always replying and helping. God bless you more

    Attachments:
    You must be logged in to view attached files.
    in reply to: facebook login issue #159011
     doorscomputers
    Participant

    Thank you that solved the problem. The only thing now is everytime I loggout it redirects me to the membership level or sometimes Im staying on same page even I logged out but I was already loggedout. I want that if I loggedout I will go back to my homepage or another page not on membership levels or the pages on my menu.please help.thank you.www.liasian8.com is the site

    in reply to: facebook login issue #158731
     doorscomputers
    Participant

    okay thank you so much for the time. God bless

    in reply to: Facebook login issue #156164
     doorscomputers
    Participant

    thanks much i did it again and its now working but the only issue is when i login or register using the facebook login it will just close the facebook login pop up not the login pop up which is still there and not redirecting to the profile page and nothing like you are registered confirm your email like on the login pop up.please help thank you so much

    in reply to: Facebook login issue #155866
     doorscomputers
    Participant
    This reply has been set as private.
    in reply to: Facebook login issue #155865
     doorscomputers
    Participant

    Hello I tried to make and make a new app on facebook to make the facebook login work but its still not working I dont know what have I done wrong, please help. Its been a month now and I cant still make the facebook login work. thank you

    in reply to: menu not working #149621
     doorscomputers
    Participant

    Thank you so much sir for the time and great help. It works like a charm.thank you so much. God bless you more and the team and the theme. thank you so much again

    in reply to: menu not working #149555
     doorscomputers
    Participant

    Thank you I just used the parent theme. Ill just have to fix again the sidebars.it didnt copy all the settings, but its okay I already had the site working again, many thanks. One more question is there a way I can put a menu name under that menu, like more menus.. just like the other menus wherein they have the icons on top and the menu name under them..thank you so much again

    in reply to: menu not working #149492
     doorscomputers
    Participant

    I deactivated the plugins but still not working then activated the plugins and deactivated the kleo child theme. then its working now.but my problem is if I have to use the parent kleo theme, what about the set up I made on the child theme,then i have to do it again?thanks

    in reply to: menu not working #149445
     doorscomputers
    Participant

    I have to use another theme to see whats happening with my other problems,on the profile header I got a problem so I just disabled your profile cover and downloaded another plugin,it solved what I ant and needed.Please check the menu problem it is still not working since I updated it,thank you so much

    in reply to: menu not working #149338
     doorscomputers
    Participant

    thank you so much laura

    in reply to: problems #111954
     doorscomputers
    Participant
    This reply has been set as private.
    in reply to: problems #111922
     doorscomputers
    Participant

    Thanks .Please help me achieve the following like On my membership levels at http://www.liasian8.com/levels/ , i try to click on the add to cart button but it wont do anything. I want it to go directly to checkout page. What I did to my membership level was made it as a product and installed a Paid Memberships Pro – WooCommerce Add On but add to cart button doesnt do anything when clicked
    *On the groups page on group header, the avatar of the group is covering the image backgrounds, if you could help me to move the avatar left and move it more down like the avatar on the members profile header. I attached a photo
    *Please help me not to display the spams on groups and members on my widget areas and the groups and members page.Thank you
    the backend can now be accessed.please help thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress profile cover plugin #82994
     doorscomputers
    Participant

    You were able to transfer the avatar before on the full width header.If you could help me transfer again the avatar like you did before for the boxed layout.disable all the other texts if that would require a lot.Just please transfer down the left part the avatar.On your code for the avatar is full width how do I change it to be used for the boxed layout.Thank you so much

    in reply to: Buddypress Header #82993
     doorscomputers
    Participant

    You were able to transfer the avatar before on the full width header.If you could help me transfer again the avatar like you did before for the boxed layout.disable all the other texts if that would require a lot.Just please transfer down the left part the avatar.On your code for the avatar is full width how do I change it to be used for the boxed layout.Thank you so much

    in reply to: Buddypress profile cover plugin #82759
     doorscomputers
    Participant

    Im so sorry if things are confusing.Just want to finalize what Im hoping to achieve.On the groups header I want to remove the meta or desciprion completely because if on the boxed layout it will cover the header so I want to hide it now.I want to use the boxed layout for buddypress profile and groups profile and letting the avatar be like on the facebook.Can you make the height bigger?And the links will become a button with white background.Thank you so much

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress profile cover plugin #82631
     doorscomputers
    Participant

    And Can you make the the height bigger like the facebook.and remove the descriptions.just leave the links below without the blue background just make a border and a white background on those buttons like facebook.Ill use the boxed layout because it is stretching the images.thank you so much

    in reply to: Buddypress profile cover plugin #82618
     doorscomputers
    Participant

    Why is that if I put on the boxed layout it changes the feature that you made.Please check the image thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress profile cover plugin #82614
     doorscomputers
    Participant

    Hello I got a problem on the Safari browser. It looks okay on the chrome and mozilla on what you did on the header of the profiles and groups profiles.In safari the avatar is gone both the profile of the user and on the groups header.Also the description with the background goes up.I added an image.Thank you so much

    Attachments:
    You must be logged in to view attached files.
    in reply to: Distorted on Iphone6 plus and other mobile phones #82612
     doorscomputers
    Participant

    Im sorry its on the headers of the groups.they are stretched but I think its on the way the buddypress profile cover plugin.I just want to ask something on the browsers, on the chrome and mozilla it looks okay but when viewed on safari the avatar on the profile and groups avatar is gone and the description goes back up and covers the groups header.I added an image.You can login at liasian8.com username: aaaaa and password:123456 to see what I am trying to tell.Thank you so much

    Attachments:
    You must be logged in to view attached files.
    in reply to: Side menu when hovered #81238
     doorscomputers
    Participant

    Thanks Shamster for taking time but I tried the code but didnt work then tried to add a on the code then worked
    a.open-sidebar {
    cursor: pointer !important;
    }
    Thanks for giving the idea.God Bless you more for helping .

Viewing 40 posts - 1 through 40 (of 52 total)

Log in with your credentials

Forgot your details?