Hello,
Student Count is displayed duplicated in Course Directory and Course Page.
I have checked the Course Card and Course Layout in Elementor and everything seems correct.
Watch the video, please:
https://screencast-o-matic.com/watch/crnTc4WY6z
Could you please help me fix it?
NOTE: It is not a cache issue. I have cleared the cache for the whole site and also cleared the cache of the browsers.
well this is really weird
can you please try to create a new layout and test the same on that
or give us permission to do the same
Hi @Veronica
Yes, the problem was the old Course Cards and Layouts. I have created new ones and the duplicate Student Counter issue has been resolved.
But I have a problem with the new COURSE CARD. It looks properly on Desktop, but not on mobile devices.
Please watch this video:
https://screencast-o-matic.com/watch/crnOcOWTEo
Please, help me make the COURSE CARD displays correctly on mobile devices as well.
You can enter to my site and make changes. But, please, only with COURSE CARD (other cards and layous are fine).
HI,
For mobile view please add this css for directory page
@media(max-width:600px){.directory.course #wplms_courses_directory .course_card {
width:350px !important;
}
}