This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

nijamutheen

  • ****
  • 110 posts
mobile loc ation
« on: August 30, 2017, 02:44:43 PM »
How to show listing location on mobile views listings  http://prntscr.com/gewz8j

*

MB Themes

Re: mobile loc ation
« Reply #1 on: August 30, 2017, 08:05:42 PM »
@nijamutheen
Edit loop-single.php, loop-single-premium.php with functions you need.
https://doc.osclass.org/HItems.php

--

"How to ..." is not question for support, it indicates custom development. If you want to modify theme but you do not know how, look for developer that will do it for you, we are not able to answer such queries.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: mobile loc ation
« Reply #2 on: September 04, 2017, 12:51:18 PM »
but Desktop showing listing location http://prntscr.com/ggvebz i think need to edit css file

*

Darwazo

  • ***
  • 81 posts
Re: mobile loc ation
« Reply #3 on: April 01, 2019, 12:49:15 AM »
Dear Support Team....

Any solution to this pls??

how to enable location in mobile view?

Marked as best answer by frosticek on April 04, 2019, 08:42:36 AM
*

MB Themes

Re: mobile loc ation
« Reply #4 on: April 01, 2019, 08:16:37 AM »
@Darwazo
File where you should look is loop-single.php, you may add there:
Code: [Select]
<div class="is767"><?php echo osc_item_city(); ?></div>
code will show city of item just on mobile devices, additional styling may be required.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Darwazo

  • ***
  • 81 posts
Re: mobile loc ation
« Reply #5 on: April 02, 2019, 02:25:31 PM »
Thanks ....that worked !!

Pasted after

<div class="right">
      <?php if( osc_price_enabled_at_items() ) { ?>
        <div class="price"><?php echo osc_item_formated_price(); ?></div>

« Last Edit: April 03, 2019, 12:26:29 AM by Darwazo »