• Resolved tiolions

    (@tiolions)


    Hi – Been using the Testimonials Widget fine until I decided to add the rotating option. I’m fairly new to this but created a new functions.php file in my child theme for Responsive Theme by ThemeID and added the following:

    // $widget_number is an optional, arbitrarily number (probably safe between 1,000 and 9,999) that helps create a uniquely identifiable testimonials widget display instance.
    $widget_number                  = 1234;
    // Displays the testimonials as a rotating widget into your theme directly  with specific class .testimonialswidget_testimonials1234
    echo testimonialswidget_widget( $args, $widget_number );

    When the home page is refreshed I see the testimonials rotating at the top of the page. If you look at the link I provided below, you’ll see a testimonial under the image. This is where I want things rotating.

    https://www.bowenworkhealing.com

    Sorry I am not understanding what/where to place the code. Please advise. Thank you.

    https://www.ads-software.com/extend/plugins/testimonials-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tiolions

    (@tiolions)

    Just noticed that it’s appearing all over the dashboard as well!

    Plugin Contributor Michael Cannon

    (@comprock)

    You might want to put the code from FAQ 1 in the template or header where you specifically want testimonial rotations to appear.

    Each WordPress is different and you’ll need to work with your developer or hire me directly to resolve. See support at the bottom of https://www.ads-software.com/extend/plugins/testimonials-widget/.

    One suggestion I have is to move the code from functions.php to the bottom of header.php and see if that’s closer to where you want the testimonials to appear. From there, you should get a better idea of how to place it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘testimonial widget responsive theme’ is closed to new replies.