Stop Testimonial from Rotating

Discussion in 'Dzonia WordPress Theme' started by markmcwaters, Nov 13, 2013.

Thread Status:
Not open for further replies.
  1. markmcwaters

    markmcwaters New Member

    Joined:
    Mar 6, 2013
    Messages:
    13
    Likes Received:
    0
    I am using the testimonial section as just another title with copy spot. How do I stop it from rotating out? I just want it static. Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Js directory > jcarousellite_1.0.1.js file present in your theme directory and edit the file as shown in the image given below.

    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .testimonial_holder a.prev2 {
    display: none;
    }
    .testimonial_holder a.next2 {
    display: none;
    }
    This will solve your issue.
     
  3. markmcwaters

    markmcwaters New Member

    Joined:
    Mar 6, 2013
    Messages:
    13
    Likes Received:
    0
    The thing still rotates....I found the "js" folder on my hard drive in the downloaded stuff. Opened "jcarousellite" and made the change in Dreamweaver. Saved it. Went back to the website and WordPress and pasted the shortcode above into my Custom CSS, replacing what was there originally. No difference. The block of text still slides off and on.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    If you have not made any custom changes in php files (like header.php, sidebar.php ,footer.php..etc.) of the theme
    then you can upload and activate the theme provided to you through email by us.
    This will solve your issue.
     
  5. markmcwaters

    markmcwaters New Member

    Joined:
    Mar 6, 2013
    Messages:
    13
    Likes Received:
    0
    Uploaded and installed. Rotating has ceased. Good job. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page