Layout Templates not working

I saved a page layout as a template but when I tried to load the template on anohter page it fails. I deactivated all the plugins and it still doesn’t work.

Hi @alex5252,

Thank you for reaching out to us. I checked your setup and I see you’re using an old version of Pro, please update Pro to the latest version first and see if this resolves the issue. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site. If you find anything to be out of date, you can review our update guide.

If this doesn’t help then please check for the following as well:

  1. Clear all caches including browser cache then deactivate your caching plugin and other optimization plugins.

  2. Keep all the third party plugins deactivated while testing.

  3. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).

  4. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.

  5. Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php (please see https://theme.co/apex/forum/t/troubleshooting-increasing-php-memory-limit/16935)

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

Let us know how this goes!

thank you. updated the theme and it works now.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.