Change “Settings” -> “Language” to “Deutsch (Sie)”
The right translation is already inside enfolde….
No need to change code.
An other solution:
Make an other color-section and hide it on all screen sizes.
But it would be fine that Kriesi make a better solution….
function select_portfolio_filter(){
?>
<script type='text/javascript'>
jQuery( window ).load(function() {
portfolio = window.location.href.split('#')[1];
jQuery('.'+portfolio+'_sort_button').click();
});
</script>
<?php
}
add_action('wp_footer', 'select_portfolio_filter', 100);