-
AuthorPosts
-
April 29, 2015 at 4:15 pm #261689
Question 1:
I have installed a LMS plugin called LearnDash. We have courses there. As an example, one course is here:
http://students.bilingualamerica.com/courses/success-with-hispanics/You will see that the word “Blog” is there in the top left although the path is not to Blog. I am told by LearnDash that the plugin is built on custom post types and uses a blog layout / format.
How do we change the word “Blog” to put the word “Courses” which is, in fact, the path?
Question 2:
On that same page, how do we remove the author name, date, and category? The stack is “Renew”.
Thank you for your help on this.
April 29, 2015 at 7:35 pm #261795Hello Richard,
Thank you for posting in!
1) You could change that at Admin > Customizer > {STACK} > Blog Options > > Enable Blog Header then choose your own blog title and sub title.
2) To remove author name, date, and category kindly add the following CSS under Custom > CSS in the Customizer:
p.p-meta { display: none; }
Hope that helps.
Thanks.
April 30, 2015 at 9:12 am #262307Excellent! Both worked perfectly. Thank you!
April 30, 2015 at 3:53 pm #262552You’re most welcome!
September 19, 2015 at 10:01 pm #396174Hello,
I have the same problem but the above solution no longer fits.
I’m using LearnDash and all Courses, Lessons and Quizzes show the page title as The Blog, instead of the correct course, lesson or quiz title.
And in this version of X when I go to Admin Dashboard > Appearance > Customize > Blog there is no Enable Blog Header option.
In fact I don’t even know what CMS this path (from above) is from:
Admin > Customizer > {STACK} > Blog Options > > Enable Blog Header
In WordPress there is no “Admin” item in the dashboard menu, and there is no “Customizer” option either.
How can I force X-themes to allow the LearnDash pages to say what they are?
And if I could find that Blog Header option I don’t want to disable it or re-label it because then the actual blog pages would be incorrectly named.
Thank you for the help,
Chris
September 20, 2015 at 2:22 am #396324Hello There,
Thanks for updating this thread! Would you mind providing us with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
October 12, 2015 at 2:47 pm #622132This reply has been marked as private.October 12, 2015 at 7:35 pm #622435Hello Chris,
Please check the answer on this post:https://community.theme.co/forums/topic/bbpress-pages-say-the-blog-instead-of-correct-page-nametitle/#post-622412
I’ve added a filter $isLearndash and is_bbpress() for single post. $isLearndash will check if the posts has ‘single-sfwd-courses’ and then it will display normal page title.
Hope this helps.
October 13, 2015 at 1:02 pm #623598Thank you
October 13, 2015 at 1:24 pm #623639You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
April 4, 2016 at 2:11 pm #866426Could you please provide a little more explanation of this solution? I can copy/paste the code from the other post, but I don’t know exactly what modifications you made to it to make it work.
April 5, 2016 at 5:20 am #867411Hi there @doebankdesigns,
You can use the code, and it should work. If you want to see what modifications we have made to the file, you can check out the difference in both files here: https://www.diffchecker.com/l8i2usyv
Thank you!
-
AuthorPosts