How to change theme on ImpressPages CMS website
- Download new theme from ImpressPages themes catalog
- Extract files to ip_themes folder. Your new theme folder should appear next to ip_default folder.
- Read readme.txt file for instructions. Usually you need to import theme related parameters. To do so, go to administration panel: Developer -> Modules exp/imp and import configuration file from downloaded theme archive.
- Open ip_config.php file and change THEME constant value to your new theme name. Theme name is the name of the folder.
//default theme in ip_config.php file. Near line 62
define('THEME', 'ip_default'); //theme from themes directory
//this is how it should look after change
define('THEME', 'your_new_theme_name'); //theme from themes directory
Only newly uploaded photos will be cropped according to new theme parameters.
Write a comment
You must be logged in to comment.