Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • I have installed on a site, and only have this problem with the pocket button ‚ can change background colour for all other button.

    In short, the hex colour for pocket reverts back to default when the settings are saved.

    Thanks for the reply.

    Here’s one.

    piwik.avolvedesigns.net 111.235.64.4 - - [25/Nov/2015:14:21:36 +0000] "GET /piwik.js HTTP/1.1" 404 206 "http://www.veganarky.net/2013/12/30/dudebros-masculine-conflictions/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36"

    I have noted issues with Piwik and Drupal — https://www.drupal.org/node/2483815 and I have had to manually edit the Drupal module (to look for index.php not piwik.php) — even though my Piwik install is new and up to date.

    Any suggestions?

    [I had added Post Views Counter to the site and it is recording visits]

    I am testing a new install of Piwik and using it on WordPress for the first time (I have used it on numerous Drupal sites previously).

    The site is connected — ‘WP-Piwik 1.0.5 is successfully connected to Piwik 2.15.0. You are running WordPress 4.3.1.’ — and not generating any statistics.

    The Piwiki code is in the footer

    <!-- Piwik -->
    <script type="text/javascript">
      var _paq = _paq || [];
      _paq.push(['trackPageView']);
    _paq.push(['trackVisibleContentImpressions']);
      _paq.push(['enableLinkTracking']);
      (function() {
        var u="//piwik.example.com/";
        _paq.push(['setTrackerUrl', u+'piwik.php']);
        _paq.push(['setSiteId', 1]);
        var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
        g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
      })();
    </script>
    <!-- End Piwik Code -->

    WP Spamshield is registering spam attempts… The site is http://www.veganarky.net

    Thread Starter avolve

    (@avolve)

    The posts have the same IDs. I am developing the site on a local machine so can’t share a link.

    I have added

    <?php query_posts($query_string . '&cat=2'); ?>

    to index.php which I working and will suffice as it is a one category site, until I ascertain the error

    thanks.

    Thread Starter avolve

    (@avolve)

    Appreciate the reply Karen.

    I am working on a child theme, and I can’t share a link as I am developing the site on a local machine.

    I have added has_post_thumbnail to content-page (mirroring what is in content-single) and edited header.php, changing

    if ( is_single() && has_post_thumbnail() ) : ?>`

    to

    if ( is_single() && has_post_thumbnail() || is_page() && has_post_thumbnail() ) : ?>

    Where I am a little stuck (assuming I have not made any mistakes, is the syntax for adding is_page to the function scrawl_featured_header:

    if ( ! has_post_thumbnail() || ! is_single() )

    In the parent theme function.php to test (and I am a bit lost in trying to this function — and functions in general — in the child theme function.php)

    Thanks!

    I am evaluating your plunging (thank you!) for a test site migrating from another CMS.

    I can locate where to edit the actual view count for each (standard) post (to match those on the previous site). I have them shown on the list of posts (/wp-admin/edit.php), but they are not clickable to edit.

    Can this be done in the front end, or do I need to edit the database?

    Thread Starter avolve

    (@avolve)

    I created a fresh install (no added users or content), and this time the error was

    Fatal error: Call to a member function set_post_variables() on a non-object in .../wordpress/wp-content/plugins/easy-pie-coming-soon/pages/page-options-content-tab.php on line 44

    Thread Starter avolve

    (@avolve)

    it’s a fresh install of WordPress. I might try a reinstall to ensure there were/are no Gremlins in there…

Viewing 8 replies - 1 through 8 (of 8 total)