Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wrong Preview Image at linking content in Social Mediayou can use an SEO plugin to set the preview image you want
Forum: Developing with WordPress
In reply to: limit user access by Machine IDyou can find plugin to limit user login on single device (it uses login info + cookies to detect)
Forum: Developing with WordPress
In reply to: limit user access by Machine IDyou can log and track IP address but not machine ID because machine ID is not send over internet when a visitor browse your website.
Forum: Everything else WordPress
In reply to: Postyou can use anti spam plugin
Forum: Fixing WordPress
In reply to: Blog posts not showing under categories menuwhat is your website and the blog posts ?
Forum: Everything else WordPress
In reply to: How to prevent this code from being used on Posts?try
if($post->post_type == 'page') { /** your code **/ }Forum: Fixing WordPress
In reply to: Page builder that saves Template File to diskyou can export a page template as a file
Forum: Fixing WordPress
In reply to: collect user’s email+name before download failtry a email marketing plugin
Forum: Everything else WordPress
In reply to: how to login in wordpress from C#I am not a developer but I think you can find the resources you need at https://developer.wordpress.org/
Forum: Developing with WordPress
In reply to: Decreasing the space in my MC4WP formthere are two empty <p> HTML paragraph tags in between.
Check your mailchimp form and remove themscreenshot: https://i.imgur.com/kr32tl7.png
check siteground image optimisation settings
https://www.siteground.com/tutorials/wordpress/sg-optimizer/image-optimizations/Forum: Fixing WordPress
In reply to: Me only: ERR_CONNECTION_TIMED_OUT when updatingmost probably your hosting is slow to response (thus the timeout error) or hosting account does not have enough resources.
It only affects you (admin) in the admin page because admin pages are not cache and loading pages trigger more PHP process and MySQL queries.
Front end is not affected much if it is cached.
A user’s process timed out does not mean other users have the same issue with difference process.
Forum: Fixing WordPress
In reply to: Login Error: Captcha Loopyou can disable the plugin by renaming the plugin folder “wp-limit-login-attempts” in wp-content/plugins/ via FTP
try contact the plugin author for the issue
Forum: Fixing WordPress
In reply to: Emails from site for domain name and ip addressit is common mistake if your website is sharing hosting server with others (same IP address). Try to contact your hosting provider about the issue
Forum: Everything else WordPress
In reply to: Media Streaming From A NASyou need to at least able to get the specific URL for the video file.