• I have downloaded the theme sparklestore lite to use for my website woth its parent theme getting downloaded. an update appeared for both and after updatong the 2 themes Ijave one lpst many cistomizations the php codes and footer menus ect even the products are not displaying and secondly the parent theme is now displaying(the site is broken in one browser microsoft edge where it worked perfectly before and displays correctly in google chrome)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @kaikyle16,
    Are you not using the “Child Theme” for customization?
    A child theme inherits all the features and appearance of its parent theme. You can customize it without affecting the parent theme. This allows you to easily update the parent theme without worrying about losing your changes.

    If you are not using child theme then check out the below article link:
    https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/

    Thread Starter kaikyle16

    (@kaikyle16)

    the sparklestpre lite is a child theme of sparkle store so that does mean that i have to create a child theme for sparklestorelite? and how to put all the customizations already done in the child theme?

    You can’t create a child theme for a child theme. WordPress doesn’t work that way – it’s only two levels. As yours is already a child theme, you can’t do that.

    What you’d need to do is set up your changes/updates a sa plugin and call them on action hooks or filters if they are available. I have looked at the child theme that you’re using, and it’s very basic. All that it does is add some fonts.. and that’s all. If you are capable of modifying themes, I’d really suggest you create your own child theme and use that instead of the current child theme.

    Thread Starter kaikyle16

    (@kaikyle16)

    so what you are saying is make a child theme of the parent theme and how to set the changes as a plugin

    • This reply was modified 5 years, 7 months ago by kaikyle16.

    Yes, creating your own child theme of the main parent theme would let you do what you want to do and not have anything over-written when updates happen.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘customization gets lost when updating theme’ is closed to new replies.