-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello. This theme has a file to do in which i see
- search.php {
- improve filters
}
- improve filters
- search_gallery.php {
- missing
}
- missing
- item-edit.php, item-post.php {
- js validation
}
- js validation
By looking at theme files i see that we have the files search_gallery + search_list but we don't have the actual grid/list view for search page and other areas like latest listings, user listigs etc
Filters in search seems to exist - what has to be improved (what did i miss)?
Js validation is the biggest issue. No errors are shown. When i posted an ad, i did not received the message that i must validate the ad?
Ajax upload can be added easy by adding fineuploader files and adding existing code from other themes - i have used the code from flatter theme and it works just fine
<h2><?php _e('Photos', 'flatter'); ?></h2> <?php if( osc_images_enabled_at_items() ) { ItemForm::ajax_photos(); } ?> </div>
So, any plans to finish this theme since it is incomplete even if is listed as compatible with latest osclass? Thanks