凱寧
Forum Replies Created
-
my database is UTF-8.
but all the ‘pmpro’ tables is latin1_swedish_ci !how can I do to change the code ??
Forum: Fixing WordPress
In reply to: Limit the total space in every user$file['error'] = __('Upload limit has been reached for this account!', 'yourtxtdomain');I can`t understand the line ‘yourtxtdomain’ mean ?
what should I text for ?
Forum: Fixing WordPress
In reply to: Limit the total space in every useryeah,I upload the 11th photo and check,but nothing happen.how come?
ok,I will try this plugin after finish this code.
Forum: Fixing WordPress
In reply to: Limit the total space in every user@kartiks16 yeah thanks the code works.
but when I upload reach for 10 photos,they don`t have notice to display “Upload limit has been reached for this account!”
Forum: Fixing WordPress
In reply to: Removing Grey Bar from Web pagesmaybe that is admin bar ?
try to hide it via theme`s functions.php
add_filter('show_admin_bar', '__return_false');- This reply was modified 7 years, 2 months ago by 凱寧.
Forum: Fixing WordPress
In reply to: Avatar filterok thanks
Forum: Fixing WordPress
In reply to: TTFB is too slow in back-endthanks Steven, I will learn about it.
Forum: Fixing WordPress
In reply to: TTFB is too slow in back-endI rent the virtual host by myself.
And I use the cpanel to manage .
Forum: Plugins
In reply to: [Loco Translate] error when I translate my themehi when I disable WP_DEBUG, the plugin works normally.thanks a lot
- This reply was modified 7 years, 3 months ago by 凱寧.
Forum: Plugins
In reply to: [Loco Translate] error when I translate my themeForum: Fixing WordPress
In reply to: file – away pluginhere you are
Forum: Fixing WordPress
In reply to: file – away pluginis default Ansi
Forum: Fixing WordPress
In reply to: file – away pluginForum: Fixing WordPress
In reply to: Go top smooth functionoh,I see!!
so how do I get page go top in the functions.php?
Forum: Fixing WordPress
In reply to: Go top smooth functionwhy my code works only once ? that`s what I want to ask ~
<a class="top_btn" href="javascript:const scrollToTop = () => { const c = document.documentElement.scrollTop || document.body.scrollTop; if (c > 0) { window.requestAnimationFrame(scrollToTop); window.scrollTo(0, c - c / 8); } }; scrollToTop();" title="go top"><i class="fa fa-sort" aria-hidden="true"></i>Go Top</a>the problem is this javascript code.did I miss anything??