How to customize course page

Home Forums Legacy Support Support queries How-to & Troubleshooting How to customize course page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #226121
    Prince
    Participant
    Hello WPLMS
    1. I want small breadcrumb only, currently set this https://prnt.sc/p6q2yl and wants to look like this https://prnt.sc/p6q51c

    2. I want the custom section after breadcrumb for adding text and video look like this https://prnt.sc/p6q6cl

    3. I am unable to replace course menu HOME, (after login USER)currently like this https://prnt.sc/p6q7y2, I want to add like this https://prnt.sc/p6q8rb

    and also wants like tab menu, we already setup tab menu for this.and when user scroll the page shows the course tab menu instead of main menu/header

    1. I want to add some custom section for adding text, image, and video (content)
    finally, I want t build look like this https://prnt.sc/p6pwhx
    #226328
    logan
    Member
    Hello, 1) possible but it comes under custom feature request. you are asking to modify the header style that will need time and hell a lot of coding. we only provide the little fixes like changing color, changing properties, etc. this thing can't be fixed with custom CSS or jquery. it will need proper development from scratch only then you can copy the udemy style. 2) same goes for the text overlay over course image. 3) home is coming from vibe course module plugin. you can translate the string by using loco translate. or i can give you a simple jquery code. 4) tab menu works for the single course page menu tabs not for the header.
    #226370
    Prince
    Participant
    This reply has been marked as private.
    #226588
    logan
    Member
    Hello, this is not available in wplms. we have our own design. we cant copy the design of another theme provider. we have already faced many copyright attacks.
    this comes under customization request or you could hire a developer for this. have a look on this link: https://wplms.io/support/wplms-will-be-back-in-themeforest/
    #226629
    Prince
    Participant
    This reply has been marked as private.
    #226861
    Prince
    Participant
    This reply has been marked as private.
    #227005
    logan
    Member
    Hello, code for text conversion:

    Paste this code in your wp-admin > wplms > footer > google analytics code.

    <script>

    $(document).ready(function () {

    $(".single-course div#buddypress div#object-nav li#home a").text('write your things here');

    });

    </script>


    you can hire a freelancer for this. You can contact WPLMS developer Makarand Mane, who understands wplms well. [email protected] / [email protected]
    #227056
    Prince
    Participant
    This reply has been marked as private.
    #227074
    logan
    Member
    Hello, Please share your admin url and credentials i will have a look on this.
    #227134
    Prince
    Participant
    This reply has been marked as private.
    #227292
    logan
    Member
    This reply has been marked as private.
    #227297
    Prince
    Participant
    This reply has been marked as private.
    #227443
    Prince
    Participant
    This reply has been marked as private.
    #227484
    logan
    Member
    Glad to know the issue is resolved: http://prntscr.com/pa93ic topic closed.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to customize course page’ is closed to new replies.