Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Our Website Shows Fatal Errorthe error is related to the Give Form Field Manager plugin (/public_html/wp-content/plugins/give-form-field-manager/). You can deactivate the plugin from FTP by renaming the directory name (give-form-field-manager)
Give Form Field Manager is a premium GiveWP addon. Try to contact GiveWP support for help
Forum: Requests and Feedback
In reply to: Media file organizationtry plugins like HappyFiles for WordPress media files organiser
Forum: Networking WordPress
In reply to: WordPress Multisite fatal erorit seems your website is back online. assume it has been solved?
Forum: Everything else WordPress
In reply to: Plugins For Websitetry content locker plugin like https://wordpress.org/plugins/subscribe-to-unlock-lite/
Forum: Fixing WordPress
In reply to: How to reduce initial server response timeunable to load your website now.
generally a fast and reliable web hosting will help.
Forum: Fixing WordPress
In reply to: Critical error; comments; multisiteI would turn on WordPress Debug Mode to record the critical errors for troubleshooting
Forum: Everything else WordPress
In reply to: Looking for free page builder with same featuresall plugins listed on wordpress.org are free
Forum: Everything else WordPress
In reply to: Looking for free page builder with same features- The plugin is a addon plugin for the page builder plugin called Elementor
- Other similar addon plugin for Elementor are:
Forum: Installing WordPress
In reply to: Will wp automatic update override my current wp-config.php?no
Forum: Fixing WordPress
In reply to: How to make logo bigger on mobile?add custom CSS:
@media only screen and (max-width: 481px){ .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img { max-height: inherit; } }it will overwrite the “max-height” setting for logo in mobile view (max-width 481px).
Forum: Fixing WordPress
In reply to: Newly uploaded images displayed in wrong dimensionsIn example 1, the smaller (less height) image is hosted on your site. The other images with 1:1 ratio are hosted on Jetpack CDN, which get auto resized.
Forum: Fixing WordPress
In reply to: Cannot access dashboardI can load the login page. Is your IP address blocked by the website? Test with a different internet connection
- This reply was modified 3 years, 1 month ago by Liew Cheon-Fong.
It is not only on phone and tablet. It does not display on my laptop too.
It is SSL mixed content error. Your site is non-https but your image path is https (without valid SSL certificate), therefore the image is not displayed.
Recommend to SSL (https) enable your site. Or, update image url to non-https (not really recommended)
Forum: Fixing WordPress
In reply to: Ask: WPML update to 4.6.1 shows WordPress database errorbuy your own license to get plugin support.
make sure all of your active plugins are PHP 8.x compatible