Hello,
After someone goes to all courses page and changes the page, all course pictures vanish!
Could you please check it out?
Link: https://www.mindexpert.com.br/cursos/
login: Merussi
pass: williammerussi
Unabel to login .
Please check your customization on these two filter :
wplms_course_credits
wplms_course_credits_array
Alright, I've changed back the password, please try it again.
I didn't find any changes on those customizations.
Please check your custom code if you have used the above two filters for the course pricing .
To show pricing in the featured blocks we use this function :
bp_course_get_course_credits(array('id'=>$post->ID));
You have to use this function in your custom featured block to show that pricing .
refer to the code given in wp-content/plugins/vibe-customtypes/includes/featured.php file
Thanks Alex, but I don't wanto to show the prices, the issue here is that when I change the page, the pictures of the courses are disappearing.
Okay i checked this at your end and found that the images are not loading be'coz of mixed content .
Images are loading via http over https .
Check screenshot in private reply .
Alright, I'll check it, thank you Alex!