Support Forums - Classified Ads Script Osclass

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: apurno on July 26, 2017, 09:31:47 AM

Title: Home Page Edit
Post by: apurno on July 26, 2017, 09:31:47 AM
My Website: www.joruri.xyz and i am following this website: www.onlinesale.one
1. I want to Edit add post button Text "Publish Listing"
2. i want to Delete Video and Ad google Map the Same position.
 [ im sending you 1 Screenshot please Check ] 
Title: Re: Home Page Edit
Post by: MB Themes on July 26, 2017, 01:50:42 PM
@apurno
1) change via translation or in inc.search.php (or header.php)
2) use zara configurator plugin, install radius search plugin developed by mb-themes
Title: Re: Home Page Edit
Post by: apurno on July 27, 2017, 11:30:41 AM
How to remove Home Page Video ?
Title: Re: Home Page Edit
Post by: MB Themes on July 27, 2017, 02:58:50 PM
It is written in point 2)
Title: Re: Home Page Edit
Post by: apurno on July 27, 2017, 08:14:50 PM
Please look, my google map now showing like this. www.joruri.xyz
i completed your instruction before. but still i can't disable Home page Video.
please see the screenshot.
Title: Re: Home Page Edit
Post by: apurno on July 27, 2017, 08:34:03 PM
thank you working :)
Title: Re: Home Page Edit
Post by: apurno on July 30, 2017, 06:01:08 PM
1. doesn't ad publish.
2. backspace not work at price field.
can you check my site from admin panel ?
i can give you login details.
 :(
Title: Re: Home Page Edit
Post by: MB Themes on July 30, 2017, 09:28:14 PM
@apurno
0) do not see any problem on map.
1) not sure what you mean
2) to make sure only digits are entered
Title: Re: Home Page Edit
Post by: apurno on July 31, 2017, 06:46:43 AM
Please try post an ad www.joruri.xyz then you will be understand that :(
i am sending a screenshot please check it. [ already i send an invitation from google hangouts please accept me There.
and i want to send admin login details This website. can you check there setup everything are okay. ( How i can send privet with security ?)   
Title: Re: Home Page Edit
Post by: MB Themes on July 31, 2017, 10:04:50 AM
@apurno
Listing published correctly:
http://joruri.xyz/index.php?page=item&id=3

In style.css:
Code: [Select]
.add_item .box.price #currency
Title: Re: Home Page Edit
Post by: apurno on July 31, 2017, 11:02:13 AM
Price field Keyboard backspace not working. how i can solve ?
Title: Re: Home Page Edit
Post by: MB Themes on July 31, 2017, 12:11:56 PM
@apurno
Remove this code:
Code: [Select]
  // ADD - EDIT LISTING - ALLOW ONLY DECIMALS IN PRICE INPUT
  $('.add_item input#price').on("keypress keyup blur",function (event) {
    $(this).val($(this).val().replace(/[^0-9\.]/g,''));

    if ((event.which != 46 || $(this).val().indexOf('.') != -1) && (event.which < 48 || event.which > 57)) {
      event.preventDefault();
    }
  });

From file:
oc-content/themes/zara/js/global.js
Title: Re: Home Page Edit
Post by: apurno on July 31, 2017, 12:53:56 PM
Now Working :) but user can also type "A-Z & 1-9" but it should be only Number can type on price field :( it is possible sir !!! 
Title: Re: Home Page Edit
Post by: MB Themes on July 31, 2017, 04:51:28 PM
@apurno
Then revert your changes.
Title: Re: Home Page Edit
Post by: apurno on August 03, 2017, 06:30:02 PM
How to create company ad & personal Ad ?
please check attachment images
Title: Re: Home Page Edit
Post by: MB Themes on August 04, 2017, 11:45:59 AM
@apruno
Login to your user account, go to profile and set if you are company or not. If nothing set, person is considered as "personal".