Tagged: x
-
AuthorPosts
-
May 26, 2016 at 3:47 pm #1011761
Josiah WParticipantI am having problems integrating Sensei into X Theme. I know X Theme does not YET support Sensei but I am hoping like Avada theme that will change soon.
I have followed this post as closely as possible: https://community.theme.co/forums/topic/sensei-plugin-creates-course-pages-which-are-displayed-incorrectly/
But, it seems that with the newer version of X Theme this fix no longer works.
The main issue is getting the sidebars to work properly. The sidebar seems to be below the content but mostly hidden. You can see an example page of where I am having this issue here: http://learn.permaethos.com/lesson/introduction/
I added this code (recommended by a Sensei user) into the functions.php file: https://support.woothemes.com/hc/en-us/articles/204400955
This is the response I got from Woothemes support when asking them about it:
“It looks like the sidebar in your theme is being added within the same div as the entry content. I don’t specifically see anything in your functions.php that would cause that. Maybe look at the single.php? Did you make any changes there? It may be helpful to ask their folks to take a look too.”I have not done anything with the single.php file or know what that is for.
Any help would be appreciated.
May 26, 2016 at 9:03 pm #1012215
DarshanaModeratorHi there,
Thanks for writing in! Upon checking your example page, this is how your page loads (https://snag.gy/V9dMZa.jpg). Were you able to resolve the issue?
Thanks!
May 27, 2016 at 10:56 am #1013103
Josiah WParticipantTry now, I have changed back to X theme.
May 27, 2016 at 5:29 pm #1013590
DarshanaModeratorHi there,
The issue is that your code added into the x-main div. For example you may follow the example below and add it into your child theme’s functions.php file to see how you display some content same as sidebar.
function add_before_my_siderbar() { ?> <div class="x-sidebar right"><h5>This is my content!</h5></div> <?php } add_action( 'get_sidebar', 'add_before_my_siderbar' );Hope that helps.
May 29, 2016 at 2:45 pm #1015461
Josiah WParticipantThank you. I am not sure what you mean by “The issue is that your code added into the x-main div.”
I added the code you provided to the end of my child themes functions.php but it did not make a difference.
May 29, 2016 at 4:18 pm #1015520
RadModeratorHi there,
It’s working, confirmed that from HTML source code. The problem is it appears within entry wrappers. Hence, your layout structure is malformed.
Would you mind providing your admin and FTP login credentials in private reply?
Thanks!
June 23, 2016 at 4:01 am #1055971
ms999kParticipantI am having the same problem with the sidebar being shifted below Sensei content. For example: http://www.bespokedrivertraining.com/elearning/elearning-courses/
Is there now a fix? Is it possible to turn off the sidebar on pages that Sensei creates to display course and lesson content?
June 23, 2016 at 6:25 am #1056149
Paul RModeratorHi,
It looks like there are missing html div tags in your page.
Kindly create a new topic and provide us your wordpress admin login on a separate private reply.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011761 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
