Masonry images not working
Masonry images not working
Masonry images not working
I got an issue after i migrated a site
I assume you’ve transferred your Domain in to Google as you are getting the Google 404 page? It looks like you still need to point the domain to your webserver by changing the nameservers.
do_action and add_action on two different installed plugins won’t work
Your site codereflect.com is not that heavy. Could be the Suffusion theme and its options making lots of DB calls. I’d use http://wordpress.org/extend/plugins/debug-queries/ to see what queries are being called and how many. And it also could be you’re on a shared box at softlayer that is “too” shared with others.
The template name when declaring a parent in a child theme’s CSS is case sensitive. Try changing the line to: Template: divi
It’s likely a plugin. Disable them, and see if that fixes it. If it does, enable one by one, until you find the culprit. If it’s not a plugin (and even if it is), you can try to increase the memory allocated for PHP. Add this to your config.php: define(‘WP_MEMORY_LIMIT’, ’64M’); You can read more … Read more
If you didn’t hand-change the wpurl in the dev database, what probably happened is that you entered your url, and WP made a 301 redirect to the live site. Then, without realizing it, you changed the url config in your live site. To make it work: Put this in your wp-config.php define(‘WP_SITEURL’, ‘http://your-wp-url.com’); define(‘WP_HOME’, ‘http://your-wp-url.com’); … Read more
This is where the rule of avoiding bloat applies best. You should ask yourself why is it that you have so many errors generated with the code you use. In theory you should not fix the errors but wait for the author to fix it as if you fix it yourself you basically forking the … Read more
I installed w3 total cache plugin and cleared my browser cache. Wish I had of done this pre deleting some forms!