📚
Ncmaz- Nextjs Headless WordPress Blog, Magazine
View demoBuy theme now
  • 💝A few words of thanks
  • 👥Community
  • 📦Inside the downloaded package
  • 💁Support
  • 🌠Domains and hosting?
  • Getting Started Setup
    • ⭐Getting Started
    • Step 1. Configure WordPress Server
    • Step 2. Install the WP theme & plugins.
    • Step 3. Check Your Permalinks and WPGraphQL Settings
    • Step 4. Update environment variables.
    • Step 5. Deploying the Ncmaz-Faust to Vercel
      • 5.1 - Deploy Ncmaz to Vercel via a GitHub repo.
      • 5.2 - Or deploy Ncmaz to Vercel using Vercel CLI
      • 5.3 - Error when deploying to Vercel using the GitHub repo.
      • 5.4 - Other Hosting Options
    • Step 6. Set your Front-end Site URL. Congratulations 🎉
    • Step 7. Import demo data
      • [ERROR] Failed to import "Home 2" page
    • Step 8. Connecting MailPoet to Ncmaz-frontend
    • Step 9. Setting Logo, Socials, SEO, ... Site settings JSON
  • Development on localhost
    • Run on localhost
      • Error when run start
    • Deployments
  • WordPress
    • Build a home page with Ncmaz Gutenberg
    • Config Mailpoet
    • You don't have permission to submit the post.
    • Compatible with other plugins?
    • Using Headless WordPress with Next.js and Vercel
    • Create Anchor Links Manually with WordPress Block Editor
    • Create post-format Video, Audio, and Gallery
    • Contact form
  • Header
    • Header navigation menus
    • Avatar dropdown menus
  • Footer
    • Footer menu
    • Footer subscribe form
  • Single post page
    • Setting single style and toggle single sidebar
    • Setting Post format Video, Audio, Gallery
  • Ncmaz-faust
    • Install node_module
    • Custom border-radius
    • Custom color, fonts
    • Components
    • Sources And Credits
    • Translate the theme into your language
    • RTL mode
    • Nextjs-google-analytics
    • 414 Request-URI Too Large
    • Sitemap XML, robot.txt
    • Integrate Google AdSense in NextJS
    • Site Settings JSON
  • For developers
    • Project initiation
    • Enviroment variables
    • Ncmaz-faust-core plugin.
    • Ncmaz-faust project
    • Coming soon!
  • Change log
    • Update theme?
    • Change log
Powered by GitBook
On this page
  • 1 - Check the change log:
  • 2 - So here's how to update:

Was this helpful?

  1. Change log

Update theme?

How do I update my website after the theme releases updates?

PreviousComing soon!NextChange log

Last updated 12 months ago

Was this helpful?

1 - Check the change log:

You can see your website consists of 3 main parts:

  1. The Ncmaz-faust-core plugin

  2. Other 3rd party plugins (WPgraphql, Faust, ACF, etc.)

  3. The frontend site is a Nextjs project: Ncmaz-faust

As you can see in the download package from Themeforest you will get the ncmaz-faust-core.zip plugin file, and the Ncmaz-faust folder is the Nextjs project for the frontend.

So you only need to care to update those two things for your website every time you receive a notification that a new .

However, new updates do not always include updates to both of those things. Sometimes in the new update, there are only updates about the NextJS project for the frontend (Ncmaz-faust), sometimes in the new update there are only updates about the ncmaz-faust-core plugin for WordPress. So you need to preview the to know which parts need to be updated, I'll make it clear in the and you'll be able to easily tell.

2 - So here's how to update:

  1. If you need to update the ncmaz-faust-core plugin: Check the ncmaz-faust-core.zip plugin file located inside the wp-plugin folder of your download. Then upload it to your WordPress and update the replacement for the current Ncmaz-faust-core plugin in your WordPress.

  2. If you need to update the NextJs Ncmaz-faust project for the frontend site:

    1. Check to see if there are any additional environment variables in the new update. You can also find all the necessary environmental variables in the .env.local.example file and compare them in your project. If so add it to your project settings. -

    2. Note that in the new update, the site-settings.json file may have many changes. You should merge your old site-settings.json file into the new site-settings.json file included in the update.

    3. If possible, you should test it on localhost to check for sure before deploying to hosting (use your environment variables and check )

    4. Then just redeploy to your hosting frontend ().

👌
update has been released
change log
change log
Vercel Environment Variables
this documentation
please check this documentation