Announcement

Collapse
No announcement yet.

Converting to HTTPS and canonical tag for Readytheme

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

    Converting to HTTPS and canonical tag for Readytheme

    I Think I fixed it - do not know how. My minibasket stopped working, (deleting products in mini basket resulted in errors ) so I rolled back some values.


    --------------------------------------------------
    Hi! I have converted my store to HTTPS (SEO). But my links in Footer and in Mega Nav meny still use HTTP. The Products are using https as expected.
    I used the Search Tool to change to
    &mvte:urls: .
    Where can I find Canonical value form my theme urls?




    Post scriptum. I decided to use SEO after watching the URI.film that adviced against it in case one has a shop that been used long time. I do no date to loose my Google standing.
    Last edited by Protos; 08-31-19, 07:47 AM.

    #2
    I see that the logotype Cigarrummet on top left still has http value. Where can I change the url value. Seems to be ReadyTheme specifik as all other URLs have htpps now.
    https://www.cigarrummet.com/
    Last edited by Protos; 08-31-19, 07:51 AM.

    Comment


      #3
      Try looking in the global header.

      Comment


        #4
        Thanks Leanne, i found the hardcoded value. Forgot to check "Settings" for Global Headers. Searched in SFNTs header. My fault.
        Appreciate your help , All the best André aka Protos

        <a href="https://&mvt:global:domain:name;/" title="&mvt:global:store:name;" class="column all-hidden medium-all-shown medium-two-fifths large-one-third align-center medium-align-left vertical-align">
        <mvt:if expr="l.settings:readytheme:logo_type EQ 'text'">
        <span class="h1 show uppercase masthead--name">&mvt:readytheme:logo_name;</span>
        <span class="h3 show italic nm masthead--tagline">&mvt:readytheme:logo_tagline;</span>
        <mvt:elseif expr="l.settings:readytheme:logo_type EQ 'image'">
        <img src="&mvte:readytheme:logo_image;" alt="&mvt:readytheme:logo_alt;" title="&mvt:readytheme:logo_alt;" />
        </mvt:if>
        </a>

        Comment


          #5
          Originally posted by Protos View Post
          Hi! I have converted my store to HTTPS (SEO). But my links in Footer and in Mega Nav meny still use HTTP. The Products are using https as expected.
          I used the Search Tool to change to
          &mvte:urls: .
          Where can I find Canonical value form my theme urls?
          I've got an issue with the ReadyTheme Navigation Sets not using the https. All the other links are good. Did I miss something, I thought it should be automatically converting to https?
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Is there something hard-coded?
            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


              #7
              Originally posted by Matt Zimmermann View Post
              Is there something hard-coded?

              It appears to be default coding

              Code:
              <ul id="js-navigation-set" class="navigation-set &mvte:readytheme:layout;">
                      <mvt:foreach iterator="navigationitem" array="readytheme:navigationitems">
                          <li class="level-1">
                              <span>&mvt:navigationitem:link;</span>
                              <mvt:if expr="NOT ISNULL l.settings:navigationitem:items">
                                  <ul>
                                      <mvt:foreach iterator="navigationitem_level2" array="navigationitem:items">
                                          <li class="level-2">
                                              <span>&mvt:navigationitem_level2:link;</span>
                                              <mvt:if expr="NOT ISNULL l.settings:navigationitem_level2:items">
                                                  <ul>
                                                      <mvt:foreach iterator="navigationitem_level3" array="navigationitem_level2:items">
                                                          <li class="level-3"><span>&mvt:navigationitem_level3:link;</span></li>
                                                      </mvt:foreach>
                                                  </ul>
                                              </mvt:if>
                                          </li>
                                      </mvt:foreach>
                                  </ul>
                              </mvt:if>
                          </li>
                      </mvt:foreach>
              
                  </ul>
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                Hi Leslie,

                The default code should process the correct link. I would make sure all the links are generated correctly, all the pages are set to use HTTPS by default, and reset all caches in the admin.
                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


                  #9
                  Originally posted by Matt Zimmermann View Post
                  Hi Leslie,

                  The default code should process the correct link. I would make sure all the links are generated correctly, all the pages are set to use HTTPS by default, and reset all caches in the admin.
                  All the coding is correct and all pages are set to use HTTPS. I think I just fixed it with the cache clearing.
                  Leslie Kirk
                  Miva Certified Developer
                  Miva Merchant Specialist since 1997
                  Previously of Webs Your Way
                  (aka Leslie Nord leslienord)

                  Email me: [email protected]
                  www.lesliekirk.com

                  Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                  Comment

                  Working...
                  X