• Resolved jaybarnard

    (@jaybarnard)


    Just a quick note before this plugin is great, I downloaded a few to try and found this one so easy to use a lot better than the others.

    I am trying to sort out the size on an image on a testimonial. I have added the relevant picture as the Testimonial Image. Which is great as it shows an image thumbnail on the rotator on the website. However, when you click the more details to display the full testimonial on its own page, I get the image as a full screen image even though I have resized the image down before uploading.

    I would be grateful if anybody could let me know how I can either:

    Amend the size of the image it displays?
    or
    Disable the big image showing?

    Link to the testimonial is below:

    https://www.empiretaekwondo.co.uk/testimonials/team-building/

    Any help would be much appreciated, but I am not very technical….

    https://www.ads-software.com/plugins/testimonial-rotator/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    This is pulling from your single.php file in your theme. You can duplicate the single.php file and change the name to single-testimonial.php.

    Look for some code with post_thumbnail in it and remove that part. You now will have a custom template for all your testimonial posts.

    If you are still having trouble post your single.php file somewhere like https://gist.github.com/ and I can check through it and tell you want to remove.

    Hope this helps,
    Hal

    Thread Starter jaybarnard

    (@jaybarnard)

    Hi Hal

    thanks for your swift reply. I have had a look at the single.php file in my theme, but I can’t see anything in the code about post_thumbnal. I have put the code below from the file:

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>

    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, ‘single’ ); ?>

    <?php if( siteorigin_setting(‘navigation_post_nav’) ) vantage_content_nav( ‘nav-below’ ); ?>

    <?php if ( comments_open() || ‘0’ != get_comments_number() ) : ?>
    <?php comments_template( ”, true ); ?>
    <?php endif; ?>

    <?php endwhile; // end of the loop. ?>

    </div><!– #content .site-content –>
    </div><!– #primary .content-area –>

    I tried setting up an account on https://gist.github.com/, but couldn’t work it.

    Thread Starter jaybarnard

    (@jaybarnard)

    Hi Hal

    I have managed to set up the account now, I have posted the code for the content-single.php which my single.php files seems to refer to.

    https://gist.github.com/jaybarnard/79c2f7f78db09231203c

    Any help would be great

    Thread Starter jaybarnard

    (@jaybarnard)

    Hi Hal

    sorry for all the messages, but I seem to have sorted it out in the theme settings, now looks ok

    https://www.empiretaekwondo.co.uk/testimonials/team-building

    Plugin Author Hal Gatewood

    (@halgatewood)

    Excellent! Glad you got it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Size’ is closed to new replies.