Arrows not showing and option to display all testimonials.

Home Forums AB Testimonials WP Plugin Arrows not showing and option to display all testimonials.

This topic contains 9 replies, has 2 voices, and was last updated by  ab-themes 8 years, 2 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #14227

    mrcavallo
    Participant

    hello.

    i have configured this plugin and am having a couple of issues:

    main one is that i can find no way to list all of the testimonials. is there a way to do this so i can show them all on one page?

    secondly, i have added show_arrows=”1″ to the shortcode and no arrows are showing. i have even tried “true”.

    finally – the company field is showing right next to the person’s name. where in your demo it is on the next line.

    you can see the shortcode implementation here:

    http://www.pineapplelumps.com/testimonials/

    i would appreciate your help. please let me know if you need admin access.

    thank you.

    mrcavallo.

    #14240

    ab-themes
    Keymaster

    Hello,

    yes we will need admin access for this.
    Also ftp credentials would be useful if we have to change something in the code.
    Thank you.

    #14385

    mrcavallo
    Participant

    hello,

    please find details you need in private message.

    thank you.

    #14393

    ab-themes
    Keymaster

    Hi,

    1.) The company field is now showing on the next line. We just added display: block; on company text inside CSS (you can see that change in testimonials_shortcode.css file on line 52).

    2.) Arrows are showing properly. We deleted your shortcode and added new one(the same one) but this time in “Text” tab not “Visual” and everything is working perfect.

    3.) You can show all testimonials by adding this shortcode [AB_testimonials style="1" play="false" class="show_all_testimonials"] (class show_all_testimonials is very important).

    In testimonials_shortcode.css file we add this code:

    on line 6:

    .ABt_testimonials_wrapper.show_all_testimonials .caroufredsel_wrapper{
    	height: auto !important;
    	overflow: visible !important;
    }

    on line 18:

    .ABt_testimonials_wrapper.show_all_testimonials .ABt_testimonials_slide{
    	position: relative !important;
    	height: auto !important;
    }

    Now everything should work fine.

    Cheers

    #14428

    mrcavallo
    Participant

    wow – fantastic! very happy with the result. thank you very much for your help.

    i will write you a very positive review.

    Mark.

    #14436

    ab-themes
    Keymaster

    Thank you Mark!

    No problem, glad that we could help :)

    Cheers

    #14442

    mrcavallo
    Participant

    hello.

    sorry one last thing. i just noticed the show_all_testimonials is only showing 8 out of 11 testimonials.

    on this page: http://www.pineapplelumps.com/testimonials/

    is there a limit to how many you can display?

    thank you.

    oh and review and 5 stars given :)

    #14444

    ab-themes
    Keymaster

    Hi,

    of course, please go to your shortcode.php file
    (you can find it here \wp-content\plugins\ab-testimonials\)

    and at line 6 just change how many testimonials you want. So far it’s been 8, we put 11 now.

    I hope this help you :)

    Regards

    #14473

    mrcavallo
    Participant

    ah great. thank you very much! i will try to remember to do this whenever the plugin is updated.

    #14474

    ab-themes
    Keymaster

    No problem, happy to help.

    Cheers

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

The topic ‘Arrows not showing and option to display all testimonials.’ is closed to new replies.