Great! there is not issue but with the theme i am using now everything works ! and with the new theme i bought it's not working but there is no issue.
I don't know if there is need for this confession but yes i am not programmer, if i was maybe i could fix alone the theme yes? who knows.... it's rhetoric question....
what do i have to do in order to make the theme work? is possible to guide me here?
thanks for understanding
EDIT: about translation correct there is no issue, was the text box explanation not the actual title ( and because of translation was confusing )
EDIT 2: i wend to the search.php and removed the lines below:
<!-- CONDITION -->
<?php if($search_cat_id <= 0 || @!in_array($search_cat_id, $exclude_tr_con)) { ?>
<div class="box cond">
<h2><?php _e('Condition', 'delta'); ?></h2>
<div class="row">
<?php echo del_simple_condition(); ?>
</div>
</div>
<?php } ?>
<!-- TRANSACTION -->
<?php if($search_cat_id <= 0 || @!in_array($search_cat_id, $exclude_tr_con)) { ?>
<div class="box tran">
<h2><?php _e('Transaction', 'delta'); ?></h2>
<div class="row">
<?php echo del_simple_transaction(); ?>
</div>
</div>
<?php } ?>
Yet i have more problems. At left side on search you can select the show ads with photos only for example.... i get only 14 ads when i select this filter ( i have checked of course that i have much more than 14....! what about that ? how to fix this ?