Chris Mok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get_users(); returning wrong usersHi miggle,
I think one of the parameter’s name is wrong.
Could you try this?
get_users(‘meta_key=main_feature&meta_value=yes’);Forum: Plugins
In reply to: [WooCommerce] multilanguage checkout/cart pageHi vinko,
There is a free one called Qtranslate-X
and woocommerce-qtranslatexYou can try them but there is some buggy
Forum: Fixing WordPress
In reply to: How to make this list alphabetical order?Hi kglazier,
Could you try to put these attributes?
orderby=”post_title” order=”ASC”Please let me know whether it works or not.
Forum: Hacks
In reply to: Using sprintf in shortcodeHi Guido,
I’m not sure about using sprintf.
But I normally do it like below:$content = ‘[my-form’;
if ( !empty( $instance[‘attributes’] ) ) {
$content = ‘ ‘.$instance[‘attributes’];
}$content = ‘]’;
//echo $content;
echo do_shortcode( $content );Hopefully it helps you.
Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'Hi elbake,
Could you just deactivate all? and don’t reactivate any of those.
and then test again ??Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'Hi elbake,
okay, then could you deactivate all plugins and then test it please.
If it works, one of your installed plugin has issue.Please let me know
Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'hm..
wp-atom.php is very old one.What version of WordPress are you using now?
Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'Hi elbake,
yes, through FTP such as FileZilla
before you delete everything except I mentioned some folders and a file
Please back all folders and files up into your local PCForum: Fixing WordPress
In reply to: WordPress 4.3.1 Images Broken@lorecast, I really recommend the ALL In One WP Security to use for security.
but sometimes that plugin’s firewall feature occur 403 permission error that’s why I asked you whether you’re using it or not.Hopefully your hosting company will fix this issue ??
Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'hi elbake,
Could be a problem with missing files. Try re-uploading all files & folders – except the wp-content folder and wp-config.php – from a fresh download same as your current version of the WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.
Forum: Fixing WordPress
In reply to: Comment page down – 'does not exist'Hi elbake,
Could be a problem with missing files. Try re-uploading all files & folders – except the wp-content folder and wp-config.php – from a fresh download of your current WordPress version. Make sure that you delete the old copies of files & folder before uploading the new ones.
Forum: Fixing WordPress
In reply to: WordPress 4.3.1 Images BrokenHi lorecast,
You said you already checked folders and files permission.
Do you use “All In One WP Security” plugin?
Could you list up installed plugins in that site?Forum: Fixing WordPress
In reply to: www prefix on multisiteHi ivava,
Please log in as a admin and go to General menu under the Settings.
you can see WordPress Address (URL) and Site Address (URL).
could you change both of them to https://www.kajatheone.com
Should you have any question, please let me know.
Forum: Fixing WordPress
In reply to: Unable to open wordpress login pageHi vaag13,
Good to hear ??
G’day~
Forum: Fixing WordPress
In reply to: Unable to open wordpress login pageHi vaag13,
I guess the “stealth-login-page” has issues.
Could you change the name of “stealth-login-page” using FTP client what you use? It will deactivate the plugin.
and then refresh the login page. If it works you need to contact the plugin developer or update it if there is new version of it.
or find other plugin can replace its functionalities.