by JIM LEE | Jul 31, 2020 | Work-Related
To use this tutorial, you need to find the current hearder.php file of your WordPress theme. (for example MH Magazine lite theme the header.php file is includes/mh-custom-functions.php) first you need le the logo float to left. add the code to the style.css line 110:...
by JIM LEE | Jul 31, 2020 | Work-Related
When you try to import database throught PHPMyadmin you have limitation: (Max: 8,192KiB) To increase the PHPMyadmin import limitation. you need to find your server php.ini file then find the line of post_max_size change it to the value that you want. for example:...
by JIM LEE | Jul 22, 2020 | WordPress, Work-Related
if you see waiting for count.carrierzone.com and you WordPress website hanging. then you need disable: <!– WiredMinds eMetrics tracking with Enterprise Edition V5.4 START –> <script type=’text/javascript’...
by JIM LEE | Jul 21, 2020 | WordPress, Work-Related
You can Remove invalid menu items under “appearance->menu” from the dashboard. If you want restore the menu item. you need check if the page or post on the trash bin. if you can find them from the trash, then you need restore them back. If you can not find them in the...
by JIM LEE | Jul 15, 2020 | Work-Related
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Ampps\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 213 find your php.ini file ( in my case C:\Program Files\Ampps\phpMyAdmin\libraries) then edit the fellowing...