Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • Hello, is this support site active? The gallery does not work properly in all Safari browsers (Iphone, iPad too). I would really appreciate an answer… Thanks.

    Hello, i alos noticed that in your online demo of the nonus theme, the gallery images are not responsive in FireFox (36.04, MacOsX) and blend into each other if i make the browser window smaller (e.g. tablet size). In Safari it works fine.

    This reply has been marked as private.

    hello, yes working now, i have done some fixed but can not re,ember what it was… sorry…

    Here is a solution that works for me:

    replace in assets/js/main.js
    /* helper : scroll function */

    with

    /* helper : scroll function */

    jQuery(window).load(function(){
    function goToByScroll(id){
    jQuery('html,body').animate({scrollTop: jQuery("#"+id).offset().top - mainNavHeight},'slow');
    }
    if (window.location.hash != '' && jQuery(window).width() >= 768) {
    goToByScroll(window.location.hash.substr(1));
    }
    });

    Attention: does not work in child theme… the Asstes get not loaded

    Here is a solution that works for me:

    replace in assets/js/main.js
    /* helper : scroll function */

    with

    /* helper : scroll function */
    /*
    jQuery(window).load(function(){
    function goToByScroll(id){
    jQuery('html,body').animate({scrollTop: jQuery("#"+id).offset().top - mainNavHeight},'slow');
    }
    if (window.location.hash != '' && jQuery(window).width() >= 768) {
    goToByScroll(window.location.hash.substr(1));
    }
    });*/

    Attention: does not work in child theme… the Asstes get not loaded

    Thnaks for your reply.
    I discovered also, that in the current safari desktop browser the theme does not work properly. for e.g. the arrow on the parallax page does nor scroll down to menu as it does in FF.