Pending Issues

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #85197
    orangesnowman
    Participant
    Two Things. 1. I am also having an issue with the certificate. The certificate background and text i sbeing cutoff at bottom and a white strip is being displayed. Screen - https://drive.google.com/file/d/0B6PcrimR1qaObTEtMEYwdk94VFU/view?usp=sharing 2. More Importantly, My client is asking for refund for some time now. Situation is precarious for me right now. I am willing to pay a small reasonable fee if my issues can be taken care of ASAP. P.S. Are you guys available on chat/skype? We can get this over and done if you are. This project has turned into a disaster for me.
    #85382
    Anshuman Sahu
    Keymaster
    1. Okay I looked into this and that issue appeared due to the small height of the html dom than the certificate itself . There I have added this css  in your wp-admin -> appearance -> customizer -> custom css : #content{  min-height:1200px; } To fix your quiz issue please use post duplicator plugin to create duplicate question and then please add the these duplicate questions in your final quiz .
    #85407
    orangesnowman
    Participant
    Thanks. Certificate is fine now. I will try your suggestion regarding plugin and duplicating questions.
    #85461
    H.K. Latiyan
    Participant
    Thanks for the update.
    #88000
    orangesnowman
    Participant
    1. Right now I see a large blank area between Menu Header and Layer slider. How to get rid of it? rrtesting.com 2. I want to hide Activity and Notifications streams from Side Menu as shown in screen shot, how to do it? https://drive.google.com/file/d/0B6PcrimR1qaOd1BudmNYSWxFODA/view?usp=sharing 3. If you click on Settings there is a tab for Profile Visibility. I need it removed too. https://drive.google.com/file/d/0B6PcrimR1qaOZUE4dE9WVkhkamc/view?usp=sharing
    #88167
    Anshuman Sahu
    Keymaster
    1. Unable to see any space between menu and layerslider : http://prntscr.com/drf378 2. Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_action( 'bp_setup_nav', 'bp_remove_dashboard_and_my_coursesasd12', 999 ); function bp_remove_dashboard_and_my_coursesasd12() {   bp_core_remove_nav_item( 'notifications' );   bp_core_remove_nav_item( 'activity' );   } 3. You can restrict users to allow edit the profile visibility settings by edting the profile fields from wp-admin -> users -> profile fields -> select and edit profile field : http://prntscr.com/drf59y
    #88752
    orangesnowman
    Participant
    1. Yes, right now you can't see the gap as I did some troubleshooting of my own. I added "display:none;}" in "wp-content/themes/wplms/assets/css/style.min.css" which took care of the blank space. New code now looks like "#content.no-content{margin:0!important;padding:0!important;background:0 0;border:none;display:none;}" But, I am afraid it may affect somewhere else on site. Pl advice whether It will  or not. 2. OK, I added the code and field are no longer visible. 3. I am not taking about adding/hiding/removing profile fields. I know about "wp-admin -> users -> profile fields". I want to hide the tab "Profile visibility" tab from settings page. How can we do it?
    #88794
    Anshuman Sahu
    Keymaster
    1. Most of the css is correct but for specifically on home page add the .home class that applies on body on home page .So the css will be : .home #content.no-content{margin:0!important;padding:0!important;background:0 0;border:none;display:none;} 3. Please try adding the given css in your wp-admin -> appearance -> customize -> custom css  : .bp-user.settings .item-list-tabs.no-ajax #profile-personal-li{ display:none !important; }
Viewing 8 posts - 16 through 23 (of 23 total)
  • The topic ‘Pending Issues’ is closed to new replies.