Osclass Support Forums

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: nijamutheen on August 30, 2017, 02:44:43 PM

Title: mobile loc ation
Post by: nijamutheen on August 30, 2017, 02:44:43 PM
How to show listing location on mobile views listings  http://prntscr.com/gewz8j
Title: Re: mobile loc ation
Post by: MB Themes 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.
Title: Re: mobile loc ation
Post by: nijamutheen on September 04, 2017, 12:51:18 PM
but Desktop showing listing location http://prntscr.com/ggvebz i think need to edit css file
Title: Re: mobile loc ation
Post by: Darwazo on April 01, 2019, 12:49:15 AM
Dear Support Team....

Any solution to this pls??

how to enable location in mobile view?
Title: Re: mobile loc ation
Post by: MB Themes 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.
Title: Re: mobile loc ation
Post by: Darwazo 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>