Olly

Forum Replies Created

Viewing 20 posts - 2,601 through 2,620 (of 4,447 total)
  • Author
    Posts
  • in reply to: Text befor Date/Time when Shop is closed not working #17255
    Olly
    Admin & Mod

      so, looking at the code of the plugin, other than being able to set this text, it is not actually implemented anywhere
      maybe it was in an earlier version and i somehow managed to overwrite it , but instead of spending time to find out if that’s the case, I will just fix it.

      thanks for letting me know. there will be an update to that effect in the next couple of days.

      sorry about that

      in reply to: Button to trigger Ingredients? #17254
      Olly
      Admin & Mod

        every article element has the appropriate post id

        in reply to: Use ZipCode Plugin but avoid Popup #17251
        Olly
        Admin & Mod

          sorry i forgot , there’s one more thing to change (same file)
          approx line 156 change

          
          if($_SESSION[$this->dbpSession]['dbp']=='') {
          

          to

          
          if($_SESSION[$this->dbpSession]['dbp']==='') {
          
          in reply to: Use ZipCode Plugin but avoid Popup #17246
          Olly
          Admin & Mod

            it depends on a multitude of things, but the following should certainly help, so please try this :

            a) make a backup of your site / db (also turn on debug like so please as it might come in useful : https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/)

            b) if at all possible i would also strongly suggest you do this on a demo/staging site instead of a live/production site first

            c) open wppizza-delivery-by-postcode.php and edit as follows

            on approx line 117 change

            
            if ( is_user_logged_in() && $_SESSION[$this->dbpSession]['dbp']==''){
            

            to

            
            if ( is_user_logged_in() && $_SESSION[$this->dbpSession]['dbp']===''){
            

            on approx line 125 change

            
            $userMetaDbpKey=!empty($validAreas[$userMetaDbpLbl]) ? $validAreas[$userMetaDbpLbl] : '' ;
            

            to

            
            $userMetaDbpKey=(isset($validAreas[$userMetaDbpLbl]) && $validAreas[$userMetaDbpLbl]>=0) ? $validAreas[$userMetaDbpLbl] : '' ;
            

            d) go to an wp admin : wppizza->post/zipcode “deliver options” page and save (this will clear the session so you are not looking at old data)

            e) let me know if this is better/the same / worse.

            there might well be a couple of other bits that need adjusting/changing (coding or set-up wise), but one step at a time

            in reply to: Use ZipCode Plugin but avoid Popup #17245
            Olly
            Admin & Mod

              at the moment i think you are the only user that actually uses the redirection option to start off with.
              i somewhat agree that it perhaps should not only redirect but perhaps also use that setting/selection in the site the plugin will redirect too. This is not the case at the moment and it just redirects and nothing else.

              Let me see what can do. I’ll have to see what other issues doing this may cause though

              in reply to: Text befor Date/Time when Shop is closed not working #17244
              Olly
              Admin & Mod

                at the moment it seems to do as intended, but I’ll have to have a look again when you’re closed again.
                just drop me a line when that is the case so i can have a look then

                in reply to: wrong time slots showing? #17242
                Olly
                Admin & Mod

                  @ jacknjons

                  a) please start your own topic and do not hijack somebody elses
                  b) the image you are referring to is non-exitent
                  c) what were you thinking by including some totally unrelated link to something totally unrelated

                  i have marked this topic as closed now

                  in reply to: Order mail rejected #17230
                  Olly
                  Admin & Mod

                    and a simple search for the message you get from AOL would also provide you with tons of info and links as to why it gets rejected

                    in reply to: Order mail rejected #17229
                    Olly
                    Admin & Mod

                      >that says that AOL will not accept delivery of this message:

                      then the right thing to do is contact AOL why they reject it.
                      I know nothing about your server setup . perhaps your server is blacklisted. Perhaps your ptr/mx/dmarc/whatever settings are incorrect on your server.
                      So you should also speak to your mailserver administrator.

                      There is nothing I will be able to help you with

                      in reply to: WP-Pizza Migrator #17220
                      Olly
                      Admin & Mod

                        excellent. thanks for that.
                        i’ll make sure i’ll check it out when i get the chance.

                        (i’ve also moved it to the user contributions as you suggested)

                        in reply to: Button to trigger Ingredients? #17200
                        Olly
                        Admin & Mod

                          >but I don’t think that would work in this case

                          ??? why wouldn’t it ???

                          in reply to: Button to trigger Ingredients? #17198
                          Olly
                          Admin & Mod

                            in fact, you are definitely using parent wrong. parent() does not take any arguments/elements

                            in reply to: Button to trigger Ingredients? #17197
                            Olly
                            Admin & Mod

                              maybe you should try closest('article').find.....etc

                              in reply to: Button to trigger Ingredients? #17196
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: Button to trigger Ingredients? #17195
                                Olly
                                Admin & Mod

                                  >Can you see my private reply
                                  sure, but
                                  a) i cannot see any “view options” anywhere
                                  and
                                  b) if you want to do / customise things that the plugin does not provide, then that’s something that you have to do yourself really.see also https://support.wp-pizza.com/topic/customisation/

                                  in reply to: Button to trigger Ingredients? #17193
                                  Olly
                                  Admin & Mod

                                    i don’t know your site or where you are inserting your elements, but my guess is you are using
                                    parent wrong
                                    https://api.jquery.com/parent/

                                    except .parent() only travels a single level up the DOM tree

                                    in reply to: Undifined Error since last update #17191
                                    Olly
                                    Admin & Mod

                                      PS: you will also have received a couple of reminders btw before the license expired….

                                      in reply to: Undifined Error since last update #17190
                                      Olly
                                      Admin & Mod
                                        This reply has been marked as private.
                                        in reply to: Undifined Error since last update #17189
                                        Olly
                                        Admin & Mod

                                          sure.
                                          please read here
                                          https://support.wp-pizza.com/topic/how-do-licenses-work-support-updates-refunds/

                                          and – yes- it also said that in the t&c’s at checkout.
                                          i only also posted the above too because people just did not read the t&c’s at checkout

                                          in reply to: Undifined Error since last update #17186
                                          Olly
                                          Admin & Mod

                                            because the license has (most probably) expired…

                                          Viewing 20 posts - 2,601 through 2,620 (of 4,447 total)