关于发帖中的外链引流、收费资源的规范化通知

zibll子比社区发布指引【简略版总版规】

🔥严禁使用子比主题用于违法内容的重要提醒1

关于账户安全的重要提醒,请检查账户密码安全性





参与PK投票
本文美化教程最牛逼
小鱼美化教程牛逼
傲天美化教程牛逼
多选长期有效282人已参与点击选项以投票




这个插件咋样呀!
还行吧 期待更新
好像用不上
不知道 中立
过年收好多红包
单选已结束27人已参与
该帖子部分内容已隐藏
该帖子部分内容已隐藏
![[12/02更新]子比强化插件V2.0.7,美化、功能加强集成一体化!-WordPress主题模板-zibll子比主题](https://oss.zibll.com/zibll.com/2024/11/20241116122644582-授权列表.jpg?x-oss-process=image%2Fquality,q_50%2Fresize,m_fill,w_700,h_245)
![[12/02更新]子比强化插件V2.0.7,美化、功能加强集成一体化!-WordPress主题模板-zibll子比主题](https://oss.zibll.com/zibll.com/2024/11/20241102095416245-1.jpg?x-oss-process=image%2Fquality,q_50%2Fresize,m_fill,w_700,h_414)
![[12/02更新]子比强化插件V2.0.7,美化、功能加强集成一体化!-WordPress主题模板-zibll子比主题](https://oss.zibll.com/zibll.com/2024/10/20241025040852831-微信截图_20241025030209.jpg?x-oss-process=image%2Fquality,q_50%2Fresize,m_fill,w_700,h_497)
![[12/02更新]子比强化插件V2.0.7,美化、功能加强集成一体化!-WordPress主题模板-zibll子比主题](https://oss.zibll.com/zibll.com/2024/10/20241021121221413-动画.gif?x-oss-process=image%2Fresize,m_fill,w_700,h_109)

这个WML美化插件不要买,售后太差了,花钱不就是为了买个售后,买个安心吗?售后这么差,不如用破解版!现在看到这个插件就来气,没见过这种一个月不回消息的,就这售后,太烂了,我现在也不用了,谁需要我联系我,我发个你,有本事的自己去破解,我也不会破解,不懂编程。话说回来,懂编程的谁买,自己不就搞定了,本身就是卖给小白的,还没售后,更改个域名,一个月不回复,我不要了,谁需私信,我发给你,你自己去破解用吧,最新版2.0.9 ,以后对付这种没售后的,最好的方式,就是破解。 自己都搞不清楚状况,不把售后做好,逼着客户去破解,这种智商也真实没谁了! 淘宝上一堆搞破解的,50快搞定,发到自己网站再卖个50,不是很轻松。需要私信
该帖子部分内容已隐藏

2个月前更新6854次阅读

28天前更新262次阅读

29天前更新343次阅读

27天前更新367次阅读

26天前发布358次阅读

隐藏搜索图标
电脑端
移动端 只能改成这样了 空间不足
移动端 只能改成这样了 空间不足
/**
* 在顶部多功能组件搜索框右侧添加两个按钮:开始探索 + 创作者入驻
*/
add_action('wp_footer', 'zib_custom_search_buttons');
function zib_custom_search_buttons() {
?>
<style>
.header-slider-search .search-input .line-form {
display: flex;
align-items: center;
gap: 10px;
}
.header-slider-search .search-custom-btns {
display: flex;
gap: 8px;
flex-shrink: 0;
align-items: center;
}
.header-slider-search .search-custom-btns .but {
border-radius: var(--main-radius, 8px);
white-space: nowrap;
padding: 4px 16px;
font-size: 14px;
}
.header-slider-search .line-form {
border-radius: 0;
}
.header-slider-search .abs-right {
display: none;
}
.header-slider-search .search-submit-btn {
cursor: pointer;
}
.header-slider-search .search-submit-btn:hover {
opacity: 0.8;
}
@media screen and (max-width: 768px) {
.header-slider-search .search-input .line-form {
flex-direction: column;
align-items: stretch;
gap: 8px;
}
.header-slider-search .search-custom-btns {
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.header-slider-search .search-custom-btns .but {
font-size: 12px;
padding: 3px 12px;
}
.header-slider-search .search-input-text {
width: 100%;
}
.header-slider-search .line-form-input {
width: 100%;
}
}
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
var btns = '<div class="search-custom-btns">' +
'<a href="/explore" class="but c-yellow">开始探索</a>' +
'<a href="/creator" class="but c-blue-2">创作者入驻</a>' +
'<button type="submit" class="but c-green search-submit-btn">搜索</button>' +
'</div>';
document.querySelectorAll('.header-slider-search .search-input .line-form').forEach(function(form) {
if (!form.querySelector('.search-custom-btns')) {
form.insertAdjacentHTML('beforeend', btns);
}
var searchBtn = form.querySelector('.search-submit-btn');
if (searchBtn) {
searchBtn.addEventListener('click', function(e) {
e.preventDefault();
var searchForm = form.closest('form');
if (searchForm) {
searchForm.submit();
}
});
}
});
});
</script>
<?php
}

29天前更新252次阅读

28天前更新287次阅读
























