Hello,
I have buy Pasha theme and installed, but i dont have Portfolio, Teams, Testimonials, Demos, CMS Theme Import, Theme Options, Newsleter and more. My theme dont look like the live preview at all, please, help with the problem.
And one more question, what will hapen when i update the WordPress 4.5?
Hi,
I forget that problem http://postimg.org/image/yilwvtr81/full/ – how can i fix it?
Hi,
When i click "costumize" this error is showing: —> Warning: Invalid argument supplied for foreach() in /home/compoland/www/www/wp-content/themes/pasha/inc/ReduxCore/inc/extensions/customizer/extension_customizer.php on line 456
And when i try to choose icon in my menu i see the icon like this —> http://postimg.org/image/yilwvtr81/full/
Thanx!
You should check your PHP version Minimum PHP Version: 5.4.
Find php.ini on Linux:
Use command: find / -iname php.ini
Find and fix in php.ini:
max_execution_time = 30 => max_execution_time = 200
; max_input_vars = 1000 => max_input_vars = 5000
memory_limit = 128M => memory_limit = 256M
upload_max_filesize = 2M => upload_max_filesize = 8M
Hi,
I have changed all setings, i havent only --> max_input_vars = 1000 => max_input_vars = 5000 Because I dont have it in my php.ini, so now i must added or?
Thanx!