Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured image not displaying via rss feedyou should contact the premium plugin author for support
Forum: Plugins
In reply to: [BJ Lazy Load] #Abandonwareit has been tested till version 4.9.9 so it does not look like abandoned to me.
Forum: Fixing WordPress
In reply to: Set unlimited title length to Woocommerce productsnot aware that there’s limit for title length.
you can use plugin to set title limit https://wordpress.org/plugins/woo-title-limit/Forum: Fixing WordPress
In reply to: I do not know what I didYou should not change the name servers when your website is working fine.
1. Do you want to use self-host WordPress(.org) or free WordPress.com hosting?
2. where do you want to host your WordPress site? GoDaddy or WordPress.com?
Forum: Fixing WordPress
In reply to: Site Brokenedit wp-config.php then find the line starts with
define('WP_CONTENT_URL'then remark the line (add /* in front and */ at the end)Forum: Fixing WordPress
In reply to: Migrated site shows only text file of admin pagethe easier way would be backup original site then restore it to new location, instead of copy over the original site to new hosting location.
You can use a WordPress backup/restore plugin or WordPress migration plugin to do that.
Forum: Fixing WordPress
In reply to: AJax menu plugin?try a form plugin that supports conditional logic
Forum: Fixing WordPress
In reply to: Ad not showing above the foldtry an ads plugin that support AdSense https://wordpress.org/plugins/search/AdSense/
Forum: Fixing WordPress
In reply to: Hide Featured ImageI hope the theme has option to hide the featured image on post. If it does not, then try this CSS hack:
.et_post_meta_wrapper img { display:none;}Forum: Fixing WordPress
In reply to: Appache http server stops workingthis is not a WordPress issue.
check out the solutions at https://stackoverflow.com/questions/1138269/apache-error-notice-parent-child-process-exited-with-status-3221225477-res
Forum: Networking WordPress
In reply to: Multisite with different domainsForum: Fixing WordPress
In reply to: HTTP Error 500contact your web hosting provider to enable mysqli or PDO
Forum: Fixing WordPress
In reply to: Site DownIt seems back online now
Forum: Networking WordPress
In reply to: Multisite – Super-Admin vs Admincould you share a sample of the embed code?
can you type some text on the page and publish? Is the text intact?I guess you are pasting code in visual editor. Try to paste in plain text mode.
either the server blocked your ISP or your ISP blocked access to the server.