Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 20-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Taxonomy query

particle

’tax_query’ => array( array( ’taxonomy’ => ‘people’, ‘field’ => ‘slug’, ’terms’ => ‘bob’, ), ),

Open / close searchform

particle

// opens the search input in the main menu. //—————————————- $(‘#header form.searchform .input-group button’).click(function() { var element = $(this); setTimeout(function(){ $(element).parent().parent().find(‘.input-group-field’).focus(); }, 1000); if(!$(this).parent().parent().parent().hasClass(‘open’) || $(this).parent().parent().find(‘input’).val()==””) { $(this).parent().parent().parent().toggleClass(‘open’); return false; } else { return true; } }); $(document).click(function(event) { // desktop if(!$(event.target).closest(‘.desktop__searchform form’).length) { if($(‘.desktop__searchform form’).hasClass(“open”) ) { $(‘.desktop__searchform form’).removeClass(‘open’); } } // mobile if […]

Toggl content – fade out

particle

#toggle-content:after { content: ”; background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%); background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff)); background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%); background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%); display: block; position: absolute; pointer-events: none; bottom: 0; left: 0; width: 100%; height: 65%; }

Home