Wow! Thanks for all those answers. Half if them are fixed. Thanks. Some not. Let me respond.
1. Both are enabled and when I visit as student I see this. What else could it be?
2. I can't either. I have a student account but see no courses... See this ticket.
3. Fixed! Btw, I haven't checked. But does this mean there are devices with more than 700px width that still don't see it? Why did you choose 700?
5. Why did the code at number 3 went for 700px and here you want me to use 640? I added the code, didn't work, unfortunatelly. Even after clearing cache.
6. That's not important for me. All courses are 364 days available. After that student gets reminder email and has to renew. What is the code for deleting this block, for all devices?
8. Didn't work. But I say I already had custom code. So I fixed it with this:
13. Thisis what it looks like when I make the percentage 80%. How can I move the logo up on phone? So that it is actually visible? On PC I don't need the background. Logo is already in the pop up...
14. Can we add some padding underneath the green button? screenshot
1 . hi that button is trying to show pricing from woocommerce product connected to the course .Seems like student is not enrolled in any of them . I also told you that page isnt't gonna work well with v4 , please use dashboard .
2 . will continue there.
3 .instead of 700you can use 640px .this is done to handle the landscape modes of mobile phones .
5 . instead of 700you can use 640px .I added css and it works fine you can check clear your cache .
6 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
1. I still want a login free courses page, I like my course category pages, etc. That's my whole selling point. So not using front end course directory would be a missed opportunity. I hope you understand. But ok, I can think of something creative as a substitute. But still, I have categories and custom css to go back to main course directory. Can I add categories in app environment?
6. That code didn't work. Could it be something else?
14. I can't add some padding underneath the green button? screenshot That's a shame. But thanks anyways of course :)
1 . you can show all courses / course directory in app environment by creating a page with elementor and add "course directory" elementor block in it . then add this page in vibebp profile menu .
6. I really don't see that when I login with student account GijsPals. How come? I tried everything; different device, emptied cache, cleared browser history... I don't get it. What account did you use to create that screenshot? I can't tell
1 . Please enble sync vibebp login to wp and check this from student account .
2 . issue not replicated , can you please share steps to replicate it ?
3 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media(max-width:700px){
.course_status:not(.moveonside) .course_timeline{
display:block !important;
}
}
4 . it shows in the course timeline :
https://prnt.sc/5N94BGZdX4PQ
5 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media (max-width: 640px){
.vibebp_sidebars .vibebp_left_sidebar_wrapper .vibebp_left_sidebar > h3{
margin-top:1rem;
}
body.withsidebar .vibebp_myprofile .profile_grid .profile_grid_header .start_block > * {
margin:0 0.5rem
}
}
6 . well then user wont be able to se their expired course to renew .
7 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media (max-width: 640px){
.course_curriculum_wrapper .curriculum_item > span:first-child .friendly_time{
justify-content:start;
margin-left:1rem;
}
}
8 .
a.start_quiz.button.full.is-primary,a.start_quiz.button.full.is-primary:hover {
width:calc(100% + 2rem) !important;
}
9 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media (max-width: 640px){
.button.other{
white-space: pre-wrap;
display:block;
height:auto;
}
}
10 . sorry not possible .
11 . Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.single-course .vibe_editor_shortcode {font-size:16px;}
12 . please replace the plugin wplms woocommerce in your staging site with the one on live site .
13 . Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
span.vibebp-login{
background-size:100%}
Wow! Thanks for all those answers. Half if them are fixed. Thanks. Some not. Let me respond.
1. Both are enabled and when I visit as student I see this. What else could it be?
2. I can't either. I have a student account but see no courses... See this ticket.
3. Fixed! Btw, I haven't checked. But does this mean there are devices with more than 700px width that still don't see it? Why did you choose 700?
5. Why did the code at number 3 went for 700px and here you want me to use 640? I added the code, didn't work, unfortunatelly. Even after clearing cache.
6. That's not important for me. All courses are 364 days available. After that student gets reminder email and has to renew. What is the code for deleting this block, for all devices?
8. Didn't work. But I say I already had custom code. So I fixed it with this:
@media(min-width:700px){a.start_quiz.button.full.is-primary{
background: #88deb4 !important;
color: #fff!important;
border: 2px solid #88deb4 !important;
width:calc(10% + 2rem) !important;
}}
@media(min-width:700px){a.start_quiz.button.full.is-primary:hover{
background: #fff !important;
color: #88deb4 !important;
border: 2px solid #88deb4 !important;
width:calc(10% + 2rem) !important;
}}
12. I copied WPLMS Woocommerce folder from live to staging but still don't see course buttons.
13. Thisis what it looks like when I make the percentage 80%. How can I move the logo up on phone? So that it is actually visible? On PC I don't need the background. Logo is already in the pop up...
14. Can we add some padding underneath the green button? screenshot
1 . hi that button is trying to show pricing from woocommerce product connected to the course .Seems like student is not enrolled in any of them . I also told you that page isnt't gonna work well with v4 , please use dashboard .
2 . will continue there.
3 .instead of 700you can use 640px .this is done to handle the landscape modes of mobile phones .
5 . instead of 700you can use 640px .I added css and it works fine you can check clear your cache .
6 .
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.vibebp_myprofile .mycourses_header a:nth-child(2){
display:none !important;
}
8 . discussing on another ticket .
13 sorry not possible .
14 .Im sorry not possible .
Thank you! Still 2 topics active..
1. I still want a login free courses page, I like my course category pages, etc. That's my whole selling point. So not using front end course directory would be a missed opportunity. I hope you understand. But ok, I can think of something creative as a substitute. But still, I have categories and custom css to go back to main course directory. Can I add categories in app environment?
6. That code didn't work. Could it be something else?
14. I can't add some padding underneath the green button? screenshot That's a shame. But thanks anyways of course :)
Gijs
1 . you can show all courses / course directory in app environment by creating a page with elementor and add "course directory" elementor block in it . then add this page in vibebp profile menu .
6 . working : https://prnt.sc/_MuWb3bHBOQ8 please check carefully clear cache .
14 .sorry cannot be added/
1. I thought about that too. Thanks!
6. I really don't see that when I login with student account GijsPals. How come? I tried everything; different device, emptied cache, cleared browser history... I don't get it. What account did you use to create that screenshot? I can't tell
well to check and believe that please share the password of GijsPals and site url .
creds not working : https://prnt.sc/3uhJP3-4Q27u
please refer : https://somup.com/c36UXzvyEN
Correct! Fixed. We can close this ticket.