首页
产品中心
折扣
ZibBox主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
登录
注册
首页
产品中心
折扣
ZibBox主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
3.1W+
3659
1
更多资料
搜索内容
汇聚访
UID:1
已加入汇聚访241天
总消费:0
11枚徽章
河南省漯河市
管理员
关注
私信
文章
354
收藏
0
评论
4
粉丝
1
发布
354
排序
最新发布
最近更新
最多查看
最多点赞
最多回复
最多收藏
销售数量
2025-11-19
11-19
实用
子比主题 – 侧边介绍跳转样式代码
这是一款子比主题的侧边介绍跳转样式代码,主要依赖的是星河主题的侧边小工具样式,这里简单测试了一下没有什么问题,同时夜间模式看起来也不突兀,这款是腾飞仿的,没写成可视化的小工具,目前只有代码,喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 将下面的代码放到:WP后台–>>外观–>>小工具–>>自定义HTML即可! <style> .block-introduction{width:100%;max-width:900px;border-radius:16px;overflow:hidden;position:relative;z-index:1;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275)}.block-introduction::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.7);backdrop-filter:blur(8px);z-index:-1;border:1px solid rgba(255,255,255,0.18);box-shadow:0 8px 32px rgba(31,38,135,0.1)}.wp-block-meteor-introduction-block{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;padding:25px 35px;position:relative;overflow:hidden}.wp-block-meteor-introduction-block::before{content:"";position:absolute;top:-20%;right:-10%;width:30%;height:60%;background:radial-gradient(circle,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 70%);transform:rotate(30deg)}.wp-block-meteor-introduction-block p:first-child{font-size:15px;line-height:1.6;margin-bottom:15px;position:relative;font-weight:300;letter-spacing:0.3px}.wp-block-separator{border:none;height:1px;margin:15px 0;position:relative}.wp-block-separator::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 80%,rgba(255,255,255,0) 100%)}.wp-block-meteor-introduction-block p:last-child{font-size:14px;text-align:center;position:relative;font-weight:500;letter-spacing:0.5px;margin-top:5px}.wp-block-meteor-introduction-block p:last-child a{color:#fff;text-decoration:none;position:relative;padding:0 2px}.wp-block-meteor-introduction-block p:last-child a::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:rgba(255,255,255,0.7);transform:scaleX(0);transform-origin:right;transition:transform 0.3s ease}.wp-block-meteor-introduction-block p:last-child a:hover::after{transform:scaleX(1);transform-origin:left}@media (max-width:768px){.wp-block-meteor-introduction-block{padding:20px...
11天前
建站笔记
2025-04-28
04-28
实用
子比主题 – 浮动圆点标题样式美化
本站只有H1和H2标题样式,因为我喜欢用这两个,有用户跟我说想要h1/h2/h3全部都有的浮动圆点,我这里又加了一个H3的一个橙色标题样式,喜欢的自行部署吧!原创为腾飞博客! 演示效果: 代码部署: [hidecontent type="reply"] 将下面的代码直接丢到:子比主题–>>自定义CSS样式即可! /*浮动圆点标题美化*/ .article-content > .wp-posts-content > h2, .article-content .wp-posts-content > h1, .article-content .wp-posts-content > h3 { z-index: 1; } .article-content > .wp-posts-content > h2:hover::before, .article-content > .wp-posts-content > h2:hover::after, .article-content...
6个月前
建站笔记
2025-06-25
06-25
实用
子比主题 – 用户登陆后右下角弹窗提示
这个有两个版本,别人做的,今天分享给大家,希望大家能喜欢!第二个为优化版,优化几个bug,第一个就是不显示上次登录ip,第二个就是不会自动消失,第三个就是时间不对,同时也增加了用户名的显示! 演示效果: 效果一: 效果二: 代码部署: [hidecontent type="reply"] 效果一效果二 把代码复制到functions.php文件中即可。 // 将以下代码添加到主题的 functions.php 文件 function zib_login_security_notice() { if (is_user_logged_in() && !wp_is_mobile()) { // 添加移动端判断 $user = wp_get_current_user(); $login_ip = !empty($_SERVER['HTTP_X_FORWARDED_FOR']) ? explode(',', $_SERVER['HTTP_X_FORWARDED_FOR'])[0] : $_SERVER['REMOTE_ADDR']; $login_time...
4个月前
建站笔记
2025-08-02
08-02
HTML源码 – 精品大气会员介绍页面
这是一款大气的会员介绍页面,里面有很多的功能,同时他还有好看的UI,汇聚访在这里没有...
2个月前
html源码
2025-08-19
08-19
实用
子比主题 – 页脚流光文字漂浮美化
大家好,今天汇聚访给大家带来一款子比底部彩虹流光动态文字漂浮页面美化,这套底部样式有着高级渐变色底,并且还是适配的电脑端和手机端的,相比于原版,我给每个按钮添加了跳转链接,喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 首先定位到/wp-content/themes/zibll/footer.php这个路径,找到下面的代码,下面的代码是官方自带的底部,我们要给他删掉,避免后面出现两个底部! <footer class=”footer”> <?php if (function_exists(‘dynamic_sidebar’)) { dynamic_sidebar(‘all_footer’); }?> <div class=”container-fluid container-footer”> <?php do_action(‘zib_footer_conter’);?> </div> </footer> 把上方代码全部替换为下方即可: /*汇聚访:www.huijuf.com*/ <footer class="api-footer"> <div class="text-background"></div> <div class="footer-content"> <div class="site-info"> <h2>汇聚访www.huijuf.com</h2> <p>本站致力于分享优质实用的互联网资源</p> </div> <div...
2个月前
建站笔记
2025-08-30
08-30
实用
子比主题 – 自带弹窗美化样式
大家好,今天汇聚访给大家带来子比主题的弹窗美化样式,样式非常的好看,但是只适用于子比主题,别的主题不适应,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 下面的代码放到:子比主题–>>全局&功能–>>常用功能–>>弹窗通知–>> 标题内容即可! <img style="width:50%; display: block; margin-left: auto; margin-right: auto;" src="logo链接" alt="汇聚访"> 下面的代码放到:子比主题–>>全局&功能–>>常用功能–>>弹窗通知–>> 弹窗内容即可! <div style="text-align: center;margin-bottom:15px;"> <div style="padding-bottom:10px;"><img style="width:40%;margin-bottom:10px; border:2px solid #edc890;" src="二维码链接" alt="QQ扫码进入汇聚访用户群"> <p style="color:#1f9c00;"><i class="fa fa-qq"></i> <span>QQ扫码进入汇聚访用户群</span><p>...
2个月前
建站笔记
2025-10-01
10-01
实用
子比主题 – 新版文章卡片广告位小工具
这是子比主题的一款文章卡片广告位小工具,之前也发过这个小工具只不过那个看着有点简陋,这个是在那个的基础上又增添了一些新东西,设置选项也增加了许多,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll在这个路径下的functions.php或者是func.php中添加以下代码: if (file_exists(get_theme_file_path('/inc/widgets/ad-card-widget.php'))) { require_once get_theme_file_path('/inc/widgets/ad-card-widget.php'); } /*汇聚访:www.huijuf.com*/ 然后把本文附件中的文件放在/wp-content/themes/zibll/inc/widgets这个目录下即可! [/hidecontent]
60天前
建站笔记
2025-10-13
10-13
实用
Ri主题 – 首页四格小工具美化
这是给RiProV5主题添加的一款四格小工具样式,总体看起来还是不错的,有一种科技风的感觉,图片我全部放在图床上面了,推荐自行下载起来本地化,你可以放在任何位置,喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:后台 - 外观 - 小工具 - 自定义HTML代码中添加以下代码(所放置的位置自行挑选): /*汇聚访:www.huijuf.com*/ <div class="container animate__animated animate__fadeInUp"> <div class="row animate__animated animate__fadeInUp"> <div class="col-3"><div class="item"><a target="_blank" href="/wordpress" class="d-flex justify-content-center align-items-center py-4" style="color:#0868ac"><div class="item-icon"> <img src="https://cloudcache.tencentcs.com/open_proj/proj_qcloud_v2/gateway/product/css/img/p-overview/p-addition-links-list-view-news.svg"></div><div class="text-left"><h5>WordPress...
48天前
建站笔记
2025-11-06
11-06
实用
Ri主题 – 简约侧边栏引导样式(第二款)
这是Ri主题的 简约侧边栏引导样式第二版,之前发过一个比较简陋的样式,这次这个是属于简约并且带有一点灵动效果的,同时适配了夜间模式,手机端设置了隐藏,话不多说有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="payshow"] footer.phpCSS 定位:/wp-content/themes/ripro-v5/footer.php中找到以下代码(直接搜就可以了): </footer> 找到后在这个代码的下方添加以下代码,内容自行更改: <div class="floating-service-sidebar right"> <ul class="fsb-buttons"> <li class="fsb-item fsb-qq"> <a href="http://wpa.qq.com/msgrd?v=3&uin=123456&site=qq&menu=yes" target="_blank"> <i class="fab fa-qq"></i> <div class="fsb-tooltip">QQ</div> </a><div class="fsb-popup qq-popup"><a href="http://wpa.qq.com/msgrd?v=3&uin=123456&site=qq&menu=yes" target="_blank"> <div class="fsb-account-display">QQ: 123456</div> </a><a...
24天前
建站笔记
2025-11-22
11-22
实用
子比主题 – 联系我们页面(第二款)
这是一个第二款适配子比主题的联系我们页面,该效果原作者是宇凌写的但是也有一些问题,我...
8天前
建站笔记
上一页
1
…
3
4
5
6
7
…
36
下一页
跳转
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部