一为(onenav)主题导航 – 导航条弹出 最近访问 记录源码添加教程

主题源码1小时前更新 上班人导航
76,532 0 0

一为(onenav)主题导航 – 导航条弹出 最近访问 记录源码添加教程

一为(onenav)主题导航 – 导航条弹出 最近访问  记录源码添加教程

效果演示站:https://www.sbrdh.com/

1.添加代码文件 wp-content/themes/onenav/inc/functions/io-header.php

放在 搜索按钮 前面

// 最近访问按钮      
    echo '<li class="header-icon-btn" style="background:none;border:none;box-shadow:none;padding:0 5px;cursor:pointer;">
<a href="javascript:;" onclick="toggleEyePop()" 
style="font-size:20px;color:#26b99a;text-decoration:none;display:inline-block;
transition:all 0.3s ease;animation:eyeBreath 3s infinite ease-in-out;line-height:1;"
onmouseover="this.style.transform=\'scale(1.2)\'"
onmouseout="this.style.transform=\'scale(1)\'"
onmousedown="this.style.transform=\'scale(0.92)\'"
onmouseup="this.style.transform=\'scale(1.2)\';">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#26b99a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <circle cx="12" cy="12" r="10" stroke-dasharray="1 2" />
  <polyline points="12 6 12 12 16 14"></polyline>
</svg>
</a>
</li>';

2.放在io-header.php 文件最后面 另外记的把里面的域名 www.sbrdh.com 搜索换成你自己的

隐藏内容!
付费阅读后才能查看!
18.8
188
多个隐藏块只需支付一次

© 版权声明

相关文章

暂无评论

您必须登录才能参与评论!
立即登录
none
暂无评论...