*

harsha2012

  • **
  • 9 posts
to remove img-bar small thumb image
« on: March 30, 2018, 10:07:38 PM »
how to remove small thumb images, on all ads list view, and also font thumb size adjustment www.saleme.lk same size,

 

*

harsha2012

  • **
  • 9 posts
Re: to remove img-bar small thumb image
« Reply #1 on: April 01, 2018, 01:32:29 PM »
       <div class="img-bar">
          <?php osc_reset_resources(); ?>
          <?php for ( $i = 0; osc_has_item_resources(); $i++ ) { ?>
            <?php if($i < 3 && osc_count_item_resources() > 1) { ?>
              <span class="small-img<?php echo ($i==0 ? ' selected' : ''); ?>" id="bar_img_<?php echo $i; ?>"><img class="lazy" src="<?php echo osc_resource_thumbnail_url(); ?>" data-original="<?php echo osc_resource_thumbnail_url(); ?>" title="<?php echo osc_esc_html(osc_item_title()); ?>" alt="<?php echo osc_esc_html(osc_item_title()); ?>" /></span>
            <?php } ?>
          <?php } ?>
        </div>


loop-single.php removed this line now ok :)



plese tell me how to remove img-bar and fill lage image full size list view pleseee

*

MB Themes

Re: to remove img-bar small thumb image
« Reply #2 on: April 01, 2018, 05:09:44 PM »
@harsha2012
It is filled automatically if there is more than 1 image.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

harsha2012

  • **
  • 9 posts
Re: to remove img-bar small thumb image
« Reply #3 on: April 01, 2018, 05:21:34 PM »
how to fix it to same size thank you very much sir

*

MB Themes

Re: to remove img-bar small thumb image
« Reply #4 on: April 01, 2018, 06:07:44 PM »
Duplicate.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots