Olly

Forum Replies Created

Viewing 20 posts - 1,741 through 1,760 (of 4,447 total)
  • Author
    Posts
  • in reply to: How Can i make font smaller of the itmens? #28414
    Olly
    Admin & Mod

      use your browsers element inspector to find out what the element is you are targeting (and associated classes)

      in reply to: Guest "checkout" report. #28407
      Olly
      Admin & Mod

        if using the default theme its
        .wppizza-article-default .wppizza-article-size:after

        if using the grid theme its
        .wppizza-article-grid .wppizza-article-size:after

        etc (reason being that you will be able to have different layouts for different pages if you want)

        there is a min css (wppizza.css) that applies to all and selective overrides depending on layout used

        if you want to overwrite things, copy custom.css as outlined earlier somewhere i believe to your child theme and overwrite it as needs be (or use your theme’s inline css option)

        in reply to: Guest "checkout" report. #28406
        Olly
        Admin & Mod

          you lost me. it’s pure css ?!

          
          .wppizza-article-size:after {
              content: "\f174";
              font-family: "dashicons";
              font-size: 120%;
              position: relative;
              top: 2px;
              margin: 0 3px;
          }
          in reply to: Variables to Populate Data Layer #28404
          Olly
          Admin & Mod

            wppizza v2x only- something like this perhaps:

            
            add_action('wppizza_gateway_do_order_details', 'my_js_output', 10, 2);
            function my_js_output($orderDetails,$id){
            
            print"<script>/* echo your js */</script>";
            }
            in reply to: Google Cloud Print layout #28401
            Olly
            Admin & Mod

              >I saw few of other member here had same problem
              true, but i have no idea how they solved it (if at all)
              the cloudprint plugin simply sends the template to google cloudprint.
              as i said, what the/any printer makes out of it i have no control over sadly

              in reply to: Guest "checkout" report. #28400
              Olly
              Admin & Mod

                please use your bowsers element inspector to see applied css declarations

                in reply to: Guest "checkout" report. #28397
                Olly
                Admin & Mod

                  generally speaking, in 99.9% of cases , there will not be any need to mess around with these/any files as there will be plenty of filters (but as mentioned , documentation is to come)

                  in reply to: Guest "checkout" report. #28396
                  Olly
                  Admin & Mod

                    your theme already seems to provide an option to overwrite css without having to mess around with files

                    in reply to: Guest "checkout" report. #28395
                    Olly
                    Admin & Mod

                      themes > x-child > wppizza > templates > markup > loop
                      should be
                      themes > x-child > wppizza > markup > loop

                      >name of the file
                      none. it’s css. overwrite it as necessary
                      .wppizza-article-size:after

                      in reply to: Google Cloud Print layout #28393
                      Olly
                      Admin & Mod

                        PS: if your printer adds margins or something , than that’s something i have no control over and you’ll have to speak to the printer manufacturer

                        in reply to: Google Cloud Print layout #28392
                        Olly
                        Admin & Mod

                          i dont know which version of the cloudprint plugin you are using
                          generally though (with reasonably recent versions)
                          you select the template you want to use in the plugin and then edit that template accordingly (wppizza->templates)

                          there is no file that needs editing

                          in reply to: Guest "checkout" report. #28390
                          Olly
                          Admin & Mod

                            why would you be looking at .wppizza-article-image-placeholder
                            if you want to do something with the shoppingcart image ?

                            >posts.title.php still is not working in the child theme tree.
                            works 100% . i can only assume you put it in the wrong directory

                            in reply to: Guest "checkout" report. #28381
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Guest "checkout" report. #28380
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: Guest "checkout" report. #28378
                                Olly
                                Admin & Mod

                                  >FYI – I had an instance of WPP “crashing”
                                  that’s actually down to backpaging to an order that has already been dealt with so to speak (i’ll spare you the details).
                                  regardless, in the version i have here (i’ll make that available in a day or two) that should also be dealt with (would only affect COD orders )

                                  >I am placing each of them in their appropriate structure.
                                  without actually being able to see the structure you created, i cannot comment
                                  (better still, including a link to that site)

                                  in reply to: What if it don't work? #28369
                                  Olly
                                  Admin & Mod

                                    >together with a registered SSL certificate
                                    not strictly necessary with the omnikassa/rabobank gateway of course, but never a bad idea and highly encouraged

                                    in reply to: add "+" "-" to cart instead input field #28350
                                    Olly
                                    Admin & Mod

                                      in v2.x no, unless you do/add this yourself / edit the cart template and add the js as required
                                      in 3.x this will be the default (using arrows though)

                                      in reply to: add form to cart #28349
                                      Olly
                                      Admin & Mod

                                        if you kill the orderpage, you have no input for anyone to type in their order info
                                        so you need to add that info to however you add it using your own thing

                                        in reply to: Guest "checkout" report. #28343
                                        Olly
                                        Admin & Mod

                                          >Can these files be used in their CURRENT form in v3
                                          not really, no (the css – up to a point perhaps – but the others will not exist anymore)
                                          and modifying emails should use the emails templates under wppizza->templates

                                          documentation is being written as we speak but – as you might imagine – is quite a big undertaking therefore it will stay in beta until there’s a documentation that goes with it
                                          anything else will just end up being a mess

                                          in reply to: What if it don't work? #28334
                                          Olly
                                          Admin & Mod

                                            Furthermore, software in general moves on and what is working today might not work at some point in the future . even wordpress itself or other wordpress plugins/themes you may be using might interfere with each other and stop things working or throw errors because they themselves are not being updated by the user or plugin/theme developer to keep them working with advances in software (php for example)

                                          Viewing 20 posts - 1,741 through 1,760 (of 4,447 total)