-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: busuanzi counter display bug #1233
Conversation
Do not show count in homepage when access it at the first time.
Thanks so much for opening your first PR here! |
Would you like to have a discussion with @Liam0205 ?
|
因为之前写的没check通过,我就从新pull了一下 |
This comment has been minimized.
This comment has been minimized.
As mentioned in the original issue #1154 , setting This is not a bug, but a feature. |
I think it need to display at the first time to access, or you could add an option which can have a choice for the user. |
I'm not quite understand. As you could found in the documentation of Again: this is not a bug, this is a feature. |
I just see the doc in busuanzi's site which show below.
|
doesn't this sustain my point of view? |
But it can't display after loading in the first time. |
Nonsense! After execution, the Things works fine on my blog and on my test site. If you insist, provide a complete path for reproducing the problem. |
I found that if you both enabled live2d and busuanzi, which causes that busuanzi style="display: none". |
I think you are right. It the same situation as me. |
If you guys can solve the problem after disabling live2d, then it sounds like it's not a bug of busuanzi. |
That's why I asked for a complete path for reproducing the problem, since we have no idea about what you had done before you enabled busuanzi. |
I'm not sure which plugin you are using, but this has proven that this is not a bug in the theme NexT. Please ask the maintainer of the plugin for help.
|
正常情况下, busuanzi 会向 head 中 append 的一个 script 标签名为 scriptTag,用于加载数据;数据加载完成后,通过 |
关于 busuanzi 和 live2d 共同使用的问题,我找到了根本原因,写了篇博客: https://ouuan.moe/post/2022/08/busuanzi-and-live2d |
Do not show count in homepage when access it at the first time.
PR Checklist
PR Type
What is the current behavior?
The busuanzi counter can display properly.
Issue resolved: Yes
What is the new behavior?
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?