• Good Day Sir,

    i really appreciate you wrote this plug in! it helps me playing back my music and running the image slider without reloading each time.

    Unfortunately i can not get it to work with any wordpress-menu of any theme. They stop working, and i tried quiete a lot changing the css classes in zajax, creating new divs in header.php…

    So now i tried again from sratch, namely with the After Light wordpress-theme.
    (https://wordpress.com/theme/afterlight)

    but i can’t figure it out. Can you please tell me how to set it up, that i can make an image slider and music player keep going (their short-codes will be inserted and executed in the header of the theme), and have the menues of the themes working?

    thank you very much. by the way Im ready to donate as well, if the plug in works on my site…

    Fabrice

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author onigetoc

    (@onigetoc)

    Of menu you have 2 options, in the pro version you can reload multiple sections with class or ID. You can then reload the menu and it will update or use javascript in the settings and you use in the plugin option.

    Option two: In Zajax options setting. The code below can be used to reload this feature before or after the page has been changed by ZAJAX.

    Javascript/jQuery on ajax send or Javascript/jQuery on ajax complete

    $("#menu-top-menu li").click(function () {
      $("#menu-top-menu li").removeClass("current-menu-item");
      $(this).addClass("current-menu-item");
    }); 

    More code examples on the Zajax pro version.

    • This reply was modified 7 years, 5 months ago by onigetoc.
    • This reply was modified 7 years, 5 months ago by onigetoc.
    • This reply was modified 7 years, 5 months ago by onigetoc.
    • This reply was modified 7 years, 5 months ago by onigetoc.
Viewing 1 replies (of 1 total)
  • The topic ‘Great Plugin but Menus in Theme not reacting’ is closed to new replies.