Lisfinity Documentation
  • Introduction
  • Overview
    • Getting Started
      • Theme Installation
      • Theme requirements
  • Core Concepts
    • Ads
      • Posting Ads (Vendor)
      • Posting Ads (Administrator)
  • Payment Packages
    • Manage Payment Packages
  • Promotions
    • Promotion Type - Product
    • Promotion Type - Addon
    • Promotion Type - Premium Profile
  • Fields Builder
    • Groups
    • Common Group
    • How to Create Taxonomy
    • Dependable Fields
    • Select and Checkbox Field Types
    • Location Field Type
    • Input Field Type
    • Disabling Fields Builder
  • Search Builder
    • Home Page
    • Search Page
    • Detailed Search
    • Ad Single Group Fields
    • Keyword Search Options
    • Taxonomies and Meta Fields Search Options
    • Disabling Search Builder
  • Vendors
  • Lisfinity Header & Footer
    • Header
      • Cart Icon
      • Theme Navigation Menu
      • Lisfinity Button
      • Navigation Avatar
      • Navigation Notification
      • Compare Icon
      • Login Icon
      • Search Keyword
    • Footer
  • Lisfinity Elementor Elements
    • Business Profile Shortcodes
      • Business Store
      • Business Reviews
      • Business Contact
    • Tabs
    • Authors
      • Author Box
      • Author Search
    • Auth
      • Register Form
      • Password Reset Form
      • Login Form
    • Search Page Elements
    • Single Listing Elements
    • Banner Featured Categories
    • Banner Search Form
    • Lisfinity Title
    • Lisifnity Ads
      • Custom Style
    • Lisfinity Taxonomies
      • Examples
    • Lisfinity Posts
      • Examples
    • Lisfinity Price Packages
      • Examples
    • Lisfinity Partners
    • Lisfinity Profiles
      • Examples
    • Lisfinity How It Works
    • Lisfinity Testimonials
      • Examples
    • Lisfinity Category Types
      • Examples
  • FAQ
Powered by GitBook
On this page
  • How To Verify Your Current PHP Limits?
  • Updating your PHP version

Was this helpful?

  1. Overview
  2. Getting Started

Theme requirements

Lisfinity theme requirements

PreviousTheme InstallationNextAds

Last updated 4 years ago

Was this helpful?

Many issues you may run into such as; white screen, demo content fails when importing, empty page content, changing skin problems and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

max_execution_time 300
memory_limit 128M
post_max_size 64M
upload_max_filesize 64M
max_input_time 60
 max_input_vars 1000

Also consider upgrading your PHP version to the , the newer the better.

How To Verify Your Current PHP Limits?

You can check your PHP configuration limits them by installing the plugin and then going to WordPress dashboard > Fastdev > and choose PHP tab to compare your server info (). The first column (Local) refers to your installation value, and the second column (Master) refers to the limits of your host. The latter values are often lower if you have selected a cheaper hosting package.

Updating your PHP version

In most cases, you cannot update the PHP version yourself and need to contact your host about this. The upgrade process is an easy process and should be something your host can do for you without impacting your website or charging you a fee. Here’s a letter you can send to your hosting company:

Dear host, I’m running a WordPress theme on one of your servers and WordPress and this theme has recommended using at least PHP 7 or higher. WordPress, the content management system that my theme uses, has listed PHP 7.2 as the recommended version on their requirements page: Can you please let me know if my hosting supports PHP 7.0 or higher and how I can upgrade?

Also please increase those limits to a minimum as follows:

max_execution_time 300 memory_limit 128M post_max_size 64M upload_max_filesize 64M max_input_time 60

Looking forward to your reply.

latest version
FastDev
see example
https://wordpress.org/about/requirements/