Flatastic Wordpress Theme

Contents

1. Ultimate Addons or Universefunder for Visual Composer plugin couldnt install

2. I can't change a header

3. How to increase memory_limit

4. How to create Color Filter

5. Registration doesn't work

6. Add custom woocommerce config.

7. I can't make import!

8. Wordpress doesn't save my menu

9. How can I activate any plugin - VC, Ultimate Addons, etc ?

10. How can I translate the theme

11. How to make Theme and plugins update

1. Ultimate Addons or Universefunder for Visual Composer plugin couldnt install

http://awesomescreenshot.com/0355196552

Dismiss message about installation. They are already installed

2. I can't change a header

You have Global header settings here

https://www.awesomescreenshot.com/image/3167342/7976d7ee0d0e531d024ae001234a3997

and it applies for all headers if you have Default option on the page here https://www.awesomescreenshot.com/image/3167348/6e6e62657db187107c12613224c27072


If you choose Header1 - 5 it overwrite Global header option on this page.

3. How to increase memory_limit

If your site loads slow you have to increase memory_limit

Read https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

For clear Woocommerce it needs to be minimum 64M. For VC plugin developers recommend 128M

If you use 40M it can slow down your site


php settings must be

1php_value upload_max_filesize 64M
2php_value post_max_size 64M
3php_value max_execution_time 3000
4php_value max_input_time 3000


Also read http://www.onlinemediamasters.com/slow-wordpress-admin-panel/

4. How to create Color Filter

1. Create attributes http://awesomescreenshot.com/0e652907df

2. Create colors http://awesomescreenshot.com/0265290h11

5. Registration doesn't work

Check your settings

http://www.awesomescreenshot.com/image/1971574/e81d8fa0c5a1ac64187da53f93de6cc9

6. Add custom woocommerce config.

You have to see config-woocommerce. You have to install Child theme and activate it. See our the latest theme version

You have to copy config-woocommerce from parent theme to child theme and after you can edit it.

Also you have to add this to the child functions.php

/* Include Config WooCommerce
/ ---------------------------------------------------------------------- /



if (class_exists('WooCommerce')) {



if ( ! function_exists( 'mad_woo_config' ) ) {



function mad_woo_config() {
// Load required classes and functions
require_once( 'config-woocommerce/config.php' );
return MAD_WOOCOMMERCE_CONFIG::instance();
}



}



/**
* Instance main plugin class
*/
global $mad_woo_config;
$mad_woo_config = mad_woo_config();
}

7. I can't make import!

you have to increase increase upload_max_filesize and post_max_size https://www.awesomescreenshot.com/image/3368177/fb77802afb22c080b870c242c72bd718

Switch on ZipArchive extension

http://stackoverflow.com/questions/23487877/error-wrong-export-slider-file-format-this-could-be-caused-because-the-ziparch

We advice to use such settings

htaccess Method

Some people have tried using the htaccess method where by modifying the .htaccess file in the root directory, you can increase the maximum upload size in WordPress. Open or create the .htaccess file in the root folder and add the following code:

1php_value upload_max_filesize 64M
2php_value post_max_size 64M
3php_value max_execution_time 1000
4php_value max_input_time 1000

Remove json restriction:

I contacted siteground and they replied me the below (its just for reference):

"It is actually not a server-side restriction but rather a WordPress security feature known as "filtered upload" which does not allow the upload of certain file types. To resolve this I have added the following code to the wp-config.php file of your application:

Code:

define('ALLOW_UNFILTERED_UPLOADS', true);

and now the upload of the .json file is working as intended"

The problem is solved.


8. Wordpress doesn't save my menu

https://velikorodnov.ticksy.com/ticket/608360

9. How can I activate any plugin - VC, Ultimate Addons, etc ?

If you want to have a personal license you can buy it and use it. I have extended licenses which allow to include plugins into the pack, but I provide all updates with the theme.

All plugins work without activation. it needs just for auto-updates

How to update theme and plugins read

https://velikorodnov.ticksy.com/article/4335/


https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins

10. How can I translate the theme

You have po file at the lang folder

You can translate theme via po files and http://poedit.net/


To translate woocommerce - read https://docs.woothemes.com/document/woocommerce-localization/


Read also https://codex.wordpress.org/Installing_WordPress_in_Your_Language

11. How to make Theme and plugins update

Download here http://themeforest.net/downloads the latest version

go Appearance-->themes, activate any theme, remove Flatastic (Revija, Shopme or any another my theme) theme. If you need to update all our plugins. Go to Plugins, deactivate them, and Uninstall. Install new flatastic.zip (or another theme), activate. After go to Flatastic (Revija, Shopme or any another my theme) settings and click Save settings. After go to Appearance-->Install Plugins and install new plugin's versions




Also you have option to adjust autoupdates

https://www.wpexplorer.com/envato-market-plugin-guide/