Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • folamour Friend
    #188638

    hi i’m now using pinterest and cannot add page from my blog

    i’m using ja purity II, Ja comment

    and found in my template source (ctrl u)

    <meta name=”pinterest” content=”nopin”/></head>

    i dont have found the file where this is scripted, i’ve done a whole search on the copy of the blog and don”t have found it in any file,

    can you help me please ? i’m using ja purity II

    thanks a lot,

    F.

    phong nam Friend
    #497762

    Hi folamour,

    Pls try to put these codes into the end of templatesja_purity_iiblockshead.php file. Clear JAT3 cache after saving changes.

    folamour Friend
    #497922

    hi leo, thanks a lot but i didnt’ saw the code you mentioned in the previous reply, can you paste it again ???

    thanks a lot

    phong nam Friend
    #497928

    Hi folamour,

    You need to verify the Pinterest tags in your Pinterest profile, then put the codes into head.php file as I mentioned.
    Pls try to follow below guide: https://en.help.pinterest.com/entries/22488487-Verify-with-HTML-meta-tags#html_metatag

    folamour Friend
    #497970

    the problem is that my site is already validated by html file so i’m unable to re generate to meta code, (i’ve asked support)

    so as i have not placed the anti interest meta how to remove it ???

    <meta name=”pinterest” content=”nopin”/></head>

    its not in any file i’ve scanned did she came from the template ?

    cheers

    phong nam Friend
    #498003

    Hi folamour,

    <blockquote>so as i have not placed the anti interest meta how to remove it ???</blockquote>
    <blockquote>its not in any file i’ve scanned did she came from the template ?</blockquote>

    By default, we don’t include the Pinterest tag into our JA Purity template. Do you remember which file you put these tags into ?
    Pls try to check the head.php, index.php if posible.

    folamour Friend
    #498666

    Hi i’m so sorry to get back to you but i’ve checked all my index.php and head.php especially who’s of ja purity and dont have found any relation to pinterest,

    Btw, i’ve downloaded the whole site, and do an inner file scan to found the declaration but locate32 was unable to found such occurrence,

    I’ve checked the database and their is also no occurrence,

    Here is my head.php i presume from from page using Ctrl-U in firefox

    And you can saw that the meta is well here, and its not my fact,

    <script language=”javascript” type=”text/javascript”>
    var rightCollapseDefault=’show’;
    var excludeModules=’38’;
    </script>
    <script language=”javascript” type=”text/javascript” src=”/templates/ja_purity_ii/js/ja.rightcol.js”></script>
    <style type=”text/css”>#ja-header .main{position:relative;z-index:10;background-position:top left;background-repeat:no-repeat;height:163px;background-image:url(/templates/ja_purity_ii//images/header/header1.jpg);}</style>
    <meta name=”pinterest” content=”pin”/>
    <style type=”text/css”>body.bd .main{width:1220px;}body.bd #ja-wrapper{min-width:1220px}</style><link rel=”stylesheet” type=”text/css” href=”/plugins/editors/jckeditor/typography/typography.php”>

    <script type=”text/javascript”>

    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ‘UA-24071118-1’]);
    _gaq.push([‘_trackPageview’]);

    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    <meta name=”pinterest” content=”nopin”/></head>
    <body id=”bd” class=”bd fs3 com_content”>
    <a name=”Top” id=”Top”></a>
    <div id=”ja-wrapper”>
    <div id=”ja-header” class=”wrap “>
    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <h1 class=”logo”>
    <a href=”/” title=”www.crashdebug.fr”><span>www.crashdebug.fr</span></a>

    Any idea to get ride of that shit ?

    phong nam Friend
    #498682

    Hi folamour,

    You can see that our JA Purity demo doesn’t contain Pinterest tag in head section. Anyways, in this case you should open head.php file, then remove lines:

    <meta name="pinterest" content="nopin"/>
    <meta name="pinterest" content="pin"/>

    Then add your verified Pinterest tag into. Clear JAT3 cache & lets inform me your result.

    * The head.php is located in pluginssystemjat3jat3base-themesdefaultblocks & templatesja_purity_iiblocks path. You should check both of these paths.

    folamour Friend
    #499152

    Hi leo, as asked i’ve removed my “pin” hack

    here is the head.php

    </script>

    <jdoc:include type=”head” />

    <?php if (T3Common::mobile_device_detect()==’iphone’):?>
    <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=1;” />
    <meta name=”apple-touch-fullscreen” content=”YES” />
    <?php endif;?>

    <?php if (T3Common::mobile_device_detect()):?>
    <meta name=”HandheldFriendly” content=”true” />
    <?php endif;?>

    <link rel=”shortcut icon” href=”Web/favicon.ico” >

    <link rel=”icon” href=”web/animated_favicon1.gif” type=”image/gif” >

    <?php JHTML::stylesheet (”, ‘templates/system/css/system.css’) ?>
    <?php JHTML::stylesheet (”, ‘templates/system/css/general.css’) ?>

    <!–>
    <style>
    .clearfix { display: inline-block; } /* IE7xhtml*/
    </style>
    <!–>

    <script language=”javascript” type=”text/javascript”>
    var rightCollapseDefault=’show’;
    var excludeModules=’38’;
    </script>
    <script language=”javascript” type=”text/javascript” src=”<?php echo JURI::base(true) ?>/templates/<?php echo T3_ACTIVE_TEMPLATE ?>/js/ja.rightcol.js”></script>

    <style type=”text/css”>
    #ja-header .main {
    position: relative; z-index: 10;
    background-position: top left;
    background-repeat: no-repeat;

    height: 163px;
    background-image: url(<?php echo T3Path::getUrl(‘/images/header/header1.jpg’); ?>);
    }
    </style>

    as you can see there is nothing related to pinterest,

    but when i load the frontpage, and do a Ctrl-u to read the source code of the page i’ve got :

    <script language=”javascript” type=”text/javascript” src=”/templates/ja_purity_ii/js/ja.rightcol.js”></script>
    <style type=”text/css”>#ja-header .main{position:relative;z-index:10;background-position:top left;background-repeat:no-repeat;height:163px;background-image:url(/templates/ja_purity_ii//images/header/header1.jpg);}</style>
    <style type=”text/css”>body.bd .main{width:1220px;}body.bd #ja-wrapper{min-width:1220px}</style><link rel=”stylesheet” type=”text/css” href=”/plugins/editors/jckeditor/typography/typography.php”>

    <script type=”text/javascript”>

    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ‘UA-24071118-1’]);
    _gaq.push([‘_trackPageview’]);

    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    <meta name=”pinterest” content=”nopin”/></head>
    <body id=”bd” class=”bd fs3 com_content”>
    <a name=”Top” id=”Top”></a>
    <div id=”ja-wrapper”>
    <div id=”ja-header” class=”wrap “>
    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <h1 class=”logo”>
    <a href=”/” title=”www.crashdebug.fr”><span>www.crashdebug.fr</span></a>

    …..

    i’ve tried to deactivate some module who can be the source with out succes, as i told you i also have done a file scan ascii search on all the file of the web site, and don’t have found such declaration,

    hope you can help,

    phong nam Friend
    #499185

    Hi folamour,

    Would you mind sending me a PM with your FTP account of your website ? I will check & let you know where to remove the pinterest tabs if exists.

    shoayeb001 Friend
    #499312

    Hi folamour,

    thanks a lot. I have a same problem. I thought how to remove this problem.Now i hope very soon i will get a proper solution.you can use twitter instead of pinterest . If you want to know about buying twitter followers please visit our site : http://www.gettwitterfollowerscheap.com

    folamour Friend
    #499413

    Hi leo, i’ve found the issue, its a settings in cloudflare CDN, now all is ok

    thanks you so much for your help, and sorry for the case,

    have a sweet day,

    F.

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

This topic contains 12 replies, has 3 voices, and was last updated by  folamour 11 years, 4 months ago.

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