Liew Cheon-Fong
Forum Replies Created
-
Forum: Plugins
In reply to: [Stream] Has developer abandoned this plugin?looks like it.. that’s sad.
Forum: Fixing WordPress
In reply to: The editor has encountered an unexpected erroryes, you have debug mode enabled. now, check “debug.log” file in /wp-content/ directory.
Forum: Fixing WordPress
In reply to: The editor has encountered an unexpected errorTurn on WP Debug with Debug log. The debug log file will contain helpful information about website errors.
Forum: Everything else WordPress
In reply to: Redirecting WP multisite http to httpsI checked and your site is redirecting from http to https correctly.
Just a note, make sure you are testing https:// in Page Speed Insights (not http://)
Forum: Everything else WordPress
In reply to: I need a classified plugin with marketplaceDokan that you mentioned can do that https://wedevs.com/blog/406531/how-to-advertise-in-marketplace/
Forum: Everything else WordPress
In reply to: Text too small to readthe font size of the page looks normal (same as other pages) now. Have you resolved it?
Forum: Fixing WordPress
In reply to: Downgrade WordPressI see that you are running very old version WordPress.
The plugin error because WordPress minimum requirement is PHP 5.6.
You should update PHP or switch hosting with newer PHP version
Backup First!
You can manually upload WordPress 4.2 no-content installation files and replace all existing files, except wp-config.php, /wp-content directory
Backup First!
Forum: Accessibility
In reply to: How to add another Adminrefer this guide https://wordpress.org/documentation/article/users-add-new-screen/
Forum: Fixing WordPress
In reply to: How to update wordpress versionAlways backup first.
You can upgrade WordPress via WordPress dashboard. Read: https://wordpress.org/documentation/article/updating-wordpress/
Forum: Everything else WordPress
In reply to: what does exactly width 640px in function.php means?it will set the content width to 640px. If you have a 700px image, it will shrink to 640px. If you have 700px image and 700px text side by side, the text will be push down.
Forum: Installing WordPress
In reply to: Site is unable to reach WordPress.orgcontact your hosting provider for support
Forum: Everything else WordPress
In reply to: Critical Error When Comments Issued on Postsyou might need to enable ctype.so PHP extension.
refer iPage help: https://www.ipage.com/help/article/how-to-enable-ctype-so-extensions-in-php-ini
- This reply was modified 2 years, 11 months ago by Liew Cheon-Fong.
Forum: Fixing WordPress
In reply to: Is there are plugin to remove HTML, CSS, PHP comments?you can host WordPress site locally on your computer
Forum: Fixing WordPress
In reply to: My website has errorPlease tell what is the error and what is your website
Forum: Fixing WordPress
In reply to: Password Reset Link not Receivedmake sure your website can send out emails. you can use a SMTP plugin to configure, test, and log website emails