Plugin Installation
There are mainly 2 plugins require if you using home customizer plugin.
- Lazy Blocks – Gutenberg Blocks Constructor
- Home Customizer for ClassiPress Plugin (from appthemes marketplace)
- Ghost Kit – Powerful Gutenberg Blocks and Templates
You can also add good & popular Gutenberg Blocks plugins like Ultimate Blocks, available from wordpress.org.
Ghost Kit – Powerful Gutenberg Blocks and Templates :: for additional settings like padding, margin, border settings, round corner settings, animation settings and many more….

Import & Export Blocks, Templates & Demo Pages
Import & Export of blocks
- Our plugin added ready json file which have created lazy block data.
- The lazy block export json file inside plugin folder/sample_import_data/lazy_blocks_export/lzb-export-blocks-LAST_UPDATE_DATE.json
- Get above json file, if not? you should contact the plugin developer
- Go to wp-admin >> Lazy Blocks (left menu) >> Export / Import >> “Import” the json file.
- Once you import the json file, you can see new block “ClassiPress” while you add new blocks in editor.
- Make sure you should never update the Lazy Blocks settings because it working the PHP code accordingly.
- Of cause you can change if you have little bit knowledge of WordPress code & PHP code.
- Check Lazy Blocks (left menu) >> Templates — settings properly as per document. There is no settings by default.
- Sometimes while you import block data, Ghost Kits settings may not imported and so those settings, you cannot see the additional options. So you must see and check settings. Please check block settings for more details and image…

Import Ready made Gutenberg Block Templates
- Ready made Gutenberg Blocks Template added ready XML file which have created .
- Ready made Gutenberg Blocks Template export XML file inside plugin folder/sample_import_data/gutenberg_block_templates/block-templates.xml
- Get abov xml file,if not? you should contact the plugin developer.
- Go to wp-admin >> Tools (left menu) >> Import >> WordPress (Run Importer) >> Browse and select xml file >> Press “Upload file and import”.
- It will import all templates.
- Get check block templates list from wp-admin >> Templates (left menu).
Import Gutenbert Blocks Templates XML – From wordpress Tools settings

Upload XML file and Import – From wordpress Tools settings

Import Demo Page Sample Data
- Ready made demo home page Template added ready XML file which have created .
- Ready made Gutenberg Blocks Template export XML file inside plugin folder/sample_import_data/wordpress_home_pages_demos/classipress-demo-site-sample-page-xml.xml
- Get abov xml file,if not? you should contact the plugin developer.
- Go to wp-admin >> Tools (left menu) >> Import >> WordPress (Run Importer) >> Browse and select xml file >> Press “Upload file and import”.
- It will import all home demo pages.
- Get check home demo pages list from wp-admin >> Pages (left menu).
Blocks List
After you installed the plugin and JSON file imported, you can see the list of blocks for ClassiPress our plugin support for that. Initially there is blank only sample drafted post, that you should delete because it is just sample.
Important Note : you should never change any variable of block settings, and if you feel little bit idea of PHP & wordpress coding, you may create new block and related settings with PHP code file as per you should add inside plugin folder.
You may change the title of the blocks if necessary and if you feel anything wrong, you should import the JSON data again and it will duplicate the blocks so you should delete the older blocks carefully.

Edit Block settings
While you feel to add/edit any block content/settings, you should be very careful about Name of the setting because if Label changed, there is no problem but if Name changed, related variable using in the PHP file may changed and not work properly.
There are many type of TYPE available that you can use as per your need.
Below image mention
Label : Main Title,
Name : main-title,
Type : Text ……….

Lazy Blocks Plugin Settings
The lazy blocks plugin settings is also important. For both Post & Page, there should be blank settings so you can add any blocks / data while add new page.
If there is any settings from here, it will be default settings and added as soon as you create new page.

Ghost Kit Settings & Block Settings
Check the block settings from lazy blocks. Go to wp-admin >> Lazy Blocks (left menu) >> Blocks — edit the block and you can see the settings similar like below image.
Lazy Block settings 01
Where Slug is the most important section, and you should never change it because if you change, it will never display on your site. Because related file name is same as the slug here and it must not changed. If any case you change it, you should also change the file name from lazyblock folder.

Lazy Block settings 02
Check the Supports section which include Class Name, Anchor (work as ID), and many more,….
make sure all settings are selected as per display in below image…

Lazy Block settings 03 – Ghost Kit Extension Settings
If you have installed Ghost Kit plugin, you will see below settings which included settings like : Spacings (pading & margin), Display settings, Animation settings, Border settings and many more……
This is important setting because sometimes while you import block data, Ghost Kits settings may not imported and because of missing those settings, you cannot see the additional options. So you must see and check settings.
Please make sure all settings should selected as per below image.

Create Page for Home page
Create New page / edit page
To create new page you may go to wp-admin >> Pages (left menu) >> Add/Edit new page.
Select Page Template
Default page will be page with sidebar so our plugin have added Full Screen Blank Page , only added header & footer with no content area. So what ever content you will add will fit in full screen and to set as content width you should add “tiled-row row” in advanced css settings >> Additional CSS class(es) while manage Gutenberg block.

Select ClassiPress Blocks for page
While you try to add new block, it will allow you to select list of blocks already available. While you browse blocks, you can see groups of blocks and CLASSIPRESS is the group added by our plugin. See blow image for more details.

Block Settings after added in the page
While you add any block in the editor, you can see the settings like below and from where you may set all settings – given with that block.
You may also see Additional CSS class(es) – you should add “tiled-row row” css class in advanced css settings >> Additional CSS class(es) to set content section width.

Ghost Kit Extension Settings
you should install Ghost Kit extension plugin to see additional features as below image. It is very useful and to enhance the look & design.

Set advanced CSS settings
To add padding space for all block so it will be some space not touch the screen borders, You should add “tiled-row row” in advanced css settings >> Additional CSS class(es).

Import Sample Home Page demos
We have added sample home page with settings from our demo site inside the plugin folder. The XML file name : classipress-demo-site-sample-page-xml.xml
Import the XML home pages from wordpress import from wp-admin >> Tools (left menu) >> Import >>WordPress >> Import WordPress
Browse the classipress-demo-site-sample-page-xml.xml and upload the file to import.
This XML file will insert 4-5 sample demo pages from our demo and it will easy for you to make settings. Remove un-wanted pages and contents if any.
Set Page as Home page
Hope now you have created new page from editor and you should set it as home page of your site.
Go to wp-admin >>Settings (left menu) >> Reading >> Your homepage displays

Ready Made Gutenberg Blocks Templates List
Imported ready made gutenberg blocks templates from wp-admin >> Templates (left menu)

How to use Block Templates for Page
- Go to wp-admin >> Pages (left menu) >> Add/Edit page settings
- See the Add Template option at top of page as per display below.
- Click the button and you can see the list of all templates as per default wordpress and/or as per plugins you have installed.
- Either use the block and make settings as per your best selection.

Home Customizer Plugin’s Template Selection
- See the list of block selection option while manage the page.
- There are many options for you to select ready made templates which make your design and settings easy.
- Our plugin added Templates you can find from “My Templates” section.
- In this tab you can see the list of all temples that you have imported via XML file given in the sample data as per above guide for more details.
- Get more details about how to import sample ready made templates from read-me.txt file inside plugin folder or on above document.
