Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #261689

    ricardoba
    Participant

    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.

    #261795

    Prasant Rai
    Moderator

    Hello 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.

    #262307

    ricardoba
    Participant

    Excellent! Both worked perfectly. Thank you!

    #262552

    John Ezra
    Member

    You’re most welcome!

    #396174

    WPH2o
    Participant

    Hello,

    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

    #396324

    Rue Nel
    Moderator

    Hello 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #622132

    WPH2o
    Participant
    This reply has been marked as private.
    #622435

    Lely
    Moderator

    Hello 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.

    #623598

    WPH2o
    Participant

    Thank you

    #623639

    Rupok
    Member

    You 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!

    #866426

    DoebankDesigns
    Participant

    Could 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.

    #867411

    Zeshan
    Member

    Hi 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!