Combination Filter functionality

3 replies · opened Dec 13, 2016

TTALENTi_UKDec 13, 2016

Hi there,

Thanks for your help in advance.

I know you don't do customisations but I think the portfolio filter / combination filter already has the functionality I’m looking for but i don’t know how to update it. The questions I have are as follows:

This is the page that all the questions below relate to:

http://talenti.co.uk/vacancies.html

1 - Is it possible to have a reset button which resets all the filter choices the user has made from the drop downs menus? Similar to the shuffle button but a full reset to 'show all' for every filter

2 - Without forcing the user to open a new tab/window on their browser, is there any way that when the user has filtered our jobs based on location, salary etc and then visited that job page, if they click 'back' in the browser to the vacancy page it remembers the filters they previously chose without having to select them all again?

3 - You previously provided the code to install a combination filter. Can we update it so that we can add links on other pages of the site and use the filter to only show construction jobs or sales jobs using #filter=.filter-construction / #filter=.filter-sales or something similar after the above url?

4 - I know that there is the option to have sticky items so that certain tiles on the grid are always at the top. Could you provide some code so that we can do this? We want not only to have the live jobs (.filter-live) at the top when a person visits the vacancies page but also to have super sticky tiles where we can showcase featured jobs (such as .filter-featured) and they will be above all the live jobs (.filter-live) and with all the filled jobs at the bottom of the grid (.filter-fill). I have attached a jpeg to show you what i mean. This example has 2 featured live jobs, 4 standard live jobs and 2 filled jobs to show the layout we require.

Thanks for all your help with this.

TTALENTi_UKDec 15, 2016

Hi,

Is there an update for my support request?

Best regards

Alistair

SSemicolon WebSTAFFDec 16, 2016

Hello,

Thanks for your Valuable Patience! We are working on this for you and please expect a Reply within 4-6 Hours. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFDec 18, 2016

Hello,

  1. This is Definitely Possible! Add the following JS Code at the bottom of the Page just after the js/functions.js JS File Linking:

	jQuery(window).load( function(){
		jQuery('.clear-filters').click(function(){
			jQuery('#portfolio-filter').find('li').removeClass('activeFilter');
			jQuery('.grid-container').isotope({ filter: '*' });
			return false;
		});
	});

Then you can simply add the .clear-filters Class to any Button to clear the Filters.

  1. This is currently not supported for Multiple Filter but can definitely be used for Single Filters by using the portfolio-hash-filter.html Template.

  2. Same as above.

  3. We have tried searching for an Option for this in the Official Isotope Website: http://isotope.metafizzy.co/sorting.html but it does not exist. Can you please provide us with the Exaample of the Implementations using the Isotope Plugin you mentioned so that we can provide you with a more specific solution. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard