Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect to another pageBoth are correctly linked but same page content.
Forum: Everything else WordPress
In reply to: Is there a limit to how many roles?I don’t aware of limitation to role number.
I also don’t think it is a good idea to have thousands roles. You can limit posts per user, don’t need to create a role to restrict post access.
You can try “WP All Import” with user addon (not free)
Forum: Fixing WordPress
In reply to: Redirect to another pagewhat is the page link? and what is the home page?
Forum: Fixing WordPress
In reply to: Redirecting domainDon’t understand what you try to do there.
Do you want to redirect domain1.tld to domain2.tld?
Or, you want to redirect domain1.tld at wp1 to wp2 (keeping the same domain)?how do you host them? cpanel?
Forum: Fixing WordPress
In reply to: Looking for selling access to video.you can use membership plugin or restrict content plugin
Forum: Fixing WordPress
In reply to: Database error cant be fixSorry, please ask someone who knows what is it and how to do it to help you. Because it is easy to destroy a website if you mess up the database
Forum: Everything else WordPress
In reply to: Which two plugins to boost clean and compress free pluginsI recommend shortpixel to compress images
you can install a caching plugin to improve website speedForum: Fixing WordPress
In reply to: Database error cant be fixif fail to reply then try export the database table, recreate it and import the data
Forum: Fixing WordPress
In reply to: How adjust the theme upper borderwhat is your website URL?
Forum: Fixing WordPress
In reply to: Random 404’s When Browsing Admin Areatry clear cache everywhere: server, website, browser
Forum: Everything else WordPress
In reply to: Syncing WP website with remote MySql DBIs using single database server for both website and mobile app an option for you? the website and mobile app connect to same database server.
Forum: Everything else WordPress
In reply to: 404 error on Blog Page 2the pagination at https://mymyelitis.com/blog/ has link to the URL https://mymyelitis.com/blog/page/2/
screenshot: https://i.imgur.com/q4ckZnl.png
Forum: Fixing WordPress
In reply to: Core 5.51 breaks all versions php greater than 7.0Then if disable all plugins and run 5.51 core on 7.4 core works, if we run woocommerce only it works, as soon as any other plugin in activate, it crashes
WordPress 5.5.1 supports PHP version 7.0 and above. It is not core related. It is about the “other plugin” you mentioned.
Some plugins are not yet updated to be compatible with the PHP 7.4. Try to switch to PHP 7.3, which is supported by most plugins already.
Forum: Fixing WordPress
In reply to: zxcvbn.min.jstry this code instead?
/** * Deregister scripts */ function deregister_or_dequeue_scripts() { wp_dequeue_script('wc-password-strength-meter'); } add_action('wp_print_scripts', 'deregister_or_dequeue_scripts', 20);refer: https://stackoverflow.com/questions/45769522/disable-zxcvbn-min-js-in-wordpress-and-woocommerce
Forum: Fixing WordPress
In reply to: WordPress in SubfolderWhat is your website URL?
What is the moodle website URL?