Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1093476
    Lely
    Moderator

    Hi There,

    I found a console error on your site. This might prevent the code from working:
    flightcompensationdirect.com/:2454 Uncaught SyntaxError: Invalid or unexpected token

    Check this custom code on your homepage cornerstone JS:
    add_filter(“gform_tabindex_1”,create_function(“”,“return 4;”));

    That pretty quotes are error in javascript. Please update to this:
    add_filter("gform_tabindex_1",create_function("","return 4;"));

    Hope this helps.

    #1095268
    isearchlocal
    Participant

    Hi Lely,

    ive deleted that code completely and still it doesn’t do anything apart from make the mobile version look a little odd.

    #1095621
    Jade
    Moderator

    Hi there,

    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
    – FTP credentials

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

    #1096694
    isearchlocal
    Participant
    This reply has been marked as private.
    #1096825
    Paul R
    Moderator

    Hi,

    The wordpress admin login provided doesn’t seem to work.

    Kindly check again and let us know.

    Thanks

    #1096904
    isearchlocal
    Participant
    This reply has been marked as private.
    #1097597
    Rad
    Moderator

    Hi there,

    I says invalid key and request a new link. Please provide the password as other staff might need it as well.

    Thanks!

    #1098437
    isearchlocal
    Participant
    This reply has been marked as private.
    #1098451
    isearchlocal
    Participant
    This reply has been marked as private.
    #1099063
    Rad
    Moderator

    Hi there,

    Isn’t it how it’s currently setup? Transitioning the visibility once scrolled? Would you mind providing some samples?

    Thanks!

    #1101544
    isearchlocal
    Participant

    hi this is what i need to hide.
    the button, then make it slowly transition like the nav bar itself

    also 2 – on an ipad in portrait mode the styling of the button goes all wonky, id like to ensure that on the ipad vertical width the nav bar and its button are hidden. see attached.

    #1101870
    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .x-navbar .x-nav li.x-btn.menu-item {
        opacity:0;
    }
    
    .x-navbar.x-navbar-fixed-top .x-nav li.x-btn.menu-item {
    opacity: 1;
       transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
       -webkit-transition: opacity 0.5s ease-in-out;
    }
    

    Hope that helps

    #1101937
    isearchlocal
    Participant

    hi, please see the attached.
    this is what the code i just tried did.

    #1103004
    Paul R
    Moderator

    Hi,

    This is how it works when I added the code in Custom > Edit Global CSS in the customizer.

    See Video – http://screencast.com/t/dXrWbECivaeU

    Thanks

    #1106745
    isearchlocal
    Participant

    thank you. yes it works fine on desktop now.

    It’s just on a tablet in portrait mode it still is the same as above?

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