Logo v4.1
图片描述内容

没结果

  • 获取支持
  • 预览演示
Logo v4.1
  • 文档
  • 代码片段
  • 代码片段
  • 介绍
  • Navbar / Heroes
  • Headers (Navbar)
  • Hero Sections
  • Content
  • 功能
    一般 统计 Step 导航(标签)
  • Icon Blocks
  • Cards
    Grid List
  • Directory
    Grid List
  • 客户评价
  • 博客s
    Grid List
  • Tables
  • E-commerce
  • 价格
  • Team Sections
  • 面包屑
  • 号召性用语(CTA)
  • Modals
  • 证券投资
  • 画廊
  • 客户
  • Countdown
  • FAQ
  • Lists
  • 折叠/手风琴
  • Comments
  • 反馈 & 评论
  • User Profile
  • 侧边栏示例
  • 日历视图
  • 通知
  • 内容部分
  • Forms
  • 身份验证
  • 反馈
  • Filters
  • Search
  • Directory
  • 订阅
  • 账户中心
  • Wizard & Steps
  • 联系方式/页脚
  • 联系方式
  • Footer

FAQ

Component #1

  • 预览
  • HTML

我可以随时取消吗?

是的,您可以随时取消,取消时没有问题,但如果您能给我们一些反馈,我们将不胜感激.

我的团队有积分。 我们如何使用它们?

Once your team signs up for a subscription plan. This is where we sit down, grab a cup of coffee and dial in the details.

Front的定价是如何运作的?

Our subscriptions are tiered. 了解手头的任务并解决皱纹是关键。

How secure is Front?

Protecting the data you trust to Front is our first priority. This part is really crucial in keeping the project in line to completion.

              
                <!-- FAQ -->
                <div class="container content-space-1 content-space-lg-2">
                  <div class="w-lg-75 mx-lg-auto">
                    <div class="row">
                      <div class="col-md-6 mb-3 mb-md-5">
                        <div class="pe-md-4">
                          <h4>我可以随时取消吗?</h4>
                          <p>是的,您可以随时取消,取消时没有问题,但如果您能给我们一些反馈,我们将不胜感激.</p>
                        </div>
                      </div>

                      <div class="col-md-6 mb-3 mb-md-5">
                        <div class="ps-md-4">
                          <h4>我的团队有积分。 我们如何使用它们?</h4>
                          <p>Once your team signs up for a subscription plan. This is where we sit down, grab a cup of coffee and dial in the details.</p>
                        </div>
                      </div>

                      <div class="w-100"></div>

                      <div class="col-md-6 mb-3 mb-md-5">
                        <div class="pe-md-4">
                          <h4>Front的定价是如何运作的?</h4>
                          <p>Our subscriptions are tiered. 了解手头的任务并解决皱纹是关键。</p>
                        </div>
                      </div>

                      <div class="col-md-6 mb-3 mb-md-5">
                        <div class="ps-md-4">
                          <h4>How secure is Front?</h4>
                          <p>Protecting the data you trust to Front is our first priority. This part is really crucial in keeping the project in line to completion.</p>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <!-- End FAQ -->
              
            

Component #2

  • 预览
  • HTML

Still curious?

