Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26460

    How I can add additional options to the admin menu options of the theme?

    I’ve already added them, but modifying the includes/admin/register-admin-options.php file, but after every update, it dissapear. I would like to added through my child theme, but is not working properly.

    Thank you.

    #130489

    Hi Pedro,

    You need to re-do the functions that include the admin folder and its contents into your child theme. Either way you will be having to look at the chang log for each version to replace or not the files within your child theme.

    I find it better and less buggy overall to not use a child theme when editing a theme like that. But since you are already using one you can make a changelog.txt file of your own in your child theme with the notes and copies of all files you’ve changed in the parent so you can easily re-add them after each update.

    You can also use the version.txt from the main theme to only update those files that have been changed instead of overwriting the entire theme.

    Regards,

    Devin

    #130490

    Ok, thank you so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add Options to Enfold’ is closed to new replies.