Home › Forums › Legacy Support › Support queries › Support queries
- This topic has 32 replies, 2 voices, and was last updated 10 months, 3 weeks ago by Johan.
-
AuthorPosts
-
August 25, 2023 at 12:03 pm #389133JohanParticipantThis reply has been marked as private.September 2, 2023 at 8:33 am #389345JohanParticipantThis reply has been marked as private.September 2, 2023 at 8:41 pm #389354Anshuman SahuKeymaster
first you have to upload background image , then set the certificate orientation and margins , for magins use : 30,50,30,50
when you add text set its width and height(very important ) adn then its very important to hit on the edit text/add text button at the bottom right, same for image .
to save the text you have to hit the save button at top right—this saves all the texts in json data which is used to geenrate certificate .
then generate sample certificate .
https://youtu.be/ylT1j35dUbg
if still issue appears then please share your admin creds and site url to check.
September 15, 2023 at 7:41 pm #389571JohanParticipantThis reply has been marked as private.September 15, 2023 at 8:56 pm #389600JohanParticipantThis reply has been marked as private.September 16, 2023 at 8:13 pm #389617Anshuman SahuKeymaster1 . What kind of appearance improvements you would like to add in the panel widgets ?
2. Well for this you have enable different menu for different member types in vibebp-> settings -> buddypress : https://www.youtube.com/watch?v=2oCL_VJqtzY
to automate the member type assign process please refer :https://www.youtube.com/watch?v=cc-ls4KphOc
3. to translate in spanish follow: https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
4. . please add this custom css in wp-admin -> apperance -> customzie -> custom css :
.vibebp_myprofile select,.vibebp_myprofile select option{
background:var(--sidebar) !important;
}
September 25, 2023 at 1:41 am #389775JohanParticipantThis reply has been marked as private.September 25, 2023 at 9:43 pm #389803Anshuman SahuKeymasterfollow tip : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
BEORE YOU FOLLOW :
make sure you have increased the file size from here:
increase it to 1500K
2 . sync the template file : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/#translatefive
3. then at last sync the po file : https://screencast-o-matic.com/watch/c36UiPVuO54
these strings present in wplms plugin please search for " Enrolled Courses"
to refresh menus text in your language first transalte the string in vibebp and wplms plugin and then :
goto wp-admin -> vibebp -> settings -> buddypress -> click on refresh buddypress navigation button there .
September 27, 2023 at 1:15 am #389839JohanParticipantThis reply has been marked as private.September 27, 2023 at 9:43 pm #389865Anshuman SahuKeymasterPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media (max-width: 640px){
.vibebp_sidebars .vibebp_left_sidebar_wrapper {
padding-top:7rem;
}
}
October 5, 2023 at 10:21 am #390019JohanParticipantThis reply has been marked as private.October 5, 2023 at 8:02 pm #390030Anshuman SahuKeymastercss working for me : https://screencast-o-matic.com/i/c06h2xV5yCj
October 6, 2023 at 10:28 am #390060JohanParticipantThis reply has been marked as private.October 6, 2023 at 9:37 pm #390088Anshuman SahuKeymasterPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
@media(max-width:768px){
.vibebp_myprofile .profile_grid .profile_grid_header .start_block>span>span+span{
display:none;
}
}
October 16, 2023 at 11:06 pm #390307JohanParticipantThanks for the code, it worked perfectly... my next question is to optimize the speed of the page, sometimes it takes a long time to load, I have to refresh the page and sometimes it still doesn't load, this worries me because now only I have access, but I can't imagine when there are several students at the same time
-
AuthorPosts
- You must be logged in to reply to this topic.