Tricks

Fix WordPress “You do not have sufficient permissions to access this page”

If you use Nginx and meet this problem with some WordPress plugin tab error “You do not have sufficient permissions to access this page”, please read this post, it’s easy to solve. You need to edit the WordPress core file: Go –> wp-admin –> options-general.php Open options-general.php, add the following code before the <php <base …

Coupons

Free Giveaway – Get $100 worth of Google AdWords

We got a new coupon code from Adwords, you can get $100 in free AdWords credit when you spend $25. Offer expires May 31, 2015. 4P7YQ-LJ6AR-FNUJ *Offer valid for new customers only. Visit google.com/ads/analytics or call (800) 903-0274, 9am-9pm ET, Mon-Fri, before May 31, 2015 to redeem the credit. Please use offer code:4P7YQ-LJ6AR-FNUJ.

Hosting

[fix] Sendmail Can’t Send Mail!

If your Centos server/VPS can’t send mails, please read this post. Reinstall the sendmail yum install sendmail Restart php-fpm /etc/init.d/php-fpm restart Test sendmail work properly or not /etc/init.d/sendmail status Commands you may use /etc/init.d/sendmail start /etc/init.d/sendmail stop /etc/init.d/sendmail restart edit php.ini vi /usr/local/php/etc/php.ini You may find the default code: ;sendmail_path = Press “i” to edit …

Internet Resource

Fix! WordPress “Could not create directory”

Wordpress Could not create directory dobeweb

Sometimes when we install the WordPress themes or WordPress plugins we may failed, just because there are some small problems with the server settings. If you meet the following error, just read this post to find the solutions. Downloading install package from http://downloads.wordpress.org/plugin/zip. Unpacking the package. Installing the plugin. Could not create directory. Plugin Install …

Internet Resource

WordPress MemberShip Plugin Wishlist Member Coupon Code

Save money with WP Wishlist Member Discount Coupon Code.WordPress Wishlist Member Plugin Coupon Code. $25 Promo.Wishlist Member Coupon Codes, Discounts. Wishlist Member Discount Update: From December 13-19th, Wishlist Member are doing a “Buy 1 Get 1 Free” promotion for their Single Site licenses. Please follow this link to get the discount. P.S. – This is …

Wordpress Plugins

Store WordPress Uploaded Images With Different Hostnames 

Browse your WordPress based website with a lot images faster~! Parallelize image downloads across hostnames Parallelize allows automatically parallelizing resources across multiple hostnames, speeding page load. While browsers can handle up to 60 http requests simultaneously, only 2-4 simultaneous requests can be handled from the same hostname. This can potentially slow down page loads on …

Free WordPress Themes

30 Best Free Responsive WordPress Themes 2015

More and more people using smartphones these days, a lot people using smartphones visiting websites instead of the desktop PCs. We have more than 60% of our visitors are coming from high-end smartphones, so it is very important to use responsive layouts for your sites. If you’re looking for free responsive WordPress themes, you’re at …

Others

Solution: WordPress Can’t Update – Can’t Copy Files

Wordpress Update Error Can't Copy Files

Some of you may got the WordPress update errors, just like “failed to open stream: Permission denied in” “Could not copy files”, The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. Installation Failed. etc. Usually, you can set the file permission to …

Wordpress Plugins

Useful SEO Plugin: Add “nofollow” to All Your External Links

WordPress seo plugin

When you credit others materials links, you may want to add “nofollow” to the external links, you can do this manually, but if there are 100 links in one page, and you want to add the `rel=nofollow` and `target=_blank` to all your external links in older posts, how can you handle this? Here is the …

Tricks

WordPress: How to Fix the Problem with Image Captions after 3.7 Upgrade

Problem with WordPress Image Caption

If you have upgraded to the latest WordPress v3.7, you may meet the image caption problem in the visual editor, this  is a particularly nasty bug that affects working with image captions in the visual editor. It was caused by a regression in Uglify.js. New captioned image inserted into the Visual Editor produces a huge …