Sign in

Square Theme and follow buttons

  • This topic has 8 replies, 2 voices, and was last updated 1 year, 1 month ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6895
    Avatar photodevala

    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 photodevala

    See attach and the red boxes

    #6916
    Avatar photocandidexmedia

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

    #6921
    Avatar photodevala

    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 photocandidexmedia

    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 photodevala

    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 photocandidexmedia

    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 photocandidexmedia

    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 photodevala

    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!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.