- This topic has 4 replies, 2 voices, and was last updated 2 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Enlightme Pro › how to add optional sidebar on enlightme pro meta options
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.
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
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”.
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
thank you very much solve my problem..
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |