Hello,

Please update this code into “single.php” file, you can find the file please follow the below steps

Goto Theme root ssagency > inc > post-format in this you can find single.php file remove that code and add the below code


<div class="post-image">
<?php if ( has_post_thumbnail() ) {
$imgurl=wp_get_attachment_url( get_post_thumbnail_id() ); ?>
<?php ///ssagency_hsk_image_crop( $imgurl, 700,300 ); ?>
<?php echo '<img src="'.esc_url($imgurl).'" alt="'.get_the_title().'" />
'; ?>
<?php } ?>
</div>
<?php echo ''.the_content().'
'; ?>

Or please provide the FTP Access details we will update.

We are working theme some upgrades and woocommerce functionality, so we will update the theme as soon as possible

  • This reply was modified 4 years, 9 months ago by support.
  • This reply was modified 4 years, 9 months ago by support.
  • This reply was modified 4 years, 9 months ago by support.