Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1189260

    Nilesh L
    Participant

    Hi Thai:

    Adding the 10 still does not render event calendar properly https://be.a.cloudgeni.us/events/

    Hi Rad:

    Appreciate your help with courses and lessons pages – I have shared root ssh/sftp access via private message earlier.

    #1189261

    Nilesh L
    Participant

    Thanks Thai. I fixed the events issue by selecting correct template in tri.be event calendar plugin.

    Sensei Courses and Lessons pages are still a problem that I need help with.

    #1189505

    Rue Nel
    Moderator

    Hello Again,

    May we knowhow should it look like in the Sensie and Lessons page? Do you want it fullwidth or something else?

    Please let us know.

    #1189512

    Nilesh L
    Participant

    Full width please for both courses and lessons.

    The footer is messed up with lessons (https://be.a.cloudgeni.us/lesson/business-technical-benefits/) but tolerable with course https://be.a.cloudgeni.us/course/cloud-essentials/

    #1189580

    Rad
    Moderator

    Hi there,

    I went ahead and fixed the error with entry-wrap elements. But there are too many errors https://validator.w3.org/nu/?doc=https%3A%2F%2Fbe.a.cloudgeni.us%2Flesson%2Fbusiness-technical-benefits%2F about close and open elements. They are content related and not due to template.

    I like to check that’s page content but the admin login credentials is no longer valid. Please check.

    The whole HTML structure is really mess up. There is no one solution that will fix it all, please find those malformed elements and fixed them according to that validator. There is no issues with the templates.

    Thanks!

    #1189766

    Nilesh L
    Participant

    Thanks. strange but I reset admin credentials.

    admin

    b)wIiT@qiV&hhKXIXU!SRXSe

    #1189767

    Nilesh L
    Participant
    This reply has been marked as private.
    #1189792

    Nilesh L
    Participant

    Thanks Rad. I am trying to examine as well…I notice lessons show unclosed div error but course does not.

    Error: End tag for body seen, but there were unclosed elements.

    Error: End tag for body seen, but there were unclosed elements.
    
    From line 1032, column 1; to line 1032, column 7
    
    div>↩-->↩↩</body>↩</htm
    
    Error: Unclosed element div.
    
    From line 674, column 3; to line 674, column 44
    
    eader>↩↩  <div class="x-container max width offset"><div c
    
    Error: Unclosed element div.
    
    From line 574, column 3; to line 574, column 29
    
    2">↩↩  ↩  <div id="top" class="site">↩↩  ↩↩
    #1189838

    Nilesh L
    Participant

    Adding two extra closing divs seems to fix the lesson ugliness. Testing this further now.

    
    function x_theme_sensei_wrapper_end() {
    
            echo '</div> <!-- end sensei .x-main left-->';
    echo '</div> <!-- end sensei .x-main left-->';
    echo '</div> <!-- end sensei .x-main left-->';
            get_sidebar();
            echo'</div> <!-- end sensei x-container-fluid -->';
    }
    
    #1189915

    Nilesh L
    Participant

    Please allow me to say that Rad, Rue Nel, and Thai from Theme.co are rock stars!

    #1189917

    Nilesh L
    Participant

    I will continue to test and fix the issue on my own for now and may come back asking for help if needed.

    I would like to thank you all for your help. This is outstanding support. Appreciate that.

    #1189976

    Rad
    Moderator

    You’re so much welcome! Glad we could help you 🙂