• Hello,
    In my front page, I added service and portfolio section.
    I would like to add a Menu “Services” with a link that jump to the Service section in the same page.
    Could you please advise how to proceed?

    I am using Enigma Theme Free version.

    Thanks fro your pro;pt reply

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please make child theme directory and create a home-services.php file in that directory.

    Now copy code from LINK and paste into child theme’s home-services.php file.

    Now go to Admin Dashboard >> Appearance >> Menus.
    Here in Custom Links, add “#home-service” in URL field and add button text according to your choice.

    Now click on Add Menu.

    Save the changes.

    Thanks.

    Thread Starter jerker

    (@jerker)

    Hi,

    I did what you recommended but still doesn’t work.
    what I have done :
    After creating the child theme folder “enigma-child”, I have created into that folder, a css file “style.css” and put this code :

    /*
     Theme Name:   Enigma Child
     Theme URI:    https://localhost/enigma-child/
     Description:  Enigma Child Theme
     Author:       MS
     Author URI:   https://localhost
     Template:     enigma
     Version:      1.0.0
     License:      GNU General Public License v2 or later
     License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  enigma
    */
    @import url("../enigma/style.css");

    Then downloaded the home-services.php from your link and put it into the child theme folder.

    Finally, Admin Dashboard >> Appearance >> Menus
    As “Custom links” were disabled, I created a new Menu then added to it a “Custom Link” as :
    url : “#home_service”
    Link title : “Services”

    Then set the Menu created as primary menu, so it could be displayed.

    Am I wrong somewhere in my steps ?

    Thanks for your support.

    Hi,

    Please share your site URL.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page Menu link to Service or portfolio Section’ is closed to new replies.