Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
mobile loc ation
Support Forums - Classified Ads Script Osclass
Osclass theme support
Veronika Osclass Responsive Theme
mobile loc ation
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
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
Logged
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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.
Logged
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
Logged
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?
Logged
Marked as best answer by
frosticek
on April 04, 2019, 08:42:36 AM
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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.
Logged
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
»
Logged
Print
Pages: [
1
]