Scholastica Moodle Theme
  • Scholastica
  • Requirements
  • Getting started
    • Theme Installation/Update
    • Translations
    • Demo content
    • RTL Interface
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text
    • Paid Courses
    • Course Page
    • Custom Enrollment Page
    • Course Filter
    • Custom E-Mail Template
  • Theme Settings
    • General
    • Dark Mode
      • 🌑Show/hide on the Dark Mode
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • 🕶️Show/hide for non-logged in users
      • Block Order
      • Video Pop-up
      • Hero
        • Block #1
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
        • Re-usage FAQ Snippet
      • Grid Content
        • Grid Content #1
        • Grid Content #2
        • Grid Content #3
        • Grid Content #4
        • Grid Content #5
        • Grid Content #6
        • Grid Content #7
        • Grid Content #8
        • Grid Content #9
      • Content
        • Content #1
        • Content #2
        • Content #3
        • Block #5 - Logotypes
      • Categories & Icons List
        • Categories List #1
        • Categories List #2
        • Logotypes List #1
        • Course List
        • Icons List
      • Stats
        • Stats #1
        • Stats #2
      • Team
        • Team #1
        • Team #2
        • Team #3
      • Testimonials
        • Testimonials #1
        • Testimonials #2
        • Testimonials #3
      • How to add more item to blocks?
    • Top Bar
    • Footer
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
    • Default Moodle Footer Links
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks
  3. Testimonials

Testimonials #1

Site administration -> Appearance -> Space -> Block #

PreviousTestimonialsNextTestimonials #2

Was this helpful?

<!-- Start - Block - Testimonials #1 -->
<div class="rui-card-testimonials-grid wrapper-xxl">
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">"Everything you need and nothing you don’t"</div>
        <h4 class="rui-block-testimonials--author w-100">Ryan Cook</h4>
        <span class="rui-block-testimonials--additional">CEO | SoSimple</span>
    </div>
    <!-- End item -->
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">“I couldn’t imagine using anything else!”</div>
        <h4 class="rui-block-testimonials--author w-100">Tim Smith</h4>
        <span class="rui-block-testimonials--additional">UX Designer | Clean&amp;Simple</span>
    </div>
    <!-- End item -->
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">"Lorem ipsum dolar set”</div>
        <h4 class="rui-block-testimonials--author w-100">Anna van Diesel</h4>
        <span class="rui-block-testimonials--additional">Senior Product Designer | ABC Design</span>
    </div>
    <!-- End item -->
</div>
<!-- End - Block - Testimonials #2 -->

How to add more item to blocks?