Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • Klaus Ondrich Friend
    #662328

    Hello,

    I have a question regarding “back to top” button: It’s shown in navhelper on our site https://www.ulc-moedling.at/.
    However, I realized that it is not working in every case:
    On start site a click on the “back to top” button does not scroll back to top:
    https://www.ulc-moedling.at/

    Viewing an article a click on the “back to top” button does not scroll back to top:
    https://www.ulc-moedling.at/news/wettkaempfe/stadionwettkaempfe/894-internationales-josko-laufmeeting-andorf-2015

    In a category blog a click on the “back to top” button does scroll back to top:
    https://www.ulc-moedling.at/news/wettkaempfe/stadionwettkaempfe

    Is this by design or should this be considered as a bug?

    Thanks

    jooservices Friend
    #662373

    Hi there
    I don’t see that button on your site. Please tell me where is it.

    Thank you,
    Viet Vu

    jooservices Friend
    #662374

    Hi there
    I also saw you have js error. Please turn off js compress first.

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #662378

    It is right above the social Footer. JS and CSS optimization is disabled now.

    jooservices Friend
    #662485

    Hi there
    You have js error

    Uncaught ReferenceError: Browser is not defined

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #662486

    Yes, I saw it in Firefox debug console. But how come?
    https://www.ulc-moedling.at/templates/ja_fubix/js/script.js line 258 is reported as error source by console:

    //fix validate.js error
    if(Browser.ie && Browser.version <= 8){
    Browser.Features.inputemail = false;
    }

    It’s a Fubix file. What can I do to resolve it?

    jooservices Friend
    #662487

    Hi there
    Please turn off JS compress while we are working on this.
    And in fact i would suggest not use it in any case.

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #662488

    Yes, it is disabled. Do you still see compressed JS?

    jooservices Friend
    #662865

    Hi there
    I saw you have some 3rd js in “none working page”
    Please provide your site backend access. I’ll try to check it.

    In basically please do not install 3rd extension except we can handle it in hand 🙂

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #662901

    Hello @jooservices,

    I just sent a pm with login details.

    Thanks

    jooservices Friend
    #662930

    Hi there
    Please help me check your FTP access. I can login but can’t access directories.

    Thank you,
    Viet Vu

    jooservices Friend
    #745950

    Hi there
    Please help me check your FTP access. I can login but can’t access directories.

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #662931

    Hi @viet Vu,

    FTP access for test.ulc-moedling is working now (I verified it myself). I do not know, why permissions get lost for just for this particular directory from time to time.

    Cheers

    Klaus Ondrich Friend
    #745951

    Hi @viet Vu,

    FTP access for test.ulc-moedling is working now (I verified it myself). I do not know, why permissions get lost for just for this particular directory from time to time.

    Cheers

    Klaus Ondrich Friend
    #663044

    Though my JS knowlege is very poor, I found a way to get those lines of code working:
    Original code in /templates/ja_fubix/js/script.js, lines 258-260 that produce the JS error and prevent back-to-top button from working:

    if(Browser.ie && Browser.version <= 8){
    Browser.Features.inputemail = false;
    }

    Fixed code /templates/ja_fubix/js/script.js, lines 258-260 that resolves JS error and makes the back-to-top button working everywhere:

    if($.browser.ie && $browser.version <= 8){
    $.browser.Features.inputemail = false;
    }

    Could you confirm that this fix is correct and free from side-effects? If that’s true, it seems to be a bug in Fubix.

Viewing 15 posts - 1 through 15 (of 22 total)

This topic contains 22 replies, has 2 voices, and was last updated by  jooservices 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum