How do I set my homepage in the X Pro theme

Hi There I’m trying to set my homepage in X Pro but I can’t go through the normal Appearance - Customize like normal because I get this code

Fatal error: Out of memory (allocated 234618880) (tried to allocate 84 bytes) in /nfs/c08/h05/mnt/117347/domains/church.calvarychapelyorbalinda.com/html/wp-content/themes/pro/framework/functions/global/plugins/visual-composer.php on line 4828

Hello @BillyXavier,

Thanks for asking. :slight_smile:

  1. Please don’t use Customizer, Pro has it’s own Theme Options panel that can be accessed from Pro > Theme Options. https://cloudup.com/cK7VL88YZEP
  2. You can set home page from Settings > Reading > Your homepage displays > A static page (select below) > Home Page.
  3. You need to increase PHP memory. You can do this by editing your wp-config.php file which can be located under the root of your WordPress installation.

Add the following lines into that file.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Thanks.

Can you please showmen where settings is located in the theme options? This is all I have when I go to the theme options

Hello @BillyXavier,

Thanks for updating the thread. :slight_smile:

To set home page you need to go to WordPress settings (not Pro theme settings).

Thanks.

Thank You!!!

Hi There,

Feel free to let us know if you need anything else.

Thank you so much.