codex786
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Disable New users and Password Changed EmailsHey @mayank29gupta if you want to disable regular wordpress notification emails, you can simply install this plugin called “Manage Notification E-mails” from wordpress directory and use it to customize your notification emails according to your choice.
Link: https://www.ads-software.com/plugins/manage-notification-emails/
- This reply was modified 5 years, 2 months ago by codex786.
Forum: Fixing WordPress
In reply to: My ads are not showing. Error Unexpected token ‘]’I can see the live ads on the website. Are you still facing the problems?
Forum: Fixing WordPress
In reply to: Is Installing an SSL certificate inside wordpress possible.No you don’t need to force it.
Installing SSL on your Website is very simple if you have Cpanel.
Follow the easy steps below.Login to cPanel.
Click SSL/TLS Manager > Certificates (CRT) > Generate, view, upload or delete SSL certificates.
In the Upload a New Certificate section click the Browse button and locate your SSL Server Certificate file your_domain_com.txt.
Click the Upload button.
Click the Go Back link to return to SSL/TLS Manger.Or just mail me on [email protected]
Will do it for free.Forum: Fixing WordPress
In reply to: SSL for contact forms and admin?It’s not necessary to use SSL if you’re not asking for any payments or contact information from someone on your website but having SSL on your website helps a lot in your rankings on Google and increases trust to the visitor about your website.
Yes, Google will still show ‘site not secure’ message to visitors. I would recommend you to use SSL. There are no side-effects of using an SSL.
You can get a free SSL Certificate. Just visit sslforfree.com and get yours!I hope this helps.
Forum: Networking WordPress
In reply to: page loadingHey, If you are are looking to improve your website loading speed you can do few things and optimise it.
First of all, visit Pingdom
It is a free online tool that allows you to test your website’s speed from different locations.Now once you are done with analysing your website speed, you can now follow the process of website speed optimisation.
There are some things that make your website slow such as your web hosting, WordPress Configuration, page size, External scripts and plugins.
Use Good Hosting: Always use good quality managed WordPress hosting such as WP Engine or Namecheap.
Use a Cache Plugin : Caching can make your WordPress site anywhere from 2x to 5x faster. Read the guide from here to use a cache plugin.
Optimize Images: You should always optimize your website images that will help to reduce the image size and thus the page size that helps to load your website faster.
Use a Content Delivery Network (CDN): Always use a content delivery network to optimize your WordPress website speed. You can use Maxcdn or Cloudflare for good CDN.Reduce External HTTP Requests: You can reduce all these external HTTP requests by disabling scripts and styles or merging them into one file.
Optimize WordPress Database: After using WordPress for a while, your database will have lots of information that you probably don’t need anymore. For improved performance, you can optimize your database to get rid of all that unnecessary information. Use Any WordPress Database Optimizer plugin such as wp sweep to optimize your WordPress Database.
Enable GZIP Compression:
Add this code in your hta access file.<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule>
Follow these tips and I’m sure that you’ll be able to speed up your wordpress website.
Forum: Fixing WordPress
In reply to: Deleted wp-config.phpWell, here is the complete solution to upload any file including WordPress config. file on sftp. I followed the same method and it worked. I hope it will work for you as well.
how to upload files in google cloud with sftp
hope this helps!- This reply was modified 7 years, 4 months ago by codex786.