-
AuthorPosts
-
May 15, 2015 at 6:49 am #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.
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.
May 15, 2015 at 10:34 am #444870Any solution guys? We want to start our course as soon as possible.
May 15, 2015 at 4:37 pm #445019May 15, 2015 at 5:09 pm #445044This reply has been marked as private.May 15, 2015 at 5:12 pm #445046Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container article.course { padding-top: 50px!important; }
Best regards,
YigitMay 15, 2015 at 6:28 pm #445107Thank 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.
May 15, 2015 at 6:42 pm #445109Please 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.
May 17, 2015 at 11:25 am #445374Is there any solution for this? I would be really glad if you guys help on this.
May 18, 2015 at 2:27 pm #445662May 18, 2015 at 2:46 pm #445675Hey!
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,
YigitMay 18, 2015 at 8:30 pm #446022Hey 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.
May 18, 2015 at 9:43 pm #446039Hey!
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!
YigitMay 19, 2015 at 12:18 am #446133I 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.
May 19, 2015 at 7:35 pm #446659Hey!
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,
YigitMay 20, 2015 at 12:32 pm #447062This reply has been marked as private.May 20, 2015 at 3:23 pm #447155Hey!
Please add following code to Quick CSS as well
#main>.container_wrap>.container>article.quiz { padding-top: 50px; }
Best regards,
YigitMay 20, 2015 at 3:38 pm #447179Thank 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.
May 20, 2015 at 3:40 pm #447183Hi!
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,
YigitMay 20, 2015 at 3:42 pm #447186This reply has been marked as private.May 20, 2015 at 3:44 pm #447189Hi!
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 -
AuthorPosts
- The topic ‘Sensei styling problem.’ is closed to new replies.