• Hello! I’m having issues with comments section inside the course, only inside the course. I’ve reached the theme support, but they asked me to ask LP support.
    Capture 01 is how it looks on LP, capture 02 is how it looks on a blog article which is the correct way to display the comments

    Capture 01.PNG
    Capture 02.PNG

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi jusemora30,

    Thank you for reaching out.

    We have tested this on the default 2024 theme with LearnPress version 4.2.7, and the comment section displays correctly as shown in this screenshot

    Could you please switch to the default theme (Twenty Twenty-Four) and deactivate your plugins one by one to check for any plugin conflicts?

    If the issue persists, kindly provide us with more details, and we will investigate further to provide an accurate solution.

    Thank you for your cooperation.

    Best regards,
    Brianvu-tp

    Thread Starter jusemora30

    (@jusemora30)

    Hey! thank you for your reply.

    It means that it may be an issue of the theme I use Blocksy theme from creativethemes. So if it’s the case then how could I fix the issue? should I change the theme or is there a snippet/css to fix this?

    Plugin Support brianvu-tp

    (@briantp)

    Hi jusemora30,

    Thank you for your follow-up.

    It seems the issue may be related to the theme you are using, Blocksy from creativethemes. To help resolve this, you can try adding the following custom CSS code:

    .course-item-popup .comment {
    list-style: none outside none;
    }

    .course-item-popup .ct-media-container {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    }

    .course-item-popup footer.ct-comment-meta {
    display: inline-flex;
    }

    .course-item-popup .ct-comment-content.entry-content.is-layout-flow {
    padding: 15px 30px 0 0;
    margin-left: 12%;
    }

    You can use this CSS as a starting point and further customize it to match your desired look and feel.

    Let us know if you need further assistance!

    Best regards,
    Brianvu-tp

    Thread Starter jusemora30

    (@jusemora30)

    Thank you! that worked, not as the original but it does the work.
    Is there a way to make it look like Capture 03? Capture04 is how it looks after I added the provided code to css. I see font got bigger and the alignment of the meta description is together next to the name, I would like to have it like it is on the capture 03 which is the capture from “Customizer” before adding the code.

    It is very weird that it looks different on customizer compared to frontend! lol Thank you for the excellent support!

    Capture 03.PNG
    Capture 04.PNG

    Plugin Support brianvu-tp

    (@briantp)

    Hi jusemora30,

    Thank you for your feedback, and we’re glad that the initial fix worked, even if it’s not quite perfect yet!

    It seems that the theme you are using, Blocksy, has a deeper influence on the interface, which might be causing the difference between what you see in the customizer and the frontend.

    To ensure the best possible solution and appearance for your site, we recommend reaching out to the Blocksy theme support team for further adjustments. They should be able to help fine-tune the layout and styling to match your needs.

    Thank you again for your patience and for choosing LearnPress! Let us know if you need any further assistance.

    Best regards,
    Brianvu-tp

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.