• Resolved Anonymous User 20928818

    (@anonymized-20928818)


    I am currently using Tutor Starter and recently purchased a lifetime subscription to Tutor LMS Pro. I am interested in modifying the menu on my website and would like to add a button next to the “Get Started” button that can be used as a login button.

    Can you please provide me with instructions on how to make this modification? Any help or guidance you can provide would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • largbasket

    (@largbasket)

    Dear @sheerxirfad

    You have to override and modify the theme files. To override and modify a file in the TutorStarter theme, you need to create a child theme first. Once you have created a child theme, you can copy the file that you want to modify from the TutorStarter theme folder to your child theme folder. Then you can make the necessary modifications to the file in your child theme folder, and the changes will be applied to your website without affecting the original TutorStarter theme files.

    Files:
    /tutorstarter/views/partials/header/header_default.php
    /tutorstarter/views/partials/header/header_transparent.php

    Thank you

    Thread Starter Anonymous User 20928818

    (@anonymized-20928818)

    Hello,

    I have made the child theme.

    Can you please help me make the following changes?

    1. I want to add a button next to the “Get Started” button that can be used as a login. I want it to appear like this image https://www.dropbox.com/s/2kf5wc48ix5g3na/Screen%20Shot%202023-03-13%20at%209.50.18%20AM.png?dl=0

    2. I would like to modify the menu bar. Currently, when in mobile view, the hamburger menu appears in the middle. I want it to go right to the profile icon or left to the site logo.

    https://www.dropbox.com/s/jfdepbohvzg8mfy/Screen%20Shot%202023-03-13%20at%209.41.12%20AM.png?dl=0

    I would appreciate it if you could assist me in achieving these changes. Thank you for your time and consideration.

    Thread Starter Anonymous User 20928818

    (@anonymized-20928818)

    Hello again,

    I have this code to the child theme and nothing changed

    add_action( 'tutorstarter_header_utils', 'add_new_button', 20 );
    function add_new_button() { ?>
        <div class="utils-btn"><a class="btn-new" href="<?php echo esc_url( 'https://example.com' ); ?>">New Button</a></div>
    <?php }
    

    Could you please provide a simple code that I use?

    largbasket

    (@largbasket)

    Dear @sheerxirfad

    To add the notification icon on the header, a new button, and change the hamburger menu position, you’ll need to override the TutorStarter theme by creating a child theme and modifying the header file.

    Thank you

    deepak1511

    (@deepak1511)

    I am currently using Tutor Starter (Marketplace theme). I am interested in modifying the menu on my website because the search result are worst when i am searching for course they fetch all the data related with the value in search box.

    Can you please provide me with instructions on how to make this modification? Any help or guidance you can provide would be greatly appreciated.

    largbasket

    (@largbasket)

    Dear @deepak1511

    To modify the header template in the TutorStarter theme, you would first need to create a child theme and then override it. This process requires some knowledge of theme customization, so if you are familiar with it, you should be able to accomplish it without difficulty.

    Files:
    /tutorstarter/views/partials/header/header_default.php
    /tutorstarter/views/partials/header/header_transparent.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Modifying Menu on Tutor Starter’ is closed to new replies.