📚
Ncmaz WordPress theme
New Ncmaz FSEBuy theme now Old demo
  • ⚠️Welcome
  • ☃️Community
    • 🧬Ncmaz theme, React & Graphql
    • 👋Community
  • THEME INSTALLATION
    • Configure Server Settings
    • Download and Install Theme
    • Install Default Plugins
    • Import Demo Contents
      • [ERROR] Failed to import "Home 2" page
    • How do I Update the Theme?
    • 💡Update theme manually
    • Install theme with Multisite
    • 🧐Error after update theme!
  • SING-IN / SIGN-UP
    • SignIn/SignUp With Socials
  • THEME OPTIONS
    • Translation language on front-end react components
    • How to change fonts and theme colors?
    • Customize the radius level for the theme.
    • Enable sidebar in archive pages
  • HEADER - LOGO - MENU
    • Header settings
    • How to setting megamenu?
    • Custom top notify message
  • FAVORITES
    • Icon for Favorite button
    • Custom Reading Time
    • Custom for Favorite
  • Gutenbergs
    • Gutenberg version 3 🎉
    • Ncmaz Gutenberg blocks
    • Build a home page with Ncmaz gutenbergs
    • Add form in Ncmaz Newsletter Block
    • Unexpected token < JSON at position 0
    • This block contains unexpected or invalid content.
    • Using the Elementor plugin?
    • Add Typo default Gutenberg block on Home page (page template is Ncmaz-custom-page)
    • Custom Ncmaz Newsletter Block
    • Widget Ncmaz Gutenberg blocks
    • Issue with Ncmaz users block
  • SINGLE
    • Setting Post format Video, Audio, Gallery
    • Setting single style and toggle single sidebar widgets
    • (Deprecated) Create Post-Submission pages
    • Add Ncmaz Gutenberg blocks to single post
  • ❓How to?
    • Update theme?
    • Translate some missing words
    • Thumbnails are blurry when viewed in mobile mode.
    • Fix hidden login modal on mobile?
    • Style dashboard, account page break?
    • Customize fields in dashboard sections at Frontend
    • Import RTL demo data
    • Integrate the Polylang plugin into the theme
    • (Deprecated) Add ACF fields to the wp-user-frontend-pro form
    • (Deprecated) Create account page (wfu) ?
    • Create frontend submission post page and edit account page
    • You don't have permission to submission the post.
    • Optimize performance and improve GTmetrix score, Google PageSpeed Insights
    • Cover image for archive pages. Settings number of tags, categories on submit post page
    • Ncmaz-frontend plugin project development
    • How to get Youtube video ID
    • Social share link
  • Footers
    • Footer widgets
  • 💊Custom CSS
    • Custom CSS
    • Header custom CSS
    • Change default Bg image on Archive page
  • 🕯️CHANGE LOG
    • Support
    • Change log
  • Ncmaz ACF fields
Powered by GitBook
On this page
  • 1 - Install WordPress.org plugins
  • 2 - Install Ncmaz-core & Ncmaz-frontend plugins
  • 3 - Install WPGraphQL Extensions plugins:

Was this helpful?

  1. THEME INSTALLATION

Install theme with Multisite

PreviousUpdate theme manuallyNextError after update theme!

Last updated 2 years ago

Was this helpful?

Currently, the theme is using TGM-Plugin-Activation to require installation and activation of the required plugin, Unfortunately, TGM-Plugin-Activation is not compatible with WP multisite, so you need to install the required plugins manually.

We're sorry for the inconvenience, but we'll try to improve it as soon as possible.

If you have difficulty installing themes with Multisite, please open a ticket here for support -

1 - Install WordPress.org plugins

  1. Advanced Custom Fields -

  2. Favorites -

  3. Email Subscribers & Newsletters -

  4. Nextend Social Login -

  5. Reading Time Wp -

  6. Template Library and Redux Framework -

  7. WP GraphQL -

  8. One click demo import -

2 - Install Ncmaz-core & Ncmaz-frontend plugins

Please open the theme folder: Ncmaz.zip -> Extra -> Ncmaz -> bundled-plugins -> 2 plugins here

3 - Install WPGraphQL Extensions plugins:

DONE!

After installing and clicking the necessary plugins, you can import the demo in multi-sites as usual!

$plugins = [
	// A WordPress.org plugin repository example.
	[
		'name'     	=> 'Advanced Custom Fields',
		'slug'     	=> 'advanced-custom-fields',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Favorites',
		'slug'     	=> 'favorites',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Email Subscribers & Newsletters',
		'slug'     	=> 'email-subscribers',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Nextend Social Login',
		'slug'     	=> 'nextend-facebook-connect',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Reading Time Wp',
		'slug'     	=> 'reading-time-wp',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Template Library and Redux Framework',
		'slug'     	=> 'redux-framework',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Wp Graphql',
		'slug'     	=> 'wp-graphql',
		'required' 	=> true,
	],
	[
		'name'     	=> 'One click demo import',
		'slug'     	=> 'one-click-demo-import',
		'required' 	=> false,
	],

	// A locally theme bundled plugin example.
	[
		'name'     	=> 'Ncmaz Core',
		'slug'     	=> 'ncmaz-core',
		'source'   	=> get_template_directory() . '/bundled-plugins/ncmaz-core.zip',
		'required' 	=> true,
		'version'	=> '2.0.1'
	],
	[
		'name'     	=> 'Ncmaz Frontend',
		'slug'     	=> 'ncmaz-frontend',
		'source'   	=> get_template_directory() . '/bundled-plugins/ncmaz-frontend.zip',
		'required' 	=> true,
		'version'	=> '2.1.3'
	],

	// WPGraphQL Extensions
	[
		'name'     	=> 'Total Counts for WPGraphQL',
		'slug'     	=> 'total-counts-for-wp-graphql',
		'source'   	=> 'https://github.com/builtbycactus/total-counts-for-wp-graphql/archive/refs/heads/master.zip',
		'required' 	=> true,
	],
	[
		'name'     	=> 'Wp graphql acf',
		'slug'     	=> 'wp-graphql-acf',
		'source'   	=> 'https://github.com/wp-graphql/wp-graphql-acf/archive/refs/heads/develop.zip',
		'required' 	=> true,
	],
];

1, Total Counts for WPGraphQL -

2, Wp graphql acf -

https://help.chisnghiax.com/
https://vi.wordpress.org/plugins/advanced-custom-fields/
https://vi.wordpress.org/plugins/favorites/
https://vi.wordpress.org/plugins/email-subscribers/
https://vi.wordpress.org/plugins/nextend-facebook-connect/
https://vi.wordpress.org/plugins/reading-time-wp/
https://vi.wordpress.org/plugins/redux-framework/
https://vi.wordpress.org/plugins/wp-graphql/
https://vi.wordpress.org/plugins/one-click-demo-import/
https://github.com/builtbycactus/total-counts-for-wp-graphql/archive/refs/heads/master.zip
https://github.com/wp-graphql/wp-graphql-acf/archive/refs/heads/develop.zip