Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #444771

    I have installed sensei and followed the guide of peter – https://kriesi.at/support/topic/enfiold-and-learning-plug-ins/#post-296429
    It’s functional, but there are some problems in styling.

    1. The title of the course and lessons are attached with the header border. I have checked websites of many user here who use sensei and all of them have the same problem.
    Sensei Title Probles

    2. There are many code change in the both the files – content-single-course.php and content-single-lesson.php than the file peter gave in the new versions of sensei template.

    • This topic was modified 9 years, 5 months ago by Anderson C.
    #444870

    Any solution guys? We want to start our course as soon as possible.

    #445019

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #445044
    This reply has been marked as private.
    #445046

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .container article.course {
      padding-top: 50px!important;
    }

    Best regards,
    Yigit

    #445107

    Thank you so much, this is what I was looking for. Can you please check my 2nd concern? That is – there are many code change in the both the files – content-single-course.php and content-single-lesson.php than the file peter gave in the new versions of sensei template.

    #445109

    Please check the link, adding that code in Quick CSS also add 50px gap for each of lesson. All I want is some space from title to header.

    #445374

    Is there any solution for this? I would be really glad if you guys help on this.

    #445662

    :(

    #445675

    Hey!

    Spacing seems to be fine on my end right now – http://i.imgur.com/JmQTRpu.png
    Can you please elaborate on the issue?
    Peter’s version is older version of Sensei. Are you having any issues with editing the files? Unfortunately, i have no experience with Sensei plugin and Peter is very busy right now. If you are having any issues, i can ask him to check it when he is available.

    Best regards,
    Yigit

    #446022

    Hey Yigit, thanks for your reply. Adding your code also adds up 50px before lesson just below that course. Please see the snap – http://imgur.com/neVhQvI

    • This reply was modified 9 years, 5 months ago by Anderson C.
    #446039

    Hey!

    Please change the code to following one

    #main>.container_wrap>.container > article.course {
      padding-top: 50px!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #446133

    I have added –

    #main>.container_wrap>.container > article.course {
    padding-top: 50px!important;
    }

    #main>.container_wrap>.container > article.lesson {
    padding-top: 50px!important;
    }

    Both this solve the problem for course and the lesson, but quiz still has that problem. – http://imgur.com/EiOwdKC

    Thanks in advance for your help.

    #446659

    Hey!

    Can you please post the link to your quiz page? If we need login to see it, please create a admin login and post it here privately.

    Regards,
    Yigit

    #447062
    This reply has been marked as private.
    #447155

    Hey!

    Please add following code to Quick CSS as well

    #main>.container_wrap>.container>article.quiz {
      padding-top: 50px;
    }

    Best regards,
    Yigit

    #447179

    Thank you so much, I have tried the same code, which you have just given for quiz, and it did not work because I exclude the quiz page from cache, as quiz page does not show up properly if cache is on. Thanks a million for your generous help.

    • This reply was modified 9 years, 5 months ago by Anderson C.
    #447183

    Hi!

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
    If that too does not help, please create a temporary admin login and post it here privately so we can look into it.

    Best regards,
    Yigit

    #447186
    This reply has been marked as private.
    #447189

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Sensei styling problem.’ is closed to new replies.