MinimogWP Documentation
  • Getting Started
    • Welcome to MinimogWP
    • Theme requirements 🔥
    • WordPress knowledge base
  • Support
    • My purchase code
    • How to get support
  • Installation
    • How to install demo
    • Best Elementor Settings
    • Common Installation Issues
  • Update
    • Before Updating
    • Update Theme
    • Optimize theme
  • Build Your Site
    • WordPress configuration
    • Theme Options
    • General Settings
    • Build with Elementor
  • ECOMMERCE FEATURES
    • Product bundles
    • Quantity discount
    • Quantity select
    • Sale countdown timer
    • Product frequently bought
    • Product compare
    • Product wishlist
    • Product quick view
    • Multi-currency switcher
    • Product custom tabs
    • Product variation swatches
    • Variation gallery images
    • Shoppable images
    • Product video & product 360
    • Size guide
  • THEME OPTIONS
    • Theme Styling
    • Site info
    • Logo
    • Top bar
    • Header
    • Navigation
    • Page title bar & breadcrumb
    • Footer
    • Sidebars
    • Blog
    • Shop
    • Search
    • Popup
    • Instagram
    • Login/register popup
    • 404 page
    • Pre loader
    • Advanced
    • Site Identity
    • Widgets
      • How to Create a Sidebar
      • How to Add Widget in Sidebar
      • How to Edit Widget
      • How to Add Sidebar for a Page
    • Homepage settings
    • Additional CSS
    • Additional JS
    • Import/Export
  • PAGES
    • Create a page
    • Change page title
    • Page options
    • Maintenance mode
    • Onepage setup
  • MENU
    • How to create menu
    • How to create Mega menu
    • How to create Category Menu
  • WOOCOMMERCE
    • Enable Elementor for Product details
    • Cart
    • Home
    • Orders
    • Coupons
    • Settings
      • Products
      • Shipping
  • FAQs
    • Things you should know about theme updating
    • WPML plugin
    • Polylang plugin
    • Add custom font
Powered by GitBook
On this page
  • Recommended PHP Configuration Limits
  • Tips For This Part
  • How to choose PHP version and enable PHP extension
  1. Getting Started

Theme requirements 🔥

PreviousWelcome to MinimogWPNextWordPress knowledge base

Last updated 8 months ago

To use Minimog, you must be running:

  • WordPress 5.6 or higher

  • PHP 7.4 - 8.1 (Best is 8.0.xx)

  • MySQL 5 or higher.

We have tested it with Mac, Windows, and Linux. Below is a list of items you should ensure your host can comply with.

  • Check to ensure that your web host has the minimum requirements to run WordPress.

  • Always make sure they are running the latest version of WordPress.

  • You can download the latest release of WordPress from the official website.

  • Always create secure passwords for FTP and Database.

Hosting is more secure when PHP applications, like WordPress, are running using your account’s username instead of the server’s default shared username (www or www-data). The most common way for hosting companies to do this is using PHP. Just ask your potential host if they run PHP or something similar.

Recommended PHP Configuration Limits

Many issues that you may run into such as white screen, demo content fails when importing, empty page content, 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 512M

  • post_max_size 64M

  • upload_max_filesize 64M

You can verify your PHP configuration limits in the System tab in the Backend-mainpage. Take a look in the left sidebar for Minimog back end > Insight Core > system.

Your mission is to make those 4 sections turn from yellow to green.

  • WP Memory Limit: find the file wp-config.php. Add the line “define(‘WP_MEMORY_LIMIT', '256M' );” above the line /That's all, stop editing! Happy blogging./

  • WP Debug Mode: It is not important to set WP Debug Mode then do not worry about it.

  • PHP Time limit: find the file wp-config.php. Add the line “set_time_limit(600);” above the line /That's all, stop editing! Happy blogging./

  • PHP Max Input Vars: Find .htaccess in folder Root of website. Add the line “php_value max_input_vars 5000”

How to choose PHP version and enable PHP extension

Step 1: Go to CPanel find Select PHP version

Step 2: Choose version 5.6 and enable XML reader extension

Step 3: Save the file

Tips For This Part

👍
WordPress