What methods of payments are supported?
You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
我可以随时取消吗?
If you'd like a refund please reach out to us at themes@getbootstrap.com. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
How do I get a receipt for my purchase?
You'll receive an email from Bootstrap themes once your purchase is complete.
我需要什么许可证?
There are three license types - Standard, Multisite, and Extended. We've provided the table below for a quick look at the difference between the them, as well as a few examples of ways each license could be used. If you'd like more of the nitty-gritty details you can find them below and always feel free to reach out with any questions you have at themes@getbootstrap.com.
              
                <!-- FAQ -->
                <div class="container content-space-2 content-space-lg-3">
                  <!-- Heading -->
                  <div class="w-md-75 w-lg-50 text-center mx-md-auto mb-5 mb-md-9">
                    <h2>Still curious?</h2>
                  </div>
                  <!-- End Heading -->

                  <div class="w-lg-65 mx-lg-auto">
                    <!-- Accordion -->
                    <div class="accordion accordion-flush accordion-lg" id="accordionFAQ">
                      <!-- Accordion Item -->
                      <div class="accordion-item">
                        <div class="accordion-header" id="headingCuriousOne">
                          <a class="accordion-button" role="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                            What methods of payments are supported?
                          </a>
                        </div>
                        <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingCuriousOne" data-bs-parent="#accordionFAQ">
                          <div class="accordion-body">
                            You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
                          </div>
                        </div>
                      </div>
                      <!-- End Accordion Item -->

                      <!-- Accordion Item -->
                      <div class="accordion-item">
                        <div class="accordion-header" id="headingCuriousTwo">
                          <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                            我可以随时取消吗?
                          </a>
                        </div>
                        <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingCuriousTwo" data-bs-parent="#accordionFAQ">
                          <div class="accordion-body">
                            If you'd like a refund please reach out to us at <a href="#">themes@getbootstrap.com</a>. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
                          </div>
                        </div>
                      </div>
                      <!-- End Accordion Item -->

                      <!-- Accordion Item -->
                      <div class="accordion-item">
                        <div class="accordion-header" id="headingCuriousThree">
                          <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
                            How do I get a receipt for my purchase?
                          </a>
                        </div>
                        <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingCuriousThree" data-bs-parent="#accordionFAQ">
                          <div class="accordion-body">
                            You'll receive an email from Bootstrap themes once your purchase is complete.
                          </div>
                        </div>
                      </div>
                      <!-- End Accordion Item -->

                      <!-- Accordion Item -->
                      <div class="accordion-item">
                        <div class="accordion-header" id="headingCuriousFour">
                          <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
                            我需要什么许可证?
                          </a>
                        </div>
                        <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingCuriousFour" data-bs-parent="#accordionFAQ">
                          <div class="accordion-body">
                            There are three license types - <a href="#">Standard</a>, <a href="#">Multisite</a>, and <a href="#">Extended</a>. We've provided the table below for a quick look at the difference between the them, as well as a few examples of ways each license could be used. If you'd like more of the nitty-gritty details you can find them below and always feel free to reach out with any questions you have at <a href="#">themes@getbootstrap.com</a>.
                          </div>
                        </div>
                      </div>
                      <!-- End Accordion Item -->
                    </div>
                    <!-- End Accordion -->
                  </div>
                </div>
                <!-- End FAQ -->
              
            

Component #3

  • 预览
  • HTML

Basics

What methods of payments are supported?
You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
我可以随时取消吗?
If you'd like a refund please reach out to us at themes@getbootstrap.com. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
How do I get a receipt for my purchase?
You'll receive an email from Bootstrap themes once your purchase is complete.
我需要什么许可证?
There are three license types - Standard, Multisite, and Extended. We've provided the table below for a quick look at the difference between the them, as well as a few examples of ways each license could be used. If you'd like more of the nitty-gritty details you can find them below and always feel free to reach out with any questions you have at themes@getbootstrap.com.
How do I get access to a theme I purchased?
If you lose the link for a theme you purchased, don't panic! We've got you covered. You can login to your account, tap your avatar in the upper right corner, and tap Purchases. If you didn't create a login or can't remember the information, you can use our handy Redownload page, just remember to use the same email you originally made your purchases with.
Upgrade License Type
There may be times when you need to upgrade your license from the original type you purchased and we have a solution that ensures you can apply your original purchase cost to the new license purchase.

支持

How do I get help with the theme I purchased?
Technical support for each theme is given directly by the creator of the theme. You'll be given a link to contact their support in a couple places:
  • Your confirmation email: Each theme in your confirmation email will have both the download link for your theme, and a "support" link which will connect you directly with the sellers support system or email.
  • While logged in to your account go to Purchases > Click the Order # > 获取支持
What version of Bootstrap are the themes built on?
All of the themes are built on versions of Bootstrap v4, currently all are on the v4.0.0 stable build. As more Bootstrap updates are launched the themes will be update as needed and as new features and bug fixes come out. You will want to download any updates that come out and update your installation as required.
What if I have a question that isn't answered here?
For anything we haven't covered feel free to reach out to the Bootstrap Themes team at themes@getbootstrap.com !We're here to help.
Uh oh! Where's my theme download?
We just switched to a whole new platform and if you're a customer from our previous platform, we will be migrating you to the new platform, but in the meantime your download link for our old platform won't work.

