Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1199597
    Rad
    Moderator
    This reply has been marked as private.
    #1199720
    Mark B
    Participant
    This reply has been marked as private.
    #1200054
    Rad
    Moderator

    Hi there,

    I corrected the coding, but with no luck. That’s because Rev. Slider’s API is only available on its own instance. Hence, I moved these

    revapi9.bind("revolution.slide.onloaded",function (e) {
    
    first_slider_is_loaded = true;
    
    });

    and

    revapi10.bind("revolution.slide.onloaded",function (e) {
    
    second_slider_is_loaded = true;
    
    });

    On their respective slider settings. I also applied some changes to your functions.php to correct the order of scripts.

    Please check it now.

    Thanks!

    #1200685
    Mark B
    Participant
    This reply has been marked as private.
    #1203840
    Rad
    Moderator

    Hi there,

    The code is meant to be executed in the presence is the specific sliders, hence yes, it will not work on other pages. I checked and yes, still the same when loading. I’ll see what else I can do, but unfortunately, I’m not really sure why it behaves like that. It’s probably specific to your sliders because all my sliders have definitive dimensions when it’s just start loading.

    For now, please edit your codes and replace this

    if ( $(window).scrollTop() >= t && first_slider_is_loaded && second_slider_is_loaded ) m.addClass('ny-fixed');

    with this

    if ( $(window).scrollTop() >= t ) m.addClass('ny-fixed');

    to enable it back on all pages.

    Thanks!

    #1204077
    Mark B
    Participant

    Great thanks Rad anything helps.
    I did notice that it appears that the new superfly menu breaks my ubermenu on desktop safari.
    Maybe this could be the problem? I read the superfly developer notes, and they said their menu should not affect ubermenu and can be used side by side…?

    You code did work for the sticky toggle on the other pages.

    Thanks
    Regards,

    Mark

    #1204335
    Rad
    Moderator

    Hi there,

    It should not affect the Ubermenu. I checked your site on iPhone’s Safari and found some issues. All <head> elements are within the <body> and <div id="top">.

    This only means that there is malformed or broken elements within the <head>.

    I can see a CSS that hides your menu, is it intentional? How should your Ubermenu work and appear?

    Thanks!

    #1214044
    Mark B
    Participant

    i used some code to adopt ubermenu before it was supported by x theme. If you know a way to fix any errors that would be great. and is there a way to fix the head elements?
    can i provide login again.

    Regards

    Mark

    #1214291
    Rad
    Moderator

    Hi there,

    Sure, please provide your login credentials in private reply. And please backup your site.

    Thanks!

    #1220683
    Mark B
    Participant
    This reply has been marked as private.
    #1222865
    Rad
    Moderator

    Hi there,

    Have you done some fixes? I don’t see head issue anymore. And it now works on my safari, is it random? But I can’t reproduce it after few tests.

    What device you’re testing it on?

    Thanks!

    #1223145
    Mark B
    Participant

    testing on the macbook pro 15″
    no changes to the header issue and ubermenu breaks both on chrome and safari

    https://www.dropbox.com/s/4jzumbinm3h13sk/Screenshot%202016-10-19%2020.44.01.png?dl=0

    https://www.dropbox.com/s/qsabduy7e0boa81/Screenshot%202016-10-19%2020.44.38.png?dl=0

    i cleared cache

    also on the iPhone the toggle is still up in the two slider areas 🙁

    Regards,

    Mark

    #1223406
    Rad
    Moderator
    This reply has been marked as private.
    #1226011
    Mark B
    Participant
    This reply has been marked as private.
    #1226316
    Rue Nel
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-1193804 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>