- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by Sanjip Shah.
-
AuthorPosts
-
February 25, 2014 at 6:14 pm #8103marializParticipant
Hello,
I’m using Attitude theme.
And I have installed WooCommerce Sensei Learning Management System.
Everything seems fine, I have righ-sidebar on all pages.
But Sensei create additional pages ‘courses’ and ‘lessons’.If i go to let’s say http://www.mydomain.com/lesson/1-how-to-create-website I don’t have right-sidebar.
Content is full width and between bottom of content and footer I have Search, Pages, Archyves, Categories list…I tryed to search in which .php file it’s printed out, but I didn’t find.
Can you tell me how I can delete that list (Search, Pages, Archyves, Categories) ?
And how I can get right-sidebar layout on Sensei courses and lessons?Thanks.
February 26, 2014 at 7:11 am #8118Sanjip ShahParticipant@marializ Can you provide the exact link the page. I will have to look into it to provide any support. As this is a external plugin fixing this can be complex and you may need to hire a developer for this. However, I will have a look and see what support I can provide.
March 1, 2014 at 5:14 pm #8252marializParticipantHello Sanjip,
Thanks for reply.
I’m working on localhost right now so there is no online access.
However I think the problem is that Attitude don’t understand what type of page it is.
Here is source code of Page:... </header> <div id="container"> <div id="primary" class="no-margin-left"> <div id="content"> <section id="post-137" class="post-137 page type-page status-publish hentry"> <article>....
Here is source code of Post:
... </header> <div id="main" class="container clearfix"> <div id="container"> <div id="primary" class="no-margin-left"> <div id="content"> <section id="post-41" class="post-41 post type-post status-publish format-standard hentry category-news">
And when I open Sensei lesson or course page the source code is different (it’s full width without right sidebar and all these links at the bottom of the page):
... </header> <div id="main" class="container clearfix"> <div id="content" class="page col-full"> <div id="main" class="col-left"> <article class="post-65 course type-course status-publish hentry course post post">
So maybe somewhere in Attitude theme I could add “type-course”, so it would be rendered as normal page or normal post?
Thanks.
March 3, 2014 at 7:39 pm #8326Sanjip ShahParticipant@marializ If this issue could be shown online it could have been much easier for me to understand issue. Sometimes, there may be a need to make corresponding adjustment to the theme to make it compatible with the plugin. For that you may need to hire a developer as well. However, one easy way could be to get rid of the bottom part by using css and hiding it.
-
AuthorPosts
- You must be logged in to reply to this topic.