• Resolved ffiachra

    (@ffiachra)


    Hi.
    Thank you for this great plug-in! I have inserted it into the template of a previous site with success, However I am trying the same now and a list of the testimonials is displayed in the widget area, rather than scrolling them. I imagine it is some kind of conflict, though I have tried turning off other plugin’s. The plugin works fine in the siedbar widget area.

    The site is not live but I could provide access via private mail.

    Many thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Please resetting all options to default in main and widget settings areas.

    If still having trouble, email [email protected].

    Thread Starter ffiachra

    (@ffiachra)

    Hi Michael and many thanks for your reply. Resetting the options didn’t work, but I found something that did, I was calling the widget in the template file using


    <?php
    /*Testimonials Widget*/
    the_widget( 'Testimonials_Widget_Widget' );
    ?>

    which showed widget alright, but didn’t allow the scrolling,

    However if I added a custom widget area in the functions php file and then put your widget into the widget area and called the widget area:


    <?php
    // Custom widget Area Start
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Home testimonials') ) : ?>
    <?php endif;
    // Custom widget Area End
    ?>

    All works perfectly.

    Thanks again for a really useful and well written plugin!

    Plugin Contributor Michael Cannon

    (@comprock)

    Interesting work around. There’s theme functions and shortcodes you could’ve used as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing list instead of scroll’ is closed to new replies.