Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 25-07-2026 en week 30 in de Zomer .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Query custom fields array

particle

‘meta_query’ => array( ‘relation’ => ‘AND’, array( ‘key’ => ‘color’, ‘value’ => array(‘red’, ‘orange’), ‘compare’ => ‘IN’, ), array( ‘key’ => ‘featured’, ‘value’ => ‘1’, ‘compare’ => ‘=’, ), ),

Add class IE 10

particle

// Adds class for IE 10 //—————————————— var ie_version = getIEVersion(); var is_ie10 = ie_version.major == 10; if(is_ie10) { $(‘html’).addClass(‘is_ie10’); } function getIEVersion(){ var agent = navigator.userAgent; var reg = /MSIEs?(d+)(?:.(d+))?/i; var matches = agent.match(reg); if (matches != null) { return { major: matches[1], minor: matches[2] }; } return { major: “-1”, minor: “-1” }; […]

Home