Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating new website with same domainSemplice looks like a WordPress theme (https://www.semplice.com/wordpress). You can migrate the existing landing page (WordPress) site to your new hosting and domain.
Forum: Fixing WordPress
In reply to: Center sidebar contentyou can add Custom CSS.
For example, elilyjay.com, add this custom css:
#secondary.widget-area { text-align: center; }refer: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Forum: Fixing WordPress
In reply to: Not receiving email change verification emailyou can change the admin email address directly at /wp-admin/options.php (just be careful not to mess up other options there…)
Forum: Fixing WordPress
In reply to: Deleted URL access not possibleyou need to contact hosting provider and request a site recovery (since it is deleted)
Forum: Fixing WordPress
In reply to: Cannot Upload Large ImagesOK. So the large image files are image downloads. Then I suggest you to FTP upload them.
You don’t want WordPress to auto process the image (resize, compress and generate thumbnails) at media upload.
Forum: Fixing WordPress
In reply to: Site URL problemok, I think I understand the issue now.
You want to keep WordPress in /wp but want WordPress to link to the homepage at the root?
In that case, you need to keep Site address to include the /wp directory. Then, make custom link at WordPress pages to link to your homepage.
Forum: Fixing WordPress
In reply to: How to remove existing pages i dont need on a themeif you don’t need them then delete them
useless pages hurt SEOForum: Fixing WordPress
In reply to: Cannot Upload Large ImagesPlease optimise your image for web (save for web) before upload. 11MB for 2000×2000 is too large for web display.
The image uplooad process easily timeout because takes too long time to upload 11MB file.
Also, try to turn off other image processing plugin if any.
Forum: Fixing WordPress
In reply to: Site URL problemyou installed WordPress in /wp directory but you want the website acceessible from the root domain? You need to update .htaccess in root folder. Please refer https://wordpress.org/support/article/giving-wordpress-its-own-directory/
Forum: Fixing WordPress
In reply to: URL changed from http to httpsthere are many ways to change URL, read https://wordpress.org/support/article/changing-the-site-url/
Forum: Fixing WordPress
In reply to: Deleted URL access not possibleannameer.com is not accessible now.
what did you delete?
have you change domain name in your hosting account?
Forum: Fixing WordPress
In reply to: Remove index.php from my URLyour .htaccess file is not the default WordPress version.
no, you don’t need to make changes to Apache config.
Make sure you have enabled mod_rewrite in apache.Forum: Plugins
In reply to: [Joinchat] Track WhatsApp button clickthank you
Forum: Fixing WordPress
In reply to: Remove index.php from my URLhave you setup permalink?
Forum: Fixing WordPress
In reply to: Limit total successful login number / userlimit to 10 successful login attempts then disable the member’s login? Why?
Logged in user has cookie saved on browser. They can stay log in for a very long time.