Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi skahn,

    That’s an issue with Avada’s javascript, which applies to ShiftNav anchors when it shouldn’t be and throws an error. More info here: Avada Theme and ShiftNav Back button

    Hope that helps,

    Chris

    Thread Starter skahn

    (@skahn)

    Hi Chris,
    I have even tried selecting <span> tag from the ShiftNav settings and does not work as well. You can have a look at: http://bit.ly/2bdNJC7

    Thanks

    Plugin Author sevenspark

    (@sevenspark)

    Hi skahn,

    Then you’d need to remove the actual JS from the Avada theme JS file that is causing the redirect.

    Chris

    This file doesn’t exists anymore ?!

    Avada 5.1.6:

    You have to go to :

    themes/Avada/assets/js/general/avada-menu.js Line 1306

    BEFORE:
    jQuery( ‘.sub-menu li, .fusion-mobile-nav-item li’ ).not (…)

    AFTER:
    jQuery( ‘.fusion-menu .sub-menu li, .fusion-mobile-nav-item li’ )

    in my Safari Developer Tools its working but in IOS not.

    UPDATE: My Solution is to hide all back buttons. If you click on the menu header it goes back.

    • This reply was modified 6 years, 11 months ago by mabikus.
    • This reply was modified 6 years, 11 months ago by mabikus.
    • This reply was modified 6 years, 11 months ago by mabikus.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Back button 404 on Avada Theme’ is closed to new replies.