Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated to WordPress 5.5.1 is there a 5.5.2?have you update other themes and plugins yet?
some outdated plugins might not compatible with WordPress 5.5.1 yetForum: Fixing WordPress
In reply to: Comment Box disappearedsounds like new comment has been disabled for existing posts
if you know mysql query, you may use this query to enable comments for all posts:
UPDATEwp_postsSETcomment_status= "open" WHEREcomment_status= "closed" ANDpost_status= "publish";refer: https://www.saotn.org/disable-wordpress-comments/#Reenable_WordPress_comments_globally`
Forum: Developing with WordPress
In reply to: What is the maximum comments to be handledtry WP All Import plugin for better performance
Forum: Everything else WordPress
In reply to: Should I code or use a plugin?sounds like multi-vendor setup
check out DokanForum: Fixing WordPress
In reply to: Images look like negativeshttps://www.squintcommercial.com.au/ (coming soon page) looks normal on Chrome and Firefox
Forum: Fixing WordPress
In reply to: How to Recover WP password with no Email Recovery Linkedhttps://wordpress.org/support/article/resetting-your-password/ tells you the several ways to reset password
- This reply was modified 5 years, 8 months ago by Liew Cheon-Fong.
Forum: Fixing WordPress
In reply to: can i exclude html tag from search result without addon/what html tag?
which old addon?Forum: Fixing WordPress
In reply to: Migrated Site and now too many redirectsdo you want to access your site at non-www or www?
Forum: Fixing WordPress
In reply to: 301 redirect in waterfall, how to remove?if your site is https ready then you should test https//mysite.com at GTmetrix
It is the right behavior to redirect http to httpsForum: Fixing WordPress
In reply to: How do I shrink front page pictureI see that you are using Hestia theme
try
.home .page-header{ height: 600px !important; } .carousel .page-header { min-height: unset !important; }https://docs.themeisle.com/article/810-how-to-make-hestia-theme-header-full-height
where is the image?
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] reduce server loadsomething like this
BeRocket AJAX Product Filters Additional tables are generating. They will be used after generation is completed. Current status is 48%
Forum: Networking WordPress
In reply to: How to convert multisite to single site?the easiest way is to use All-in-one WP Migration with Multisite extension (not free)
Forum: Fixing WordPress
In reply to: How can you set an alternative Page Name as well as a Titleyou can use a SEO plugin to set page title
Forum: Fixing WordPress
In reply to: Category Blog Page URL’syou need to do link redirection after changed the permalink