开通会员 尊享会员权益
登录
注册
找回密码
快速登录
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
排序
最新发布
最近更新
最多查看
最多点赞
最多回复
最多收藏
销售数量
2025-06-09
06-09
实用
子比主题 – 文章页隐藏侧边栏按钮
大家好,今天汇聚访给大家分享一款子比主题的文章页隐藏侧边栏按钮,这个效果也是非常便捷,有喜欢的朋友自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 首先在wp-content\themes\zibll\inc\functions\zib-single.php中找到以下图片中的代码: 直接搜zib_get_post_more_dropdown就可以直接找到这串代码,然后把这段代码里这串代码替换成我发的! function zib_get_single_meta_box($class = 'abs-right', $direction = 'down') { if (!is_single()) { return; } $more_dropdown = zib_get_post_more_dropdown(null, 'pull-right', 'but cir post-drop-meta', zib_get_svg('menu_2'), $direction); $more_dropdown = $more_dropdown ? '<div class="clearfix...
9个月前
建站笔记
2025-10-12
10-12
实用
Ri主题 – 网站顶部信息引导栏目
这是给RiProV5主题添加的一款网站顶部信息引导栏目样式,手机和电脑版均已适配,原效果样式来源于6e的站点,我看到挺实用的就仿了一个出来,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] 定位:/wp-content/themes/ripro-v5/template-parts/header/menu.php找到以下代码(也就是第一行): <header class="site-header"> 随后在此代码下添加以下代码: <div class="navbar-dh"> <div class="container"> <a class="gon-wenz">欢迎来到汇聚访-专注主题美化</a> <a href="https://www.huijuf.com" target="_blank"> <i class="fas fa-cart-arrow-down vip-wenzi"></i> 前往官网</a> <div class="dh-ju-yy"> <a href="/user" target="_blank">联系客服</a> <a href="/user" target="_blank">广告购买</a> <a href="/user" target="_blank">常见问题</a> <a...
5个月前
建站笔记
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天前
建站笔记
2025-07-10
07-10
实用
7B2主题 – 404页面
适用于WordPress网站7B2主题的404页面美化(其实所有wp主题都可以用),但是我没有测试,这个·需要你们自己部署然后测试下试试吧! 演示效果: 代码部署: [hidecontent type="reply"] 步骤一步骤二 替换404文件,原404文件位置:主题目录——404.php,将里面内容替换为下面的! <?php get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main wrapper"> <div class="error-404 page-404"><div class="page-content"><h2>您访问的页面不存在</h2><p>暂时没有搜寻到您需要的内容,我们会在今后努力补充完整。 <br> 感谢对 乱码天地 的关注支持</p> <a class="go-home b2-radius" href="/"><i class="b2font b2-feiji"></i>返回首页</a><h3>这些热门频道或许您感兴趣</h3><ul><li>1. <a href="/cnjz/bmh">WordPress主题美化教程</a></li><li>2. <a href="/cnjz/chajian">WordPress主题插件下载</a></li><li>3....
8个月前
建站笔记
2025-05-01
05-01
实用
子比主题 – 会员框炫彩美化
这是一款子比主题的会员框炫彩样式美化,此效果作用于多个地方,例如用户中心的会员开通按钮以及网站右上角的开通会员按钮等等,代码部署起来也比较简单,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:子比主题设置–>>自定义代码–>>自定义 CSS 样式添加以下代码即可: .payvip-icon { color: #ffffff; --this-color: #ffffff; background: linear-gradient(135deg, #ff7faf91 10%, #43b2ff 100%); } .vip-theme1 { background: linear-gradient(135deg, #ff7faf91 10%, #43b2ff 100%); } .vip-theme2 { background: linear-gradient(43deg, #ff6ac3...
10个月前
建站笔记
2025-08-25
08-25
实用
子比主题 – 带页面快照GO跳转页面
大家好,今天汇聚访给大家分享一款子比主题地GO跳转页面,之前也发了一篇集合,这个和之前那些不同所以单独分开了,左下角为广告图片,你可以自行更改,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 找到/wp-content/themes/zibll/go.php文件,直接将下面的代码替换即可,里面有文字和广告,自己修改即可! <?php if ( strlen($_SERVER['REQUEST_URI']) > 384 || strpos($_SERVER['REQUEST_URI'], "eval(") !== false || strpos($_SERVER['REQUEST_URI'], "base64") !== false ) { @header("HTTP/1.1 414 Request-URI Too Long"); @header("Status: 414 Request-URI Too Long"); @header("Connection:...
7个月前
建站笔记
2025-04-24
04-24
实用
子比主题 – 侧边百度一下卡片样式小工具
25/11/23更新
今天给大家带来一款全新设计的小卡片,清新美观,这一个小工具没打算写小工具,因为功能太少,直接用代码实现即可!原作者是星雨写的,黑夜模式状态下会发光,喜欢的自行部署吧! 演示效果: 更新内容: 修复小工具SVG图片丢失问题 代码部署: [hidecontent type="reply"] 将下面的代码放到:WP后台–>>外观–>>小工具–>>自定义HTML即可! <style> .input__container { position: relative; padding: 10px 15px; display: flex; justify-content: center; align-items: center; gap: 5px; border-radius: 22px; max-width: 300px; transition: transform 400ms; transform-style: preserve-3d; perspective: 500px;...
11个月前
建站笔记
2025-09-29
09-29
实用
子比主题 – 汽水音乐解析页面
这是子比主题的一个汽水音乐解析页面,起初是黑猫发出来的,但是他那个放进模板里也不能被Wordpress识别出来,我这里做了修复,后续会发更多页面的部署教程,有需要的自行查看部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位 :/wp-content/themes/zibll/pages(创建一个php文件,代码直接丢进去即可!) <?php /** * Template name: 汇聚访-汽水音乐解析 * Description: Document navigation */ // IP限制相关配置 define('IP_LIMIT_PER_MINUTE', 3); // 每分钟最大请求次数 define('IP_LIMIT_WINDOW', 60); // 时间窗口(秒) // IP限制函数 function checkIpLimit() { $ip =...
6个月前
建站笔记
2025-10-06
10-06
实用
子比主题 – 文章后渐变通知栏美化
这是一款给子比主题文章后面增加一个渐变通知栏的样式美化效果,原为腾飞发出来的,今天在这里分享给大家,代码部署起来也比较容易,大家如果有需要的有喜欢的自行部署即可! 演示效果: 代码部署: [hidecontent type="reply"] 定位:子比主题–>>文章&列表–>>文章页面–>>在文章内容后-插入内容,将下面的代码放里面即可! /*汇聚访:www.huijuf.com*/ <style> .custom_notice_banner_wrapper_20240712{width:100%;display:flex;flex-direction:column;gap:15px;margin:20px 0;font-family:"PingFang SC","Microsoft YaHei",sans-serif}.custom_notice_banner_20240712{width:100%;height:50px;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.15);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);border:1px solid rgba(255,255,255,0.2)}.custom_notice_banner_20240712:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 25px rgba(0,0,0,0.2);border:1px solid rgba(255,255,255,0.4)}.custom_notice_banner_content_20240712{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative;z-index:5;padding:0 20px}.custom_notice_banner_icon_20240712{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.25);backdrop-filter:blur(5px);margin-right:15px;color:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);animation:custom_notice_banner_pulse_20240712 2s infinite}.custom_notice_banner_text_20240712{color:white;font-size:16px;font-weight:500;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,0.2);letter-spacing:1px;background:rgba(255,255,255,0.1);padding:6px 15px;border-radius:20px;backdrop-filter:blur(5px)}.custom_notice_banner_20240712.purple_gradient{background:linear-gradient(-45deg,#9c27b0,#673ab7,#3f51b5,#e040fb,#9c27b0);background-size:400%...
5个月前
建站笔记
2025-04-30
04-30
实用
子比主题 – 用户中心隐私功能
25/12/10更新
这是子比主题的用户中心扩展功能,部署完代码后用户中心的个人评论将会含有一个评论可见性功能。可以极大程度保护网站用户的隐私,教程也比较简单,有需要的朋友自行部署吧! 演示效果: 更新内容: 修复新版本子比主题代码不适配的问题 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/inc/functions/zib-author.php搜索以下函数代码: function zib_main_author_tab_content_comment() 随后把此函数完全替换为下方代码即可: //作者页面-评论tab function zib_main_author_tab_content_comment() { global $wp_query; $curauth = $wp_query->get_queried_object(); if (empty($curauth->ID)) { return; } $author_id = $curauth->ID; $current_user = wp_get_current_user(); $page = zib_get_the_paged(); if...
11个月前
建站笔记
上一页
1
…
31
32
33
34
35
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部