Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097021
    flacnvinyl
    Participant

    We have a new site we are developing with a bunch of custom code related to X. Private post following with more details…

    #1097038
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097117
    Joao
    Moderator

    Hi Drake,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1097474
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097478
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097635
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097640
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097666
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097686
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1097986
    Rue Nel
    Moderator

    Hello There,

    I am another staff checking on this thread! I have checked your site and it turns out that there is an invalid JS code that may have created this issue. To resolve this, please update your JS code in the customizer. You can make use of this code instead:

    jQuery( function($) {
    
      function fix_navbar_position () {
        $('.x-navbar.x-navbar-fixed-top').css('top', $('.x-topbar').height() );
      }
    
      fix_navbar_position();
    
      $(window).load(fix_navbar_position).resize(fix_navbar_position);
        $(document).ready( fix_navbar_position() );
      });
    
    });

    Hope this helps. Kindly let us know.

    #1098111
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1098225
    Rupok
    Member

    Hi there,

    I think the crashing issue was addressed on another thread. Let’s take off the custom scripts and see if that still persist or not. Also make sure to use valid code (if you change) since I can see JS error.

    Thanks

    #1098650
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1098743
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1098998
    flacnvinyl
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1097021 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>