Announcement

Collapse
No announcement yet.

Ironwool-readytheme questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ironwool-readytheme questions

    Hi! On the frontpage there is bold "SHOPPING CART" text (mini-basket). Where ist it in case I want translate it?
    I found the other mini-basket parameters but not the heading.

    Where is the head section of the main-header in case I want to make my logo larger <div id="js-main-header" class="row wrap main-header vertical-align-parent">
    and <column whole np service-links uppercase>
    My logo scales nicely on mobile device but is a bit small on wide-screen of a standard pc.

    Another questions is about CSS-structure. I had most of my configuration in cssui.css file. Now I see a lot of css-files and one php file. As far as I see my main CSSUI was not altered by the latest readytheme. Am I correct or does it use any of code from earlier ReadyThemes?

    Overall the latest theme feels very robust and stable - even in IE(!). Scales great on mobiles and all kind of devices. Great work.

    //Best wishes André Loutchko

    #2
    Re: Ironwool-readytheme questions

    Hi André,

    You can find the text for "Shopping Cart" in the Global Header. All of the "main-header" sections are there as well. As for the CSS, all the styles that control the site are contained within the CSS files which are concatenated and minified by the PHP file before being served to the page. Since we are not using the cssui.css file, nothing was altered there.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Re: Ironwool-readytheme Add to Cart

      Hi,
      The PROD page has an "Add To Cart" Button.

      I understand that part of buttons text with intelligence is in the scripts.js
      purchaseButton. And you have a Label behind in the PROD-layout code.
      But the script takes over and replaces the label-text.

      My problem is that I use UTF-8
      The scripts can´t handle UTF-8. Add to Cart is not situated in buttons (modify layout) configuration.
      Swedish KÖP = Buy or "LÄGG I VARUKORG" = Add to Cart gets garbled in script.

      Do you have a workaround?

      Comment


        #4
        Re: Ironwool-readytheme questions

        Hi André,

        Are you trying to modify the text of the button on the product page or in the scripts.js file?
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          Re: Ironwool-readytheme questions

          Hi,
          I just need to change the text in the button on PROD page. But I cannot control it.
          I have modified 90% av ReadyThemes to Swedish - but I can´t master "Add to Cart " button.


          André
          Last edited by Protos; 05-22-15, 11:51 AM.

          Comment


            #6
            Re: Ironwool-readytheme questions

            Sorry, may be I was unclear. If I change the label - I see the Swedish text. Than the script takes over and changes the text.
            So I see my text for 2 seconds. Changing the script and the text gives me good result. But the script cannot use utf-8 Ä , Ö
            I can control all the buttons through GUI interface, but not this one. And this one is the MOST important button int the the toolbox
            Last edited by Protos; 05-22-15, 12:00 PM.

            Comment


              #7
              Re: Ironwool-readytheme questions

              Hi André,

              To change the text for the "Add to Cart" button on the product page, that is editable on within the Product Display Layout section when editing the PROD page. You should be able to put the text change for the input value within the JavaScript as it should accept UTF-8 characters. If it does not, you might want to try using the HTML entities for the specific characters you wish to display.
              Matt Zimmermann

              Miva Web Developer
              Alchemy Web Development
              https://www.alchemywebdev.com
              Site Development - Maintenance - Consultation

              Miva Certified Developer
              Miva Professional Developer

              https://www.dev4web.net | Twitter

              Comment


                #8
                Re: Ironwool-readytheme questions

                Hello and thanks for your feedback. I had the same idea
                http://dev.cigarrummet.com/produkt/cu300d010.html

                <input type="submit" value="K�p" id="js-add-to-cart" class="button button-block button-square uppercase add-to-cart bg-yellow bold">

                And the script overrides the code on the Prod page. I hav Köp and Köp - oh all those Vikings letters

                Comment


                  #9
                  Re: Ironwool-readytheme questions

                  I see that I am getting a value from the Prod page first. Than it changes to script value that has Us values...

                  Comment


                    #10
                    Re: Ironwool-readytheme questions

                    Hi André,

                    Try changing the value of the input to
                    Code:
                    K&#246;p
                    That should output the text as "Köp"
                    Matt Zimmermann

                    Miva Web Developer
                    Alchemy Web Development
                    https://www.alchemywebdev.com
                    Site Development - Maintenance - Consultation

                    Miva Certified Developer
                    Miva Professional Developer

                    https://www.dev4web.net | Twitter

                    Comment


                      #11
                      Re: Ironwool-readytheme questions

                      Thanks for your help, i tried to put in the js script. It was my first idea at once... but it did not work. I will test it again
                      i will try to find a verb without the "Vikings letters" :-)
                      Have a nice weekend
                      André

                      Comment


                        #12
                        Re: Ironwool-readytheme questions

                        Hello Matt and thanks for help.
                        I believe i fixed it. I opened the script file scripts.js in Dreamweaver and changed Document encoding encoding.JPG to UTF-8 (it was Western). Uploaded file and it seems to work. I have to verify if all scripts are functioning...
                        I do the same trick with my export files in Notepad Plus. In order to make sure that the export functions in UTF-8 site.

                        Now I have "Put in the Basket" in Swedish!!!

                        Thanks for good advice anyway. It put me on the right track...
                        Last edited by Protos; 05-26-15, 10:23 PM.

                        Comment

                        Working...
                        X