owcv
Forum Replies Created
-
I deactivated Theme My Login plugin to test, but that doesn’t work neither… ??
Of course I replaced it and since then there were several logins on my site as I can see in the Piwik visitor log. But there are no usernames tracked and it doesn’t show up in Custom Variables. Any idea why?
Maybe because I use Theme My Login for user login?
According to Piwik Documentation on Custom Variables, what I did is this:
<!-- Function to get the username from WordPress for Piwik User Tracking --> <?php global $current_user; get_currentuserinfo(); $user_info = get_userdata(1); $Username = $current_user->user_login; ?> <!-- Piwik Code --> <script type="text/javascript"> var _paq = _paq || []; <!-- Piwik Custom Variable for User Tracking --> <?php if (!empty($Username)) {echo "piwikTracker.setCustomVariable(1, 'Visitor', '".$Username."', 'visit');";} else {}?> <!-- End Piwik Custom Variable for User Tracking --> _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://mydomain.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.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript> <!-- Piwik Image Tracker Fallback --> <img src="https://mydomain.com/piwik.php?idsite=1&rec=1" style="border:0" alt="" /> <!-- End Piwik Image Tracker Fallback --> </noscript> <!-- End Piwik Code -->
But I can’t see it in my Piwik… ??
Is it possible to add this code without using this plugin?
Forum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingNo, unfortunately not. I also asked the programmer to have a look into this thread, but that was some time ago… ??
I tested the current version 2.4.91 of Simple Ads Manager (SAM) on WordPress 3.9.2 and 4.0 on a special test server and even on my productivity system. In every case I had the same bug as described here.
As long as the legacy version 2.3.85 will work I’m fine, but I better start looking for other solutions to be on the safe side. Maybe we can post possible alternatives to SAM here? ??
Forum: Plugins
In reply to: [Laterpay] Does this support UAM-Usergroups?I tested this with the recent version, but it doesn’t work. An UAM-restricted post was paid, but I had no access to the content. When will this feature be implemented again?
Forum: Plugins
In reply to: [Laterpay] Pay with a like or subscribeYes of course!
I completeley agree and understand the fact, that there has to be a revenue for LaterPay too. ??Maybe these 3 options instead of real payment in the backend?
1.) Pay with a like
2.) Pay with a tweet
3.) Pay by subscribing to our newsletterForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Newsletter sent 3 timesI have the same issue and wait for the update.
Forum: Plugins
In reply to: [Laterpay] category pricesYes I know, I created such a category price. But I have to edit my existing posts within that category one by one and change them from individual to category price.
It only seem to work for new posts. Because when I create a new post with that paywall category the price is adjusted automatically.
If you have a lot of posts, it would be easier to adopt the category price by bulk automatically.
Forum: Plugins
In reply to: [User Access Manager] User Group privacy not working with WP 4.0I just upgraded to WordPress 4.0 too on my test site and UAM is working as expected. Maybe the problem for your issue has another reason?
Forum: Plugins
In reply to: [Simple Ads Manager] Ads keep dissappearingI have the same issue!
After the downgrade, it works fine again.
But I hope the developer will fix this soon?Forum: Plugins
In reply to: [Attachment Importer] Finds no attachments although they are thereWe could locate the error. Thanks to Spencer…
The XML parser in the Attachment Importer is having problems with illegal characters in my WXR data, so the browser’s XML parser can’t read some of the characters in the import file. That on the other hand has to do with, that some of our authors use special characters in the datanames of the pictures (such as kyrillic, chinese or german umlauts). Sometimes it also happens when they copy text from a pdf that contains ligatures or when they work from a Mac where Mac Roman is set for character encoding.
The only solution is to correct/rename all the file names and/or the metadata in the Media Library.Forum: Plugins
In reply to: [Toolbox] Fatal error when try to register Genesis SidebarThe first part of the snippet above has to be extended:
add_action( 'genesis_setup', 'news_secondheader' ); function news_secondheader() { genesis_register_sidebar( array( 'id' => 'aboveheader', 'name' => __( 'Above the Header', 'news' ), 'description' => __( 'An additional header before the original header', 'news' ), ) ); }
Forum: Plugins
In reply to: [Simple Social Icons] PHP notice ErrorI get the same error message:
Notice: Undefined offset: 1 in /var/domain/wp-content/plugins/simple-social-icons/simple-social-icons.php on line 330
If I add the widget to a widget area, the notice disappears.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Title size same as text sizeI still have this bug in Thunderbird… ??