Jump to content

2 Screenshots

About This File

Get them for 25€ instead of 135

OR

GET ALL THEMES & EXTENSIONS FOR 77€ INSTEAD OF 834CLICK HERE


 2 Premium Themes - MagicAi :

  • Modern Theme
  • Bolt Theme

How To Acivate 

1- Extract Themes.zip into the project's main folder
2- Execute the following SQL queries on your database

INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`)
SELECT '1.1', 'introductions', 1, '2024-10-27 10:12:59', '2024-10-31 12:24:28', 0
WHERE NOT EXISTS (
    SELECT 1 FROM `extensions` WHERE `slug` = 'introductions'
)
ON DUPLICATE KEY UPDATE
    `version` = '1.1',
    `installed` = 1,
    `updated_at` = '2024-10-31 12:24:28',
    `is_theme` = 0;

INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`)
SELECT '3.1', 'bolt', 1, '2024-10-27 10:13:02', '2024-10-31 12:24:44', 1
WHERE NOT EXISTS (
    SELECT 1 FROM `extensions` WHERE `slug` = 'bolt'
)
ON DUPLICATE KEY UPDATE
    `version` = '3.1',
    `installed` = 1,
    `updated_at` = '2024-10-31 12:24:44',
    `is_theme` = 1;

INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`)
SELECT '3.0', 'modern', 1, '2024-10-27 10:13:02', '2024-11-07 19:12:11', 1
WHERE NOT EXISTS (
    SELECT 1 FROM `extensions` WHERE `slug` = 'modern'
)
ON DUPLICATE KEY UPDATE
    `version` = '3.0',
    `installed` = 1,
    `updated_at` = '2024-11-07 19:12:11',
    `is_theme` = 1;

3- Change the values front_theme and dash_theme from within the app_settings table to the theme name you want

INSERT INTO `app_settings` (`id`, `key`, `value`) VALUES
(1, 'front_theme', 'modern'),
(2, 'dash_theme', 'bolt')
ON DUPLICATE KEY UPDATE
    `key` = VALUES(`key`),
    `value` = VALUES(`value`);

front Names 
- "modern"

dash Names
- "bolt"

It works efficiently with MagicAI version 7.2.2 and provides full support.



User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

×
  • Create New...