Liew Cheon-Fong
Forum Replies Created
-
maybe you need to update WooCommerce to the latest version.
You should migrate stage.mywebsite.com to mywebsite.com. Not pointing mywebsite.com to stage.mywebsite.com
My concern is that pointing the domain to WordPress will cause Google to no longer find the old pages, because they will have the domain changed either to blogspot or to the subdomain I create for it.
It is not valid concern. Google only knows your domain (mywebsite.com), which is now pointing to your WordPress site. Google does not care the now mywebsite.blogspot.com (you might want to hide it though)
All the old pages should exists on your WordPress. Make sure you have imported the blog posts and do the redirection correctly (blogspot has different permalink structure)
Track “404 page not found error” to find any missing redirection/contents.
Forum: Fixing WordPress
In reply to: Payment form for Woocommerce without gatewayis it legal to collect credit card details? how does the hotel ensure the credit card details are safe?
Forum: Fixing WordPress
In reply to: Expired SSLwhat is your website url?
Forum: Fixing WordPress
In reply to: Site is so slow :( . Any advice for a clueless coder?first of all, optimise the image sizes, especially the following images:
- IMG_5456-scaled.jpeg
- HLH-Yeastworks-Logo.png
You are not using the full size images on your website. Resize them to use a smaller size images.
Forum: Fixing WordPress
In reply to: WP-Admin redirects to coming soonwhat is your website url?
Forum: Fixing WordPress
In reply to: Unable to Auto Update the WordPress Versionmake sure you do not have plugin that disable auto update. also check wp-config.php file make sure there is not a line like:
define( 'WP_AUTO_UPDATE_CORE', false );Forum: Fixing WordPress
In reply to: Cannot receive any emails via my WP site with SMTP or withoutSMTP is “Send” emails. It does not “Receive” emails.
You should setup correct POP or IMAP in your email client software. You can get the email server settings from your hosting provider
Forum: Fixing WordPress
In reply to: Non-existent URLs display homepage instead of 404 errorprobably a 404 redirect or theme’s setting
try switch to default theme and deactivate all plugins to test
Forum: Fixing WordPress
In reply to: Google Form Embed Errorthere is security header DENY error. Please make sure you are using the correct embed html code provided.
Forum: Fixing WordPress
In reply to: Website disappearedtry switch to WordPress default theme first
Forum: Fixing WordPress
In reply to: Upload large size imagesyou can disable the image auto scale using following code in active theme’s functions.php file or using plugin like code snippet:
//images over 2560px are not cropped add_filter( 'big_image_size_threshold', '__return_false' );or use plugin to disable it https://wordpress.org/plugins/disable-media-sizes/
There are other ways to brute force attack, such as xml-rpc, WP JSON API
changing login url reduces the brute force attack attempts from lazy bot/hacker but it is not a login protection.
Forum: Fixing WordPress
In reply to: Logged in but can’t get to Dashboardtry to add a new admin user via ftp
refer: https://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-in-wordpress-using-ftp/
Forum: Fixing WordPress
In reply to: emojis showing as ? after migration from mordpress.org to EC2what is the website url?