Да что с тобой оленем время терять. Человек сделает, отпишется.
Ух какое тут жаркое обсуждение было! Короче закоментировал вот этот блок пока полёт нормальный
<!-- <div class="head-block">
<div class="icon">
<span class="glyphicon glyphicon-map-marker glyphicon-cussearch" aria-hidden="true"></span>
</div>
<div class="title">
<p class="text"><?php _e('Listing Location', 'fino'); ?></p>
</div>
</div>
<div class="box location">
<?php if(osc_get_preference('item-post', 'fino') == 'countries'){ ?>
<div class="row">
<label for="country"><?php _e('Country', 'fino'); ?></label>
<?php ItemForm::country_select(osc_get_countries(), osc_user()); ?>
</div>
<?php }; ?>
<div class="row">
<label for="regionId"><?php _e('Region', 'fino'); ?></label>
<?php ItemForm::region_select(osc_get_regions(), osc_user()) ; ?>
</div>
<div class="row">
<label for="city"><?php _e('City', 'fino'); ?></label>
<?php ItemForm::city_select(osc_get_cities(osc_user_region()), osc_user()) ; ?>
</div>
<div class="row">
<label for="city"><?php _e('City Area', 'fino'); ?></label>
<?php ItemForm::city_area_text(osc_user()); ?>
</div>
<div class="row">
<label for="address"><?php _e('Address', 'fino'); ?></label>
<?php ItemForm::address_text(osc_user()); ?>
</div>
</div>
-->
только еще нужно здесь убрать теперь через -аккаунт-редактировать объявление
а вот что получилось
Для просмотра ссылки Войди или Зарегистрируйся
всё решил сам, вот получилось
Я это сделал для того чтоб не было у меня вообще локации по городам, я в админке удалил все города точнее всю Россию, и в формах вот в этих локацию, думаю для меня это лишнее
Вот только как бы как бы теперь блок Ultimate Payments воткнуть вот сюда