Home Forums Pro Themes Enlightme Pro how to add optional sidebar on enlightme pro meta options

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #182209
    Joselito Edong
    Participant

    i have a page that need custom sidebar but in enlightme pro meta options there are 4 option only i need 5 or more sidebar option on the list of “enlightme pro meta options” can someone guide me what file should i edit/modify to get what i want.

    #182230
    sanam
    Keymaster

    Hi @SOFTTECHMATI,

    You can edit the function.php file. Please search for “Optional Sidebar” inside that file and then you can just change the number 4 into your desired number.

    Regards,
    Themepalace

    #182235
    Joselito Edong
    Participant

    thank you for your time to reply I already do that and yes it add additional “optional sidebar” but not visible on “select sidebar” selection on “enlightme pro Meta Options”.

    #182236
    sanam
    Keymaster

    Hello @SOFTTECHMATI,

    Please go to enlighment-pro/inc/option.php file. In that file you can find this chunk of code
    ‘sidebar-1’ => esc_html__( ‘Default Sidebar’, ‘enlightme-pro’ ),
    ‘optional-sidebar’ => esc_html__( ‘Optional Sidebar 1’, ‘enlightme-pro’ ),
    ‘optional-sidebar-2’ => esc_html__( ‘Optional Sidebar 2’, ‘enlightme-pro’ ),
    ‘optional-sidebar-3’ => esc_html__( ‘Optional Sidebar 3’, ‘enlightme-pro’ ),
    ‘optional-sidebar-4’ => esc_html__( ‘Optional Sidebar 4’, ‘enlightme-pro’ ),
    ‘optional-sidebar-5’ => esc_html__( ‘Optional Sidebar 5’, ‘enlightme-pro’ ),

    Just add an optional sidebar as per your need.
    Hope this helps.

    Regards,
    Themepalace

    #182245
    Joselito Edong
    Participant

    thank you very much solve my problem..

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.