Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Square Theme and follow buttons

  • #6895
    Avatar photo[anonymous]

    Hi there,

    which is the correct format about the URL i’ve to put in the follows boxes?

    I’m getting some issues while the site domain has been added to the follows URL from any pages.

    Regards

    #6896
    Avatar photo[anonymous]

    See attach and the red boxes

    #6916
    Avatar photo[anonymous]

    Can you share a screenshot of your Publii interface, showing what you put down as your Instagram link?

    #6921
    Avatar photo[anonymous]

    I try many formats, btw regarding the screenshot attached i put the full URL “www.instagram.com/username” and “www.facebook.com/page_name”

    #6947
    Avatar photo[anonymous]

    Can you check the footer.hbs file in your site’s “input > partials” folder and either paste the code, send a screenshot, or add it as an attachment to the reply?

    #7004
    Avatar photo[anonymous]

    Hi there,  sorry for late.

    here the code:

    ———————— START HERE——————————-

    <footer class=”footer”>

    {{#if @website.logo}}
    {{@website.name}}
    {{else}}
    {{@website.name}}
    {{/if}}

    {{> menu-footer menus.footerMenu}}

    {{#if @config.custom.socialButtons}}

    {{/if}}

    {{#if @config.custom.copyrightText}}

    {{/if}}

    </footer>

    <script defer src=”{{js “jquery-3.2.1.slim.min.js”}}”></script>
    <script defer src=”{{js “scripts.min.js”}}”></script>
    {{#is “post”}}
    {{#post}}
    {{#if hasGallery}}
    {{> photoswipe}}
    {{/if}}
    {{/post}}
    {{/is}}
    {{#checkIf @config.custom.frontSource ‘==’ “post”}}
    {{#checkIf @config.custom.frontGallery ‘==’ true}}
    {{#is “index”}}
    {{> photoswipe}}
    {{/is}}
    {{/checkIf}}
    {{/checkIf}}
    {{#checkIfAny @config.custom.frontCommentCount @config.custom.tagCommentCount @config.custom.authorCommentCount @config.post.displayCommentCount}}
    <script id=”dsq-count-scr” src=”https://{{@config.custom.commentDisqusShortname}}.disqus.com/count.js” async></script>
    {{/checkIfAny}}
    {{#if @renderer.previewMode}}
    <script defer src=”{{js “svg2js.js”}}”></script>
    <script defer src=”{{js “svg-fix.js”}}”></script>
    {{/if}}
    {{{@footerCustomCode}}}
    {{{ publiiFooter }}}
    </body>
    </html>

    —————————-END HERE————————————

    Thanks !

    #7005
    Avatar photo[anonymous]

    The code looks fine… I’m not sure why you’re having this issue. Hopefully @Bob or one of the devs can help you. You could also try the GitHub issues if you don’t hesr back

    #7266
    Avatar photo[anonymous]

    Hey! I ran into a similar issue when I added an external link to my header nav. I fixed it by making sure there was “https” before my URL. Try it and see if it works.

    #7282
    Avatar photo[anonymous]
    [anonymous] wrote:

    Hey! I ran into a similar issue when I added an external link to my header nav. I fixed it by making sure there was “https” before my URL. Try it and see if it works.

    Hi there! It works! 🙂

    Thanks a lot!