Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.7.9.3, category, drop-down list-box, search, slim plus
- This topic has 5 replies, 2 voices, and was last updated 9 years, 11 months ago by
Steven Zahm.
-
AuthorPosts
-
01/04/2014 at 7:27 pm #276453
Mike Nolan
ParticipantIs it possible to reposition the category drop-down list-box and the search box below the search results?
Also, is it possible to deactivate the search function in the Category drop-down list box?
01/06/2014 at 11:42 am #276490Steven Zahm
Keymaster@ Mike
Sorry, these type of changes can only be done by editing both the code for the template and the core Connections plugin code.
01/06/2014 at 2:24 pm #276498Mike Nolan
ParticipantIf you have a moment, could you please have a look at our current site with a smartphone (current them Decode) and let me know what you think?
The search box and category drop-down selection box are pushing the listing down quite a bit.
If you click on the category drop-down list box on a smartphone, the devices keyboard pops up to allow text entry into the category search box and it is not ‘user friendly’
> http://www.nocorkagefees.com/
If these enhancements require custom coding, is there someone you could recommend?
Thanks
-
This reply was modified 9 years, 11 months ago by
Mike Nolan.
01/06/2014 at 3:46 pm #276516Steven Zahm
Keymaster@ Mike
If you open up the
slim-plus.js
file and remove:
$('select[name^=cn-cat]').chosen();
that’ll will disable the enhanced drop down completely. When on the mobile the native chooser will be used.01/06/2014 at 7:58 pm #276533Mike Nolan
ParticipantI tried editing the slim-plus.js file
I could not find it via the WordPress interface so, I used FTP to download it and TextPad to edit it on a PC.
After editing the slim-plus.js file, (and uploading back up) the drop-down no longer works, at all, on my Samsung Galaxy 3 S (android 4.3 smartphone). Working fine in desktop browsers.Here is the script, after I edited it:
jQuery(document).ready(function ($) {
$(‘.cn-hide’).css(‘display’, ‘none’);
$(‘h3.cn-accordion-item’).click( function() {
var $this = $(this);
var div = $this.attr(‘data-div-id’);if ( $( ‘#’ + div ).css(‘display’) == ‘block’ ) {
$( ‘#’ + div ).slideUp();
$($this).children(‘.cn-sprite’).toggleClass(‘cn-open’);
} else {
$( ‘#’ + div ).slideDown();
$($this).children(‘.cn-sprite’).toggleClass(‘cn-open’);
}return false
});});
01/07/2014 at 3:29 pm #276588Steven Zahm
Keymaster@ Mike
Apologies, I forgot one important instruction…
You need to make a duplicate of the altered
slim-plus.js
file and name it asslim-plus.min.js
and overwrite the original too. -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.