Originally posted by Matt Zimmermann
View Post
Announcement
Collapse
No announcement yet.
Converting to HTTPS and canonical tag for Readytheme
Collapse
X
-
All the coding is correct and all pages are set to use HTTPS. I think I just fixed it with the cache clearing.
- 1 like
-
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.
- 1 like
Leave a comment:
-
Originally posted by Matt Zimmermann View PostIs 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>
Leave a comment:
-
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?Originally posted by Protos View PostHi! 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?
Leave a comment:
-
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>
Leave a comment:
-
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.
Leave a comment:
-
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.Tags: None
Leave a comment: