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
-
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 ]
-
@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
-
How to remove Home Page Video ?
-
It is written in point 2)
-
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.
-
thank you working :)
-
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.
:(
-
@apurno
0) do not see any problem on map.
1) not sure what you mean
2) to make sure only digits are entered
-
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 ?)
-
@apurno
Listing published correctly:
http://joruri.xyz/index.php?page=item&id=3
In style.css:
.add_item .box.price #currency
-
Price field Keyboard backspace not working. how i can solve ?
-
@apurno
Remove this code:
// 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
-
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 !!!
-
@apurno
Then revert your changes.
-
How to create company ad & personal Ad ?
please check attachment images
-
@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".