Olly

Forum Replies Created

Viewing 20 posts - 3,141 through 3,160 (of 4,446 total)
  • Author
    Posts
  • in reply to: Functionality and presentation problems #11924
    Olly
    Admin & Mod

      you either use avada or you use 2012 , you cannot use both.
      if you want avada to look like 2012 (for some reason) i suggest you ask them .

      i cannot help you with individual themes.

      in reply to: 2 templates for products depending on the page? #11923
      Olly
      Admin & Mod

        >It is possible to have 2 templates for the products depending on the page?

        probably. you’ll most like have to create some templates for your theme you select and reference some of the wppiza templates (perhaps edited versions in your theme directory)

        alternatively you can probably also show hide things with css

        in any event, this isn’t really a plugin question but a “how to use themes” question , so i cannot really help you with that much

        in reply to: Functionality and presentation problems #11920
        Olly
        Admin & Mod

          > I just want exactly a side like this twentytwelve.

          just use the twentytwelve theme. that’s what that demosite is.

          https://wordpress.org/themes/twentytwelve/

          in reply to: Pop-ul title #11825
          Olly
          Admin & Mod

            i ‘ll make a note of that, but can’t see this being very high on the list of things to do as i would have thought someone should be able to remember what he clicked on a quarter of a second ago…

            in reply to: one page each 10 pizzas #11817
            Olly
            Admin & Mod

              read whats written next to in in big red letters….

              in reply to: one page each 10 pizzas #11813
              Olly
              Admin & Mod

                layout -> menu items per page

                in reply to: Extra Ingredients label #11800
                Olly
                Admin & Mod

                  i believe this should be fixed now in v4.10.5

                  in reply to: Extra Ingredients label #11785
                  Olly
                  Admin & Mod

                    weird.
                    i was positive i checked that and it was working as you (and I ) want it to.
                    I will fix that asap (might be a few days though)

                    in reply to: WPPizza Reports payment type summary #11780
                    Olly
                    Admin & Mod

                      definitely a feature request.
                      will see what i can do. maybe in the next update (should be available later this week i hope)

                      in reply to: Display Zip-Selection #11768
                      Olly
                      Admin & Mod

                        none of your post/zipcodes entered are enabled from what i can see….?!

                        in reply to: Display Zip-Selection #11764
                        Olly
                        Admin & Mod

                          can’t tell you without a link.
                          also, a screenshot of your defined post/zipcodes would be helpful (feel free to send it to dev[at wp-pizza.com if you dont want to post it here, ]

                          in reply to: Wp_Widget deprecated #11748
                          Olly
                          Admin & Mod

                            > because the notice was appearing in html code
                            which is precisely why you should never output errors/warning/notices on a production site…(alongside security implications)

                            do this instead
                            https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/

                            (or disable debug altogether of course)

                            in reply to: Wp_Widget deprecated #11696
                            Olly
                            Admin & Mod

                              i dont know why you would want to downgrade wp because of a php notice, but anyway , please read here

                              https://wordpress.org/support/topic/wp-43-wp_widget-deprecated

                              in reply to: Redirect after payment #11685
                              Olly
                              Admin & Mod

                                now we fixed it (and for the benefit of anyone else reading this)
                                setting the permissions to anything higher than 755 stops the ipn.php (silent post url) from working on some servers (which is fair enough)

                                so, make sure your silent post url when accessed from your browser is nothing other but a blank page

                                in reply to: Redirect after payment #11682
                                Olly
                                Admin & Mod

                                  funny thing is, it shouldnt really work if the silent post url does not send anything as just returning to the site when clicking on that link should not do much..i’ll double check though

                                  in reply to: Redirect after payment #11681
                                  Olly
                                  Admin & Mod

                                    can you send me the output of your system info in
                                    wppizza->tools : system info please to dev[at]wp-pizza.com and perhaps the output when clicking “show php configuration” (alternatively give me access to the wp backend, but that’s up to you)

                                    also , how does the php_mail.log end up in your ipn directory of the plugin ?

                                    furthermore, the permissions should not (have to ) be changed on the ipn.php file – you can if you really want to, but i would not recommend it
                                    it’s the logs directory that has to be writable to by the plugin (which it would normally be automatically)

                                    in reply to: Dowload list of Products on Future Orders #11679
                                    Olly
                                    Admin & Mod

                                      updates are done when they are warranted. sometimes multiple times a day , sometimes a few days apart, sometimes weeks.

                                      i expect the next one to be available in about a week or so (as a lot has changed so this one has taken a bit longer than usual)

                                      PS: you can alwasy have a look at the changelog which will also give you an idea

                                      in reply to: Disable preorder option for orders that are delivered? #11668
                                      Olly
                                      Admin & Mod

                                        you’d have to use a filter.
                                        somethig like this i guess

                                        
                                        add_filter( 'wppizza_filter_formfields_order', 'my_filter',99 );
                                        function my_filter($formfields) {
                                        	
                                        	if(empty($_SESSION['wppizza']['selfPickup'])){
                                        		foreach($formfields as $ffkey=>$ff){
                                        			if($ff['key']=='wppizza_preorder'){
                                        				unset($formfields[$ffkey]);
                                        			}
                                        		}
                                        	}
                                        	return $formfields;
                                        }
                                        
                                        in reply to: Cart price #11666
                                        Olly
                                        Admin & Mod

                                          >But i will comply with your diplomatic answer that i won’t get help.
                                          not sure i understand that sentence really…

                                          anyway a simple jQuery :

                                          onblur
                                          $(‘the button element’).trigger( “click” );

                                          should do the job

                                          in reply to: Cart price #11659
                                          Olly
                                          Admin & Mod

                                            first of all, please do not post here AND email. we really only need a question once (and preferably just on the forum here for the benefit of all)

                                            that out of the way, i replied to your email anyway, but here it is again for others
                                            ——————–
                                            you’ll probably find that most people will just hit enter anyway.
                                            that said, let me think about it for a bit.
                                            it’s quite easy to do, but am not yet sure whether that’s actually such a good idea

                                            might be in the next update if i cannot think of a reason not to do it

                                          Viewing 20 posts - 3,141 through 3,160 (of 4,446 total)