2021-09-27

RiPro 主题添加“常见问题FAQ”教程

  1. ripro ->inc -> codestar-framework -> options -> options.theme.php 搜索“share_poster_img_qrcode”,在第一个“),”后添加如下代码
    array(
    ‘id’ => ‘is_show_faq’,
    ‘type’ => ‘switcher’,
    ‘title’ => ‘是否显示常见问题FAQ’,
    ‘label’ => ‘文章底部显示常见问题FAQ’,
    ‘default’ => true,
    ),
    array(
    ‘id’ => ‘faq_help_field’,
    ‘type’ => ‘group’,
    ‘title’ => ‘常见问题FAQ相关设置’,
    ‘max’ => ‘6’,
    ‘fields’ => array(
    array(
    ‘id’ => ‘_matter’,
    ‘type’ => ‘text’,
    ‘title’ => ‘常见问题’,
    ‘attributes’ => array(
    ‘style’ => ‘width: 100%;’,
    ),
    ),
    array(
    ‘id’ => ‘_answer’,
    ‘type’ => ‘textarea’,
    ‘title’ => ‘问题答案’,
    ),
    ),
    ‘dependency’ => array(‘is_show_faq’, ‘==’, ‘true’),
    ‘default’ => array(
    array(
    ‘_matter’ =>‘免费下载或者VIP会员专享资源能否直接商用?’,
    ‘_answer’ => ‘本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。’,
    ),
    ),
    ), 2. ripro -> parts ->author-box.php,在“
    ”前添加如下代码
<?php if (_cao('is_show_faq')) : ?>

常见问题FAQ

<?php $show_faq = _cao('faq_help_field');if (!empty($show_faq)) { foreach ($show_faq as $key => $text) { echo '
'.$text['_matter'].' '; echo '
'.$text['_answer'].'
'; } } ?>
<?php endif; ?> 3. ropro -> footer.php,在“<?php if (_cao(‘web_js’)) : ?>” 前添加如下代码
  1. ripro -> assets -> css-> diy.css 添加如下样式

/常见问题FAQ/
#help h2,#down h2{ font-size:18px; line-height:54px; color:#323232; border-bottom:2px solid #4f8af1; width:150px; font-weight:normal;}
#help dt{cursor:pointer; color:#353535; font-size:18px;margin-bottom:20px; }
#help dd{ display:none;color:#767676; font-size:14px; padding:10px; border-radius:5px; background:#f0f0f0; margin-bottom:20px;margin-bottom:20px; line-height:25px; letter-spacing:1px;}
#help dt,#help dd{ margin-left:40px; position:relative;}
#help dt i,#help dd i{background:url(…/images/background/ico.png) no-repeat; width:30px; height:30px; display:block; position:absolute; left:-40px; top:0px;}
#help dd i{background-position: 0 -35px;}
.mt20{margin-top: 20px;margin-bottom: 15px;}
.ripro-dark #help h2, #down h2,.ripro-dark #help dt{color: #eee;}
5. 附上所需图标,请自行下载,放入 ripro -> assets -> images -> background 目录下

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值