Loading Issues since using timed menu

WPPizza – A Restaurant Plugin for WordPress Support Add-Ons Extensions Timed Menu Support Loading Issues since using timed menu

Viewing 20 posts - 1 through 20 (of 52 total)
  • Author
    Posts
  • #21512
    Dallas
    Participant

      Hey Olly,

      I am not exactly sure this has to do with the timed menu add on, but I just noticed after starting to work with it…

      So, the site works perfectly when I am logged into wordpress, but once I log out or go to a private window the menu starts having issues. Sometimes the popup map (for zip code add on) doesn’t show and the shopping cart just keeps loading. Also, if I can get the shopping cart to load and click “place your order” the order page just doesn’t load. I tried flushing cache, but not sure why it only works correctly when logged in… Thanks for your help! Let me know if there is anything you need.

      Here is the link

      https://salernolex.com/our-menu/pizza/

      #21514
      Olly
      Admin & Mod

        what does your debug configuration look like in your wp-config.php?
        (looks more like a general ajax issue)

        #21516
        Olly
        Admin & Mod

          if it works when logged in but not when logged out, my guess would be there something somewhere is missing the right ajax privileges.

          you probably want to do the following on a test install somewhere:
          the only way to find out what / where is the problem is this

          switch to a default theme (like 2016 or so)
          disable *all* plugins except the wppizza plugins . (it will look funny, but the functionailty will still be there – just put the cart widget into a sidebar again)
          if it works when logged out , re-enable plugins one by one (you will have to log in and log out again after enabling – or use different browser where you do your admin adjustments)

          and see which one stops this from working

          if it does not work with all other plugins turned off (except wppizza plugins) and the 2016 theme
          let me know and i’ll have a look again

          #21517
          Olly
          Admin & Mod

            by the way, i also suggest you enable debug like so
            https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/

            #21518
            Dallas
            Participant
              This reply has been marked as private.
              #21519
              Dallas
              Participant
                This reply has been marked as private.
                #21520
                Olly
                Admin & Mod

                  >Do think this is the issue?
                  no.
                  my *absolute guess* would be somewhere there’s

                  add_action(‘wp_ajax_xyz’, array($this, ‘abc’));
                  and it’s missing the additional
                  add_action(‘wp_ajax_norpiv_xyz’, array($this, ‘abc’));

                  #21521
                  Olly
                  Admin & Mod
                    This reply has been marked as private.
                    #21522
                    Dallas
                    Participant
                      This reply has been marked as private.
                      #21523
                      Dallas
                      Participant
                        This reply has been marked as private.
                        #21524
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          #21525
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            #21526
                            Dallas
                            Participant
                              This reply has been marked as private.
                              #21527
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                #21528
                                Dallas
                                Participant
                                  This reply has been marked as private.
                                  #21529
                                  Olly
                                  Admin & Mod
                                    This reply has been marked as private.
                                    #21530
                                    Dallas
                                    Participant
                                      This reply has been marked as private.
                                      #21531
                                      Olly
                                      Admin & Mod
                                        This reply has been marked as private.
                                        #21532
                                        Dallas
                                        Participant
                                          This reply has been marked as private.
                                          #21534
                                          Olly
                                          Admin & Mod
                                            This reply has been marked as private.
                                          Viewing 20 posts - 1 through 20 (of 52 total)
                                          • The topic ‘Loading Issues since using timed menu’ is closed to new replies.