Fatal error: Allowed memory size of 134217728 bytes exhausted in WP
-
admin
-
July 16, 2017
-
Word Press
-
0 Comments
it’s a memory issue on server side. you should check your php max memory limit on your hosting. ask your hosting provider to increase it if you can’t do it manually yourself
Continue Reading
/wp-content/themes/mytheme/inc/slider.php in wp
-
zendnwar
-
August 21, 2014
-
Word Press
-
0 Comments
simple solution : include_once WP_CONTENT_DIR . ‘/themes/mytheme/inc/slider.php’;
Continue Reading
TypeError: f.easing[i.animatedProperties[this.prop]] is not a function
-
zendnwar
-
March 21, 2014
-
Word Press
-
235 Comments
this error occurs when a newer version of jquery and jquery.easing is used with an older version of the call to animate.easing. Do a search in your javascript of your theme for the text “easeout” or “easein” or “easeinout”. I solve this problem different way. I got this problem when I try to active animation existing slider site. I find …
Continue Reading
WordPress Developer in Bangladesh
-
zendnwar
-
July 4, 2013
-
Word Press
-
0 Comments
Why WordPress? Create SEO friendly blog with WordPress WordPress is known as the best SEO friendly CMS WordPress is extremely easy to use, even for the most novice user Make your blog social bookmark enabled with WordPress Ability to design your blog using your photos and videos What I do: Creating the wordpress themes. Converting a psd into a wordpress …
Continue Reading
How to change database name in word press?
-
zendnwar
-
June 13, 2013
-
Word Press
-
0 Comments
Please go to root folder and open wp-config.php May be line number 19. define(‘DB_NAME’, ‘wordpress’); // chane your database name replace with “wordpress”. /** MySQL database username */ define(‘DB_USER’, ‘root’); // please set your user name replace with “root” /** MySQL database password */ define(‘DB_PASSWORD’, ”); // please set your password /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); /** Database Charset …
Continue Reading