1. hotshot88x
  2. Features Request
  3. Friday, March 14 2014, 04:08 PM
I love this extension. This was a life saver. Your support team was amazing and the extension works great. I do have a couple suggestions for enhancements and I hope you take this is a compliment to your great work. When I search for profiles, can you add something to maybe hide the search criteria with a expansion option or auto scroll down to the results. Also, any way to give the user the ability to change the 10 mile radius front end to maybe 5 or 50 miles? Last with the checkbox search criteria, can i have the option to show in multiple columns so I can have space saving option with inline and nice clean look?
admin Accepted Answer
Admin
Hi,
can you add something to maybe hide the search criteria with a expansion option

on Monday I will send you a code to do this
change the 10 mile radius front end to maybe 5 or 50 miles

This is expected in the next release
can i have the option to show in multiple columns so I can have space saving option with inline and nice clean look?

With new version: go to administrator->Menus and search list item, set parameter # Column in list parameter tab
  1. more than a month ago
  2. Features Request
  3. # 1
admin Accepted Answer
Admin
To hide search form add this javascript code (if you use Joomla built-in template you can add this at the end of file /templates/protostar/js/template.js):
jQuery(document).ready(function($){
$('.jsn_search').hide();
$('.jsn_search').before('<a class="btn btn-primary" id="jsn_search_btn">Search</a>');
$('#jsn_search_btn').click(function(){
$('.jsn_search').slideDown();
$(this).hide();
});
});
  1. more than a month ago
  2. Features Request
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.