*

mixradu

  • ****
  • 171 posts
Go to zara/search_gallery.php

Find
Code: [Select]
<div class="price"><span><?php echo osc_item_formated_price(); ?></span></div>Under that paste this
Code: [Select]
<div class="galloc"><?php ?><?php echo zara_location_format(osc_item_country(), osc_item_region(), osc_item_city()); ?></div>
Now go to zara/css/style.css and paste this
Code: [Select]
.white .galloc {
    background: #fff;
    color: #8e8e8e;
    height: 15px;
    font-size: 13px;
    overflow: hidden;
    top: 6px;
    left: 0;
    z-index: 5;
    width: 160px;
    padding: 0 5px;
}

Welcome

*

MB Themes

Re: Display the location of listing in home page/gallery view - TUTORIAL
« Reply #1 on: November 18, 2016, 09:48:04 AM »
@mixradu
Thanks for your tip, some people has been looking for such solution  8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mixradu

  • ****
  • 171 posts
Re: Display the location of listing in home page/gallery view - TUTORIAL
« Reply #2 on: November 20, 2016, 01:44:28 PM »
@mixradu
Thanks for your tip, some people has been looking for such solution  8)

Yeah, i know person who send me mails for asking

P.S I am noob in PHP.