*

Anonymous

  • ****
  • 200 posts
ajax header search thumbnail not displaying!!!
« on: December 09, 2017, 05:24:56 PM »
hi,

thumbnail pic not displaying on  header search bar, (using s3 bucket)

Code: [Select]
<img src="' + data[key].image_url + '"/>
what will be the script for supporting s3 thumbnail.

s3 code-
Code: [Select]
   $path = $resource['pk_i_id']. "_thumbnail." . $resource['s_extension']; or
Code: [Select]
@unlink(osc_base_path() . $resource['s_path'] . $resource['pk_i_id'] . '_thumbnail.' . $resource['s_extension']);
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: ajax header search thumbnail not displaying!!!
« Reply #1 on: December 09, 2017, 08:20:03 PM »
No exclamation marks please.
It is not our plugin, contact its author.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anonymous

  • ****
  • 200 posts
Re: ajax header search thumbnail not displaying!!!
« Reply #2 on: December 10, 2017, 05:24:31 AM »
am talking about veronika,  atttached below pic of header search, ajax pattern

compare it with previous uploaded header search pic,


thumbnail is displaying in search page  (pic attached below)   

using s3,  thumbnail is displaying in search page but not working on header search ajax page,   i think thats not s3 problem, cause thumbnail is displaying in search page properly,  may be its
Code: [Select]
<img src="' + data[key].image_url + '"/>  script problem,   footer.php  script for header ajax search,
Innovation is change that unlocks new value  ;)