Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mxcpz Friend
    #1090351

    Hi, in the source page I noticed I have a pinterest button "shown", but I really don’t know where it comes from.
    The code is this:
    <div id="t3-mainbody" class="container t3-mainbody">
    <div class="row">

        <!-- MAIN CONTENT -->
        <div id="t3-content" class="t3-content col-xs-12">
                        <style>

    .pinterest-btn {
    height: 30px;
    margin: 0;
    padding: 0;
    }

    .pin-it-btn {
    position: absolute;
    background: url(http://assets.pinterest.com/images/pinit6.png);
    font: 11px Arial, sans-serif;
    text-indent: -9999em;
    font-size: .01em;
    color: #CD1F1F;
    height: 20px;
    width: 43px;
    background-position: 0 -7px;
    }

    .pin-it-btn:hover {
    background-position: 0 -28px;
    }

    .pin-it-btn:active {
    background-position: 0 -49px;
    }

    <script type="text/javascript">
    (function() {
    window.PinIt = window.PinIt || { loaded:false };
    if (window.PinIt.loaded) return;
    window.PinIt.loaded = true;
    function async_load(){
    var s = document.createElement("script");
    s.type = "text/javascript";
    s.async = true;
    if (window.location.protocol == "https:")
    s.src = "https://assets.pinterest.com/js/pinit.js";
    else
    s.src = "http://assets.pinterest.com/js/pinit.js";
    var x = document.getElementsByTagName("script")[0];
    x.parentNode.insertBefore(s, x);
    }
    if (window.attachEvent)
    window.attachEvent("onload", async_load);
    else
    window.addEventListener("load", async_load, false);
    })();
    </script>
    <script>
    function exec_pinmarklet() {
    var e=document.createElement(‘script’);
    e.setAttribute(‘type’,’text/javascript’);
    e.setAttribute(‘charset’,’UTF-8′);
    e.setAttribute(‘src’,’http://assets.pinterest.com/js/pinmarklet.js?r=’ + Math.random()*99999999);
    document.body.appendChild(e);
    }
    </script>

    Do you have any idea about it?
    Thx, Mario

    Saguaros Moderator
    #1090506

    Hi Mario,

    I guess you’re referring to the Sharing Tools in this template, it’s using AddThis service, kindly check its settings here for more info: https://www.joomlart.com/documentation/joomla-templates/ja-magz-ii#typo-tools

    Regards

    mxcpz Friend
    #1090568

    Yes right, is what I thought too, but "sharing buttons" are disabled, and that lines shouldn’t be visible: am I wrong?

    Saguaros Moderator
    #1090591

    It’s still showing even when you disabled it in backend? Kindly share the credentials of your site and the url of page where it’s showing, I will check for you.

    mxcpz Friend
    #1090593
    This reply has been marked as private.
    mxcpz Friend
    #1090595
    This reply has been marked as private.
    Saguaros Moderator
    #1090730

    Hi,

    You’re using another plugin to show these social icons: http://prntscr.com/ibpcld

    It’s not the sharing tool of template, kindly check the 3rd party extension you installed on your site.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 6 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum