开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
首页
产品中心
特惠
ZibBox子主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
登录
注册
首页
产品中心
特惠
ZibBox子主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
4.5W+
4281
2
更多资料
搜索内容
汇聚访
UID:1
已加入汇聚访333天
总消费:0
11枚徽章
河南省漯河市
管理员
关注
私信
文章
422
收藏
0
评论
9
粉丝
2
发布
422
排序
最新发布
最近更新
最多查看
最多点赞
最多回复
最多收藏
销售数量
2026-03-01
03-01
实用
子比主题 – 侧边最近评论样式美化
new
这是一款子比主题侧边最近评论样式美化,这款美化也是相对来说比较早的了,今天汇聚访在浏览别的站点的时候看到了,之前一直忘发了今天给大家补上,东西我都打包好了,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 上传附件JS代码CSS代码 上传附件我们第一步要做的是将下面的附件上传到:/wp-content/themes/zibll目录下就可以,然后其他的就不用管了,我这边已经打包部署好了,你也不用改,避免改的报错什么的! 附件下载 子比主题侧边最近评论样式美化附件下载提取码jqfm 定位:后台子比主题设置–>>自定义代码–>>自定义 javascript中添加以下代码: // 汇聚访 - 最近评论样式调用JS代码 var postsMiniElements = document.querySelectorAll('.posts-mini'); postsMiniElements.forEach(function(element) { // 生成一个随机的Base64编码字符串 var randomBase64 = btoa(Math.random().toString(36).substr(2, 9)); // 拼接到URL中 var url = '/wp-content/themes/zibll/img/zibbox/uid_img/huijuf-api.php?kid=' +...
23小时前
建站笔记
2026-02-27
02-27
实用
子比主题 – 文章页右上角hover显示当页二维码
这是给子比主题文章页框架添加的一个显示当页二维码的功能,鼠标悬停时展开显示当前文章链接的二维码,此功能可方便用户用手机扫码访问,是大海写出来的,有用得到的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/func.php,没有这个文件自己创建一个,然后记得加php头,要不然会报错,将下面的代码放里面! function article_qrcode() { if (!is_single()) return; ?> <style> article.article {position:relative} .qrcode-wrap {position:absolute;top:0;right:0;cursor:pointer;z-index:99} .qrcode-wrap .qrcode-icon {width:45px;height:38px;background:url(https://tirzsjsxujuxsoqj.sh1.hi168.com/2026/02/02/b8ac360e24d3a.png) no-repeat} .qrcode-wrap .hover-show-con {display:none;position:absolute;top:-1px;right:-1px;min-width:180px;padding:20px 20px 15px;text-align:center;background:var(--main-bg-color,#fff);border:1px solid var(--main-border-color,#eee);box-shadow:none} .qrcode-wrap:hover .hover-show-con {display:block} .qrcode-wrap .qrcode {margin:0...
2天前
建站笔记
2026-02-26
02-26
实用
子比主题 – 仿哔哩哔哩登录引导弹窗
这是一款给子比主题仿造哔哩哔哩的登录引导弹窗样式,此样式在用户打开网站后右下角就会出现,同时可自定义按钮的跳转链接以及弹窗相关文字,有喜欢的朋友自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 定位:WP后台 - 外观 - 小工具中找到所有页面-底部全宽度添加自定义HTML代码: <style> #bilibili-popup { position: fixed !important; right: 16px !important; bottom: 16px !important; z-index: 999999 !important; font-family: "微软雅黑" !important; display: none !important; } #bilibili-popup.show { display:...
3天前
建站笔记
2026-02-26
02-26
实用
子比主题 – 列表图文模式仿翻页置顶样式
这是一款给子比主题适配的一款列表图文模式仿翻页置顶样式,当然卡片模式下也是可以使用的,但是在四种列表样式中,列表图文模式效果是最好的,相关素材可放在自己本地引用,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] zib-posts-list.phpCSS代码 定位:/wp-content/themes/zibll/inc/functions/zib-posts-list.php搜索: //获取文章列表的标题 然后替换整个zib_get_posts_list_title函数体为下方代码即可: //获取文章列表的标题 function zib_get_posts_list_title($class = 'item-heading') { $get_permalink = get_permalink(); $_post_target_blank = _post_target_blank(); $title = get_the_title() . get_the_subtitle(true, 'focus-color'); $html = '<h2 class="' . $class . '"><a'...
3天前
建站笔记
2026-02-11
02-11
实用
子比主题 – 全屏加载动画小工具
这是一款适配于子比主题的全屏加载动画小工具,此效果移植于使用Heo相关主题的"爱吃肉的猫",这款动画同时适配了白天和黑夜模式,会根据用户所选模式的不同而变化,同时鸣谢星雨给予的相关思路,有喜欢的朋友自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 定位:/wp-content/themes/zibll中把文章附件解压,然后在func.php文件里添加以下代码(没有这个文件自己创建一个,然后记得加php头,要不然会报错): $widgets_files = array( 'zibbox_loading_screen.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_template_directory() . '/zibbox/widgets/' . $file; } [/hidecontent]
18天前
建站笔记
2026-02-11
02-11
实用
子比主题 – F12顶部提示框效果美化
这是一款给子比主题适配的网站顶部提示框,这款是从张洪Heo博客里复刻到子比主题的,其他主题应该也是可以正常使用的,相关提示颜色以及文字颜色都可在代码中进行修改,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] CSS代码JS代码 定位:子比主题设置–>>自定义代码–>>自定义 CSS 样式添加以下代码即可: #huijuf_dev-tool-alert{position:fixed;top:0;left:0;width:100%;height:60px;z-index:9998;overflow:hidden;background-color:#425aef;display:flex;align-items:center;justify-content:center;transform:translateY(-100%);transition:transform .5s ease-out}#huijuf_dev-tool-alert.huijuf_show{transform:translateY(0)}#huijuf_dev-tool-alert.huijuf_exit{transform:translateY(-100%);transition:transform .3s ease-in}.huijuf_alert-content{color:#fff;font-size:18px;font-weight:500;text-align:center;padding:0 20px} 定位:后台子比主题设置–>>自定义代码–>>自定义 javascript中添加以下代码: function huijuf_createAlert(){if(document.getElementById('huijuf_dev-tool-alert'))return;const huijuf_alert=document.createElement('div');huijuf_alert.id='huijuf_dev-tool-alert';const huijuf_content=document.createElement('div');huijuf_content.className='huijuf_alert-content';huijuf_content.textContent='开发者模式已打开,请遵循协议';huijuf_alert.appendChild(huijuf_content);document.body.appendChild(huijuf_alert);return huijuf_alert}let huijuf_alertShown=false;let huijuf_hideTimeout=null;function huijuf_showAlert(){if(huijuf_alertShown)return;const huijuf_devToolAlert=huijuf_createAlert();huijuf_alertShown=true;huijuf_devToolAlert.classList.remove('huijuf_exit');setTimeout(()=>{huijuf_devToolAlert.classList.add('huijuf_show')},10);setTimeout(()=>{huijuf_hideAlert()},2500)}function huijuf_hideAlert(){if(huijuf_hideTimeout){clearTimeout(huijuf_hideTimeout);huijuf_hideTimeout=null}const huijuf_devToolAlert=document.getElementById('huijuf_dev-tool-alert');if(!huijuf_devToolAlert)return;huijuf_devToolAlert.classList.add('huijuf_exit');huijuf_hideTimeout=setTimeout(()=>{huijuf_devToolAlert.classList.remove('huijuf_show');huijuf_devToolAlert.classList.remove('huijuf_exit');huijuf_alertShown=false;huijuf_devToolAlert.remove()},300)}document.addEventListener('keydown',function(huijuf_event){if(huijuf_event.keyCode===123){huijuf_showAlert();return false}}); [/hidecontent]
19天前
建站笔记
2026-02-09
02-09
实用
子比主题 – 左下角引导提示美化
这是一款我给子比主题适配的左下角引导提示美化,大概是前几周的时候都已经适配了,只不过最近比较忙从而没有发出来,今天抽了点空分享给大家,还有那些扒我站以及转载的,分享请带上本站版权,别的不多说,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 自定义底部HTML代码CSS代码JS代码 定位:子比主题后台 - 自定义代码 - 自定义底部HTML代码中添加以下代码: <div class="capsule-container"> <div class="capsule-bar"> <div class="capsule-content"> <div class="capsule-icon"><svg t="1760148892394" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6215" width="32" height="32"><path d="M505.152 72.064c65.28 0 120.576 46.08...
20天前
建站笔记
2026-02-03
02-03
实用
子比主题 – 文章页信息展示栏目新增复制内容按钮
这是给子比主题文章页的信息展示栏目新增的一款复制内容按钮,同时还带有子比主题自带的Notify通知效果,每当复制成功后就会有个Notify的弹窗提示,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/func.php,没有这个文件自己创建一个,然后记得加php头,要不然会报错,将下面的代码放里面! // 文章页复制全文按钮 function zib_copy_content_button() { if (!is_single()) return; ?> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.single-metabox .post-metas').forEach(function(el){ var btn=document.createElement('item'); btn.className='meta-copy'; btn.innerHTML='<a href="javascript:;" data-toggle="tooltip" title="复制全文"><i class="fa fa-copy"></i></a>'; el.insertBefore(btn,el.firstChild); btn.onclick=function(){ var c=document.querySelector('.wp-posts-content'); if(!c)return notyf('未找到文章内容','danger'); navigator.clipboard.writeText(c.innerText).then(function(){notyf('已复制到剪贴板','success')}).catch(function(){notyf('复制失败','danger')});...
26天前
建站笔记
2026-01-31
01-31
实用
子比主题 – 给日夜切换按钮添加下拉菜单
这是一款给子比主题的顶部导航栏日夜切换按钮添加的下拉多选菜单,部署完此功能后,每次选中日夜切换按钮时就会出现相关下拉选项,并且还有相关记忆模式,手机版也可用,有需要的朋友自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] CSS代码JS代码 定位:子比主题设置–>>自定义代码–>>自定义 CSS 样式添加以下代码即可: .theme-toggle-dropdown{position:relative;display:inline-block}.theme-toggle-dropdown-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease}.theme-toggle-dropdown-btn .theme-icon{display:inline-flex;align-items:center;font-size:16px;line-height:1}.theme-toggle-dropdown-btn:hover{opacity:.8}.theme-mode-menu{min-width:140px;padding:4px 0;margin-top:6px;background:var(--body-bg-color,#fff);border:1px solid var(--border-color,#e5e5e5);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:9999}.dark-theme .theme-mode-menu{background:var(--body-bg-color,#1a1a1a);border-color:var(--border-color,#333);box-shadow:0 2px 8px rgba(0,0,0,.3)}.theme-mode-option{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;transition:background-color .2s ease;position:relative;border-radius:4px}.theme-mode-option:hover{background:var(--main-bg-color,#f5f5f5)}.dark-theme .theme-mode-option:hover{background:var(--main-bg-color,#252525)}.theme-mode-option.active{background:var(--theme-color-light,rgba(33,150,243,.1))}.dark-theme .theme-mode-option.active{background:var(--theme-color-light,rgba(33,150,243,.2))}.theme-mode-option .mode-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--main-bg-color,#f5f5f5);border-radius:4px;font-size:13px;flex-shrink:0;transition:all .2s ease}.dark-theme .theme-mode-option .mode-icon{background:var(--main-bg-color,#252525)}.theme-mode-option:hover .mode-icon{transform:scale(1.05)}.theme-mode-option[data-mode=white-theme] .mode-icon{color:orange}.theme-mode-option[data-mode=dark-theme]...
29天前
建站笔记
2026-01-29
01-29
实用
子比主题 – 实时聊天室插件
这是一款由小熊猫开发的子比主题的实时聊天室插件,该插件可以在聊天室中禁言指定某个用户...
1个月前
功能插件
1
2
3
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部