Tagged: 

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1232059

    Hi, I want to make a online course website with Learndash. When I change the theme my course page looks different. I do not want to see the Course category, person name etc below the course name. How can I change? After the take the quiz there is seen a space the quiz result page. How can I change?

    I saw also alot of advise about quiz related problems etc. What is your advice to add some codes for new customer?

    Thanks

    #1232478

    Hey omeryemsen,

    Please try the following in Quick CSS under Enfold->General Styling:

    .learndash-cpt .post-meta-infos {
      display: none;
    }

    I’m not sure how to take the quiz though, since it requires payment?

    Best regards,
    Rikard

    #1232852
    This reply has been marked as private.
    #1232870

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1233237

    Hi,
    The black part of the screen seems to be due to the plugin “wp content copy protector”, please see the screenshot in Private Content area.
    So please set the settings to allow the page to be seen or perhaps it doesn’t work with Learndash and you will have to try a different approach?

    Best regards,
    Mike

    #1239172

    Hi Mike.
    It is not related the content protector because when you open the page at first, you can also see the same problem.As I said before when I use the elementor, I could not see any problem. Now I have a big more problem. I could not see my home page. And also I have seen my home page at the bottom of the each page.

    Thanks
    Omer

    #1239787

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .single-sfwd-lessons {
    	min-height: 100vh;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1240806

    Hi Mike, the problem is still continuing. I am tired to fix something. Can I return this theme, I am not sure but you do not have any return policy? This theme is not helpful for me and is not compatible with Learndash.

    Please help me to get my money back.

    Thanks

    Omer

    #1241113

    Hi Omer,

    If you want a refund then please file one with Themeforest, as they handle all sales related matters.

    Best regards,
    Rikard

    #1243646

    Hi, I could not get refund. Could you please help me to solve the problem?
    1- My home page is not opening.
    2- i can see my home page at the bottom of the every page.
    3- Black screen is the still continuing when i try to open a quiz.

    I put the link for each problem.

    Thanks.

    #1243648

    Hi,
    Thanks for the links, the only one I saw the “Black screen” issue with was: /quizzes/antidiabetics/, I also checked other /quizzes/ quiz posts and this css seems to correct:

    .ld-focus-content {
    	min-height: 100vh !important;
    }

    After applying the css, please clear your browser cache and check.
    For your Home page please ensure that a page is selected in the theme options.
    2020-09-05_145346.jpg
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1243650

    Thank you Mike, for quiz css work. But what about two other problems. How can I solve these?

    Thanks

    #1243656

    Hi,
    Glad to hear this helped, for your home page is not opening, did you ensure that a page is selected in the theme options?
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1243684

    Thank you I fixed it with your great help. I have one more problem. How can I fixed the size of footer because sometimes if there is no content it could be bigger. When I checked also mobile compatibility it does not look good such as course page and any quiz. How can I solve this problem? I do not know is it related to learndash or theme.

    Thanks

    #1243724

    Hi,
    Glad to hear, for the next issue I’m not sure I understand correctly, on the quiz page you linked to I do not see a footer, this is using the learndash template so the theme header & footer or sidebar won’t show.
    On the quiz page what should the footer look like?

    Best regards,
    Mike

    #1243749

    Hi Mike, I put the link below. The problem is footer area. How can I fix it?

    Thanks.

    #1243770

    Hi,
    Thank you for the new link, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.unselectable > #wrap_all > #main > .container_wrap_first.fullsize {
    	  min-height: 80vh !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1244040

    Hi,
    It did not work. My current css like this. Footer looks still big in my account page.

    #top.unselectable > #wrap_all > #main > .container_wrap_first.fullsize {
    min-height: 80vh !important;
    }

    .ld-focus-content {
    min-height: 100vh !important;
    }

    I have nother proble courses are alos seen in the blog page. I contact with the Learndash but they advice the change the basic theme. After change the theme courses are seen in the blog page. When I check the post, I could not see in the post. How can I remove the courses in the blog page.
    Thanks

    #1244610

    Hi,
    Please try this css instead:

    #top > #wrap_all > #main > .container_wrap_first.fullsize {
    	  min-height: 80vh !important;
    }

    To not show courses in the blog element try to deselect the course category, or only select the categories you wish to show.

    Best regards,
    Mike

    #1244977

    Hi Mike,
    Both of them work well. If I select the course categories then it shows on the blog. I do not know how can I fix it but it is not a big deal for me because I do not have a too many courses.

    Learndash creates a course page automatically and I can not make any changes with ALB. when I use other theme, it did not show. How can I remove the image from this page?

    Thanks

    Omer

    #1245124

    Hi,
    For that page and similar ones, try this css:

    #top.single-sfwd-courses .single-small > .blog-meta {
    	display: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1245157

    Hi Mike,

    I put this css to the General styling but it did not work. It is still showing the picture.
    thanks

    Omer

    #1245245

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

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