Olly

Forum Replies Created

Viewing 20 posts - 3,321 through 3,340 (of 4,446 total)
  • Author
    Posts
  • in reply to: Menu click error #10100
    Olly
    Admin & Mod

      also, read the install instructions.
      you are caching pages that should not be cached !!

      https://support.wp-pizza.com/forum/installation/

      in reply to: Menu click error #10099
      Olly
      Admin & Mod

        >Does not work.

        works just fine….
        i click on links and stuff gets added to cart ?! (tried chrome and FF)

        in reply to: Menu click error #10098
        Olly
        Admin & Mod

          btw, your server also seems to be *very* slow (though not that surprising given that that ip is shared with over 330 other domains)

          just thought i’d mention it

          in reply to: Menu click error #10096
          Olly
          Admin & Mod

            >I tried error_reporting (0);

            you need to comment it OUT

            i.e so it reads
            //error_reporting (0);
            instead of
            error_reporting (0);
            (in case that was not clear)

            in reply to: Menu click error #10095
            Olly
            Admin & Mod

              i can’t see any menu “pizza” there
              also, you are currently closed, so other than the popup saying “closed” – as expected – i cant do much

              in reply to: Info position cart #10092
              Olly
              Admin & Mod

                without a link to the site i cannot say anything (and no, a screenshot does *not* help)

                in any event, layout , colours etc this is the stuff *you* do…

                in reply to: Menu click error #10091
                Olly
                Admin & Mod

                  got a link ?

                  you can also comment out – temporarily (it’s there for a reason) –
                  error_reporting(0);

                  at the top of ajax/get-json.php

                  in reply to: Order Number #10074
                  Olly
                  Admin & Mod

                    >Our where i can change this code
                    you don’t

                    >it possible to start with a new order number every day..
                    use the following filter as you want to

                    
                    add_filter( 'wppizza_custom_transaction_id', 'myprefix_custom_transaction_id', 10, 2);
                    function myprefix_custom_transaction_id($transactionId, $orderId){
                    		
                    	/*
                    		
                    		do whatever you need to do with the $transactionId
                    	
                    	*/
                    		
                    	return $transactionId;
                    }
                    
                    in reply to: Info position cart #10072
                    Olly
                    Admin & Mod

                      depends on
                      – where you put the widget/shortcode
                      – what you are doing with the css
                      – what your theme does regarding layouts

                      i have no idea, it’s really something individual to your setup

                      in reply to: Displaying category items in a grid #10070
                      Olly
                      Admin & Mod

                        i know , it’s been months since, but just to mention this here:

                        wppizza version 2.11.9 also has a grid based layout option now – wppizza->layout (though currently somewhat experimental and might need some css tweaking for individual themes)

                        if you wanted the image to be after prices, just edit the wppizza-loop-grid.php (copy it to your themes directory first) moving the thumbnails bit after the prices bit (see comments in file)

                        in reply to: Add ingreditents #10069
                        Olly
                        Admin & Mod

                          there’s a “howto” tab in the plugin itself…

                          in reply to: Request for individual coding #10056
                          Olly
                          Admin & Mod

                            you havent read the comments properly

                            could also add ….

                            (though there is a mistake as that it should say [‘status’] of course ) – now updated in the original documentation too)

                            i.e

                            
                            if($postdata['vars']['type']=='statusupdate' && in_array($postdata['vars']['status'],array('DELIVERED'))){
                            /******etc*****/
                            
                            in reply to: cart error #10051
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: cart error #10050
                              Olly
                              Admin & Mod

                                >just to confirm you think no issue with codes or scripts its fine.

                                yes

                                > it possible server issue?
                                my guess would be speed/ram issue (that’s a guess though)

                                in reply to: cart error #10047
                                Olly
                                Admin & Mod
                                  This reply has been marked as private.
                                  in reply to: cart error #10046
                                  Olly
                                  Admin & Mod

                                    it means that that admin-ajax.php cannot be found. that must be fixed.
                                    tun on debug and check the logs

                                    (this only seems to happen ocassionaally so i suspect it’s s server performance issue of some sort – your server admin should be able to help / find out what ‘s going on)

                                    in reply to: cart error #10044
                                    Olly
                                    Admin & Mod
                                      This reply has been marked as private.
                                      in reply to: cart error #10041
                                      Olly
                                      Admin & Mod

                                        also, turn on debug and check your debug log

                                        in reply to: cart error #10040
                                        Olly
                                        Admin & Mod

                                          link ?

                                          in reply to: one of the stranges bug i ever see. #10018
                                          Olly
                                          Admin & Mod

                                            your export file has a bunch of errors
                                            a) the same meta keys are 2x in the xml for the same item but with different values
                                            b) there is a bunch of metadata missing

                                            this has nothing to do with me and i cannot help you there
                                            (i suspect) you have been using the wordpress import/export and you somehow ended up with this messed up xml.

                                            maybe you did something else somewhere else that caused that (perhaps multiple merged exports or something). i do not know.

                                            fact is, that wppizza menu items are just regular custom post types with meta keys stored in the db as wordpress does it. exporting these items is nothing i have any influence over

                                          Viewing 20 posts - 3,321 through 3,340 (of 4,446 total)