Soon

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • SoonSoon
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: February 23, 2016

    Using shortcode cannot integrate Testimonial rotator in the layout for left pane – shortcode only works in the WYSIWYG editor.

    I want to integrate the Testimonial rotator on the left pane of the default IT Consultant Pro About Us page.

    Default coding calls out a static Testimonial display in the left pane.

    Q1: How do I call out the js quote rotator?

    Q2: How do I set so that more than 1 testimonial is displayed per rotation?

    Thanks in advance!!

    SoonSoon
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: February 23, 2016

    Its ok. I figured it out.

    Open /themes/IT_consultant_pro/js/jquery.quote_rotator.js

    Edit the rotation speed value in the following chunk of code that appears at the top of the page:

    (function($) {

    $.quote_rotator = {
    defaults: {
    rotation_speed:6000,
    pause_on_hover: true,
    randomize_first_quote: false,
    buttons: false
    }

Viewing 2 posts - 1 through 2 (of 2 total)