支付

What methods of payments are supported?
You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
How do I get a receipt for my purchase?
You'll receive an email from Bootstrap themes once your purchase is complete.
How can I get a refund?
If you'd like a refund please reach out to us at themes@getbootstrap.com. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
              
                <!-- FAQ -->
                <div class="container content-space-2 content-space-b-lg-3">
                  <div class="w-lg-75 mx-lg-auto">
                    <div class="d-grid gap-10">
                      <div class="d-grid gap-3">
                        <h2>Basics</h2>

                        <!-- Accordion -->
                        <div class="accordion accordion-flush accordion-lg" id="accordionFAQBasics">
                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsOne">
                              <a class="accordion-button" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsOne" aria-expanded="true" aria-controls="collapseBasicsOne">
                                What methods of payments are supported?
                              </a>
                            </div>
                            <div id="collapseBasicsOne" class="accordion-collapse collapse show" aria-labelledby="headingBasicsOne" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsTwo">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsTwo" aria-expanded="false" aria-controls="collapseBasicsTwo">
                                我可以随时取消吗?
                              </a>
                            </div>
                            <div id="collapseBasicsTwo" class="accordion-collapse collapse" aria-labelledby="headingBasicsTwo" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                If you'd like a refund please reach out to us at <a href="#">themes@getbootstrap.com</a>. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsThree">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsThree" aria-expanded="false" aria-controls="collapseBasicsThree">
                                How do I get a receipt for my purchase?
                              </a>
                            </div>
                            <div id="collapseBasicsThree" class="accordion-collapse collapse" aria-labelledby="headingBasicsThree" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                You'll receive an email from Bootstrap themes once your purchase is complete.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsFour">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsFour" aria-expanded="false" aria-controls="collapseBasicsFour">
                                我需要什么许可证?
                              </a>
                            </div>
                            <div id="collapseBasicsFour" class="accordion-collapse collapse" aria-labelledby="headingBasicsFour" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                There are three license types - <a href="#">Standard</a>, <a href="#">Multisite</a>, and <a href="#">Extended</a>. We've provided the table below for a quick look at the difference between the them, as well as a few examples of ways each license could be used. If you'd like more of the nitty-gritty details you can find them below and always feel free to reach out with any questions you have at <a href="#">themes@getbootstrap.com</a>.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsFive">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsFive" aria-expanded="false" aria-controls="collapseBasicsFive">
                                How do I get access to a theme I purchased?
                              </a>
                            </div>
                            <div id="collapseBasicsFive" class="accordion-collapse collapse" aria-labelledby="headingBasicsFive" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                If you lose the link for a theme you purchased, don't panic! We've got you covered. You can login to your account, tap your avatar in the upper right corner, and tap Purchases. If you didn't create a login or can't remember the information, you can use our handy Redownload page, just remember to use the same email you originally made your purchases with.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingBasicsSix">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseBasicsSix" aria-expanded="false" aria-controls="collapseBasicsSix">
                                Upgrade License Type
                              </a>
                            </div>
                            <div id="collapseBasicsSix" class="accordion-collapse collapse" aria-labelledby="headingBasicsSix" data-bs-parent="#accordionFAQBasics">
                              <div class="accordion-body">
                                There may be times when you need to upgrade your license from the original type you purchased and we have a solution that ensures you can apply your original purchase cost to the new license purchase.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->
                        </div>
                        <!-- End Accordion -->
                      </div>

                      <div class="d-grid gap-3">
                        <h2>Support</h2>

                        <!-- Accordion -->
                        <div class="accordion accordion-flush accordion-lg" id="accordionFAQSupport">
                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingSupportOne">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseSupportOne" aria-expanded="false" aria-controls="collapseSupportOne">
                                How do I get help with the theme I purchased?
                              </a>
                            </div>
                            <div id="collapseSupportOne" class="accordion-collapse collapse" aria-labelledby="headingSupportOne" data-bs-parent="#accordionFAQSupport">
                              <div class="accordion-body">
                                Technical support for each theme is given directly by the creator of the theme. You'll be given a link to contact their support in a couple places: 

                                <ul>
                                  <li>Your confirmation email: Each theme in your confirmation email will have both the download link for your theme, and a "support" link which will connect you directly with the sellers support system or email.</li>
                                  <li>While logged in to your account go to Purchases > Click the Order # > 获取支持</li>
                                </ul>
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingSupportTwo">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseSupportTwo" aria-expanded="false" aria-controls="collapseSupportTwo">
                                What version of Bootstrap are the themes built on?
                              </a>
                            </div>
                            <div id="collapseSupportTwo" class="accordion-collapse collapse" aria-labelledby="headingSupportTwo" data-bs-parent="#accordionFAQSupport">
                              <div class="accordion-body">
                                All of the themes are built on versions of Bootstrap v4, currently all are on the v4.0.0 stable build. As more Bootstrap updates are launched the themes will be update as needed and as new features and bug fixes come out. You will want to download any updates that come out and update your installation as required.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingSupportThree">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseSupportThree" aria-expanded="false" aria-controls="collapseSupportThree">
                                What if I have a question that isn't answered here?
                              </a>
                            </div>
                            <div id="collapseSupportThree" class="accordion-collapse collapse" aria-labelledby="headingSupportThree" data-bs-parent="#accordionFAQSupport">
                              <div class="accordion-body">
                                For anything we haven't covered feel free to reach out to the Bootstrap Themes team at <a href="#">themes@getbootstrap.com</a> !We're here to help.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingSupportFour">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapseSupportFour" aria-expanded="false" aria-controls="collapseSupportFour">
                                Uh oh! Where's my theme download?
                              </a>
                            </div>
                            <div id="collapseSupportFour" class="accordion-collapse collapse" aria-labelledby="headingSupportFour" data-bs-parent="#accordionFAQSupport">
                              <div class="accordion-body">
                                We just switched to a whole new platform and if you're a customer from our previous platform, we will be migrating you to the new platform, but in the meantime your download link for our old platform won't work.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->
                        </div>
                        <!-- End Accordion -->
                      </div>

                      <div class="d-grid gap-3">
                        <h2>Payments</h2>

                        <!-- Accordion -->
                        <div class="accordion accordion-flush accordion-lg" id="accordionFAQPayments">
                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingPaymentsOne">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapsePaymentsOne" aria-expanded="false" aria-controls="collapsePaymentsOne">
                                What methods of payments are supported?
                              </a>
                            </div>
                            <div id="collapsePaymentsOne" class="accordion-collapse collapse" aria-labelledby="headingPaymentsOne" data-bs-parent="#accordionFAQPayments">
                              <div class="accordion-body">
                                You can purchase the themes on Bootstrap Themes via any major credit/debit card (via Stripe) or with your Paypal account. We don't support cryptocurrencies or invoicing at this time.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingPaymentsTwo">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapsePaymentsTwo" aria-expanded="false" aria-controls="collapsePaymentsTwo">
                                How do I get a receipt for my purchase?
                              </a>
                            </div>
                            <div id="collapsePaymentsTwo" class="accordion-collapse collapse" aria-labelledby="headingPaymentsTwo" data-bs-parent="#accordionFAQPayments">
                              <div class="accordion-body">
                                You'll receive an email from Bootstrap themes once your purchase is complete.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->

                          <!-- Accordion Item -->
                          <div class="accordion-item">
                            <div class="accordion-header" id="headingPaymentsThree">
                              <a class="accordion-button collapsed" role="button" data-bs-toggle="collapse" data-bs-target="#collapsePaymentsThree" aria-expanded="false" aria-controls="collapsePaymentsThree">
                                How can I get a refund?
                              </a>
                            </div>
                            <div id="collapsePaymentsThree" class="accordion-collapse collapse" aria-labelledby="headingPaymentsThree" data-bs-parent="#accordionFAQPayments">
                              <div class="accordion-body">
                                If you'd like a refund please reach out to us at <a href="#">themes@getbootstrap.com</a>. If you need technical help with the theme before a refund please reach out to the seller first and they can get in touch with us if they're unable to resolve the issue.
                              </div>
                            </div>
                          </div>
                          <!-- End Accordion Item -->
                        </div>
                        <!-- End Accordion -->
                      </div>
                    </div>
                  </div>
                </div>
                <!-- End FAQ -->