Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ‘Ghost’ Home pageI don’t see any “ghost” homepage, whether direct visit or visit from Google search result.
screenshot: https://i.imgur.com/h5X9cRE.png
I guess it is your cache
Forum: Everything else WordPress
In reply to: Images do not appearthere are errors in the HTML image code (double “)
screenshot: https://i.imgur.com/Nz8hwas.png
Forum: Fixing WordPress
In reply to: Critical error message on wordpress adminturn on WP_DEBUG to check the errors
Forum: Localhost Installs
In reply to: Setting up multiple local hoststry ServerPress, Local by Flywheel, DevKinsta
Forum: Fixing WordPress
In reply to: Messing up with domain name- eremorupecava.org is not resolved. it is not pointing to any web server
- the hosting server needs to updated about the new domain name before it can serve the website. contact your hosting provider.
- here are several ways to change WordPress URL https://wordpress.org/support/article/changing-the-site-url/
- Do not edit .htaccess. It is for “cleanup” after new domain is working. You need a hosting account for the old domain to edit the .htaccess so that old domain name redirect traffics to new domain. You can use cloudflare to host the domain for free and do redirection https://support.cloudflare.com/hc/en-us/articles/200172286-Configuring-URL-forwarding-or-redirects-with-Cloudflare-Page-Rules
use .htaccess for redirect?
Forum: Everything else WordPress
In reply to: Product thumbnail is not displaying while sharing urlYour page does not specified og:image meta tag that for link sharing. You can use an SEO plugin to help you.
Forum: Everything else WordPress
In reply to: Blurry images when upload exact image sizeIdeally, upload image with the exact size you want to display on the website.
Are you using any image plugin on your website that might compress your images?
Forum: Fixing WordPress
In reply to: 404 On Image FilesI don’t see any 404 error on the website. probably it was cache issue.
Forum: Everything else WordPress
In reply to: 404 error on images available in the media gallerywhat is your website url?
Forum: Fixing WordPress
In reply to: Display WordPress Comment box above commentstry to ask your question in the plugin support forum https://wordpress.org/support/plugin/reviewx/
Forum: Fixing WordPress
In reply to: Getting 404 After removing index.phpwhat is your website url?
if your website is hosting on an Apache server, make sure mod_rewrite is enabled. For other web servers, you can refer to https://wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
You may contact your hosting provider for permalink support.
what is your website url?
Forum: Everything else WordPress
In reply to: Not loading properly on iPhone/iPad but okay on androidwhat are not loaded properly on iPhone/iPad?
Forum: Fixing WordPress
In reply to: og:image not recognized by Facebookchecked your page source code and found that there’s tons of inline CSS above the og meta tags
try not to inline css so that facebook can read the og meta tags