WPPizza – A Restaurant Plugin for WordPress › Support › Add-Ons › Extensions › Timed Menu › Support › Loading Issues since using timed menu
- AuthorPosts
- 7 September, 2016 at 5:39 pm #21512
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
7 September, 2016 at 6:18 pm #21514what does your debug configuration look like in your wp-config.php?
(looks more like a general ajax issue)7 September, 2016 at 6:39 pm #21516if 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 thisswitch 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 again7 September, 2016 at 6:39 pm #21517by the way, i also suggest you enable debug like so
https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/7 September, 2016 at 6:55 pm #21518This reply has been marked as private.7 September, 2016 at 7:09 pm #21519This reply has been marked as private.7 September, 2016 at 7:22 pm #21520>Do think this is the issue?
no.
my *absolute guess* would be somewhere there’sadd_action(‘wp_ajax_xyz’, array($this, ‘abc’));
and it’s missing the additional
add_action(‘wp_ajax_norpiv_xyz’, array($this, ‘abc’));7 September, 2016 at 7:25 pm #21521This reply has been marked as private.7 September, 2016 at 7:25 pm #21522This reply has been marked as private.7 September, 2016 at 7:27 pm #21523This reply has been marked as private.7 September, 2016 at 7:29 pm #21524This reply has been marked as private.7 September, 2016 at 7:30 pm #21525This reply has been marked as private.7 September, 2016 at 7:50 pm #21526This reply has been marked as private.7 September, 2016 at 7:54 pm #21527This reply has been marked as private.7 September, 2016 at 8:11 pm #21528This reply has been marked as private.7 September, 2016 at 8:21 pm #21529This reply has been marked as private.7 September, 2016 at 8:25 pm #21530This reply has been marked as private.7 September, 2016 at 8:26 pm #21531This reply has been marked as private.7 September, 2016 at 8:27 pm #21532This reply has been marked as private.7 September, 2016 at 9:52 pm #21534This reply has been marked as private. - AuthorPosts
- The topic ‘Loading Issues since using timed menu’ is closed to new replies.