首页
友链申请
Search
1
TVBox配置地址|仅供测试使用
865 阅读
2
七猫免费小说青龙面板薅羊毛教程
272 阅读
3
如何在小米9SE上安装LineageOS系统
142 阅读
4
红米note 3刷机包 MIUI10
65 阅读
5
快乐二级域名分发1.6【对接码支付】免费下载
61 阅读
网站源码
福利线报
实用软件
娱乐资讯
美图分享
新闻资讯
技术教程
其他
登录
/
注册
Search
标签搜索
福利
免费源码
技术教程
红包
php
html
cosplay
Q币
ROM
免费下载
js
实用软件
免费
MIUI
源码
宝塔
typecho
模板
wordpress
美图
三五博客
累计撰写
530
篇文章
累计收到
25
条评论
今日撰写
0
篇文章
首页
栏目
网站源码
福利线报
实用软件
娱乐资讯
美图分享
新闻资讯
技术教程
其他
页面
友链申请
用户登录
登录
注册
搜索到
8
篇与
wordpress
的结果
2023-02-22
wordpress子比主题自定义美化
对暗夜模式不太友好把以下代码放入主题后台-自定义代码-HTML代码中<div id="bubble"></div>下面这个代码放入主题后台自定义js代码中class BGBubble{constructor(i){this.defaultOpts={id:"",num:100,start_probability:.1,radius_min:1,radius_max:2,radius_add_min:.3,radius_add_max:.5,opacity_min:.3,opacity_max:.5,opacity_prev_min:.003,opacity_prev_max:.005,light_min:40,light_max:70,is_same_color:!1,background:"#f5f5f5"},"[object Object]"==Object.prototype.toString.call(i)?this.userOpts={...this.defaultOpts,...i}:this.userOpts={...this.defaultOpts,id:i},this.color=this.random(0,360),this.bubbleNum=[],this.requestAnimationFrame=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,this.cancelAnimationFrame=window.cancelAnimationFrame||window.mozCancelAnimationFrame}random(i,t){return Math.random()(t-i)+i}initBubble(i,t){const a=window.innerWidth,s=window.innerHeight,n=this.userOpts,e=this.random(n.light_min,n.light_max);this.bubble={x:this.random(0,a),y:this.random(0,s),radius:this.random(n.radius_min,n.radius_max),radiusChange:this.random(n.radius_add_min,n.radius_add_max),opacity:this.random(n.opacity_min,n.opacity_max),opacityChange:this.random(n.opacity_prev_min,n.opacity_prev_max),light:e,color:hsl(${t?i:this.random(0,360)},100%,${e}%)}}bubbling(i,t,a){!this.bubble&&this.initBubble(t,a);const s=this.bubble;i.fillStyle=s.color,i.globalAlpha=s.opacity,i.beginPath(),i.arc(s.x,s.y,s.radius,0,2Math.PI,!0),i.closePath(),i.fill(),i.globalAlpha=1,s.opacity-=s.opacityChange,s.radius+=s.radiusChange,s.opacity<=0&&this.initBubble(t,a)}createCanvas(){this.canvas=document.createElement("canvas"),this.ctx=this.canvas.getContext("2d"),this.canvas.style.display="block",this.canvas.width=window.innerWidth,this.canvas.height=window.innerHeight,this.canvas.style.position="fixed",this.canvas.style.top="0",this.canvas.style.left="0",this.canvas.style.zIndex="-1",document.getElementById(this.userOpts.id).appendChild(this.canvas),window.onresize=(()=>{this.canvas.width=window.innerWidth,this.canvas.height=window.innerHeight})}start(){const i=window.innerWidth,t=window.innerHeight;this.color+=.1,this.ctx.fillStyle=this.defaultOpts.background,this.ctx.fillRect(0,0,i,t),this.bubbleNum.lengthi.bubbling(this.ctx,this.color,this.userOpts.is_same_color));const a=this.requestAnimationFrame;this.myReq=a(()=>this.start())}destory(){(0,this.cancelAnimationFrame)(this.myReq),window.onresize=null}}const bubbleDemo=new BGBubble("bubble");bubbleDemo.createCanvas(),bubbleDemo.start();以上就是全部教程咯!修改完记得保存!
2023年02月22日
2 阅读
0 评论
0 点赞
2023-02-08
wordpress子比主题勋章功能插件
1.把func.php上传到主题跟目录2.导入xz.sql到数据库3.设置勋章中心 可以把mx-medal.php直接上传到Wordpress根目录直接访问文件,也可以添加到zibllpages文件夹在wordpress后台添加页面模板!具体使用方法:https://github.com/levent233/zibll-medal蓝奏云:点击下载PS:记得提前备份,养成好习惯。亲测有效[真棒]
2023年02月08日
4 阅读
0 评论
0 点赞
2023-01-21
wordpress 百度站长SEO合集插件
百度SEO合集WordPress插件seo优化插件快速收录网站蜘蛛下载链接:https://wwbx.lanzoul.com/i3dVn0ljajoj
2023年01月21日
7 阅读
0 评论
0 点赞
2023-01-20
wordpress MJ美化插件
一共有38个美化功能自己看图吧下载链接https://wwbx.lanzoul.com/ijF6a0lgg7gh
2023年01月20日
15 阅读
0 评论
0 点赞
2023-01-17
wordpress 日主题8.9附带插件
安装须知:1.该模板需要配合Wordpress4.0以上版本程序使用,需要PHP7.4版本2.不建议虚拟主机用户使用,目前暂时仅支持宝塔。3.安装模板后根据提示内容进行上传扩展。上传完重启服务器就行了下载链接:https://wwbx.lanzoul.com/i9a2j0l7eopc
2023年01月17日
10 阅读
0 评论
0 点赞
2023-01-16
wordpress底部显示页面加载时间
方法1.将以下代码加入到主题的functions.php中//页面加载时间自动检测function wp_page_speed() { date_default_timezone_set( get_option( 'timezone_string' ) ); $content .= '页面加载用时'; $content .= timer_stop( $display = 0, $precision = 2 ); $content .= ' s'; echo $content;}2.在要显示的地方加入下面代码,一般都是在footer.php中<font color="#99a9bf">页面加载用时<?php timer_stop(1); ?> s</font>刷新一下就好
2023年01月16日
7 阅读
0 评论
0 点赞
2023-01-14
wordpress 子比主题v6.9.1
子比这里有账号安装教程压缩包里有下载链接:https://wwbx.lanzoul.com/iHeKE0kz2b0j
2023年01月14日
9 阅读
0 评论
0 点赞
2022-10-16
wordpress主题简约导航模板
模板主题介绍:NDNAV主题是由暖岛站长(阿叶)开发的一款简约大气的昼夜WordPress免费导航主题,这款主题界面、功能都比较简洁。作者把这款定位为简约导航主题,所以这款WordPress导航主题没有过多的花里胡哨功能,也保证了这款主题的优化速度。主题自带暗黑模式一键切换,多种功能模块随心搭配,更有游客自动投稿,可以说是免费wordpress导航主题中的良心之作了。{cloud title="导航主题模板" type="lz" url="https://wwz.lanzoul.com/ix6cB0dyucuf" password=""/}
2022年10月16日
20 阅读
0 评论
0 点赞