• Resolved elyot2016

    (@elyot2016)


    Hello,

    I would like to remove the large picture on the single portfolio page and replace it with a slideshow. I’ve looked around but couldn’t quite figure out where to add the below code and what to remove.

    <?php
    echo do_shortcode(“[metaslider id=69]”);
    ?>

    Take this page for example: https://demos.made4wp.com/olevia/portfolio/book-cover/

    I want the large picture of the book gone and replace with the php code of the slideshow.

Viewing 1 replies (of 1 total)
  • Theme Author Bobby Gunawan

    (@helloguna1)

    Hello,

    You can find what you need in /template-parts/content-single-portfolio.php

    <?php olevia_print_post_thumbnail( $image_size, $featured_classes ); ?>

    You will need to remove this.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Single Portfolio’ is closed to new replies.