Marcus
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Change locality and postal-code in Single Page ViewI have found the / a solution:
File adress.php (folder views/modules)
Cut the cells from line 61 to 64 (‘Get our postal code’) below and paste it between ‘Get our full region’ and ‘Get our city’
Hello, yes I’ve tried the test skript.
Here the Result:
*** Test 1/2: SitesManager.getSitesWithAtLeastViewAccess ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://domain/?module=API&method=SitesManager.getSitesWithAtLeastViewAccess&format=XML&token_auth= + TOKEN
Result:
HTTP/1.1 200 OK
Date: Sat, 26 Apr 2014 15:08:22 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PIWIK_SESSID=120423e9dc23497132569ecadd25fa92; path=/; HttpOnly
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/xml; charset=utf-8<?xml version=”1.0″ encoding=”utf-8″ ?>
<result>
<row>
<idsite>1</idsite>
<name>themenfreund</name>
<main_url>https://themenfreund.de</main_url>
<ts_created>2012-01-13 18:50:04</ts_created>
<ecommerce>0</ecommerce>
<timezone>Europe/Berlin</timezone>
<currency>USD</currency>
<excluded_ips />
<excluded_parameters />
<excluded_user_agents />
<sitesearch>1</sitesearch>
<sitesearch_keyword_parameters />
<sitesearch_category_parameters />
<group />
<type>website</type>
<keep_url_fragment>0</keep_url_fragment>
</row>
</result>
Time: 0.31s*** Test 2/2: SitesManager.getSitesIdFromSiteUrl ***
Using: cURL
SSL peer verification: enabled
User Agent:
Call: https://themenfreund.de/url/?module=API&method=SitesManager.getSitesIdFromSiteUrl&url=http%3A%2F%2Fthemenfreund.de&format=XML&token_auth= + TOKEN
Result:
HTTP/1.1 200 OK
Date: Sat, 26 Apr 2014 15:08:23 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PIWIK_SESSID=17b2514fb018b120c60ee1447d678ac5; path=/; HttpOnly
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/xml; charset=utf-8<?xml version=”1.0″ encoding=”utf-8″ ?>
<result>
<row>
<idsite>1</idsite>
</row>
</result>
Time: 0.32sAnd yes, WP-Piwik shows the Tracking-Code `<!– Piwik –>
<script type=”text/javascript”>
var _paq = _paq || [];
_paq.push([‘setRequestMethod’, ‘POST’]);
_paq.push([‘trackPageView’]);
_paq.push([‘enableLinkTracking’]);
(function() {
var u=((“https:” == document.location.protocol) ? “https” : “http”) + “://themenfreund.de/piwik/”;
_paq.push([‘setTrackerUrl’, u+’js/’]);
_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+’js/’; s.parentNode.insertBefore(g,s);
})();
</script>
<!– End Piwik Code –>
`Only the display at piwik itself takes an eternity
Unfortunately not
‘Browser today’ and ‘browser details today’ show anything. Likewise, ‘Operating System today’
Forum: Plugins
In reply to: [Comments Evolved for WordPress] gplus comments not showing on all postsHello! Is it possible that you have the social networks locked? I have adjusted the Avast add-on of the Avast Internet Security today, and now the plugin works again
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] No Manage-SiteHi fredwier!
I have provided a new file called subscribe and have fixed this as a Template for the side.
I hope, I could help you
Regards
Marcus
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] No Manage-SiteHallo Monika!
Wenn mein Englisch mich jetzt nicht trügt, m?chtest Du den Shortcode wissen.
Ich habe eine separate Datei angelegt, und vor dem get_header folgenden Code eingebaut:
if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }
Insgesamt sieht die Datei so aus:
<?php /** * The template for displaying all pages. Template Name: Subscribe To Comments * @package WordPress * @subpackage Piha */ if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); } get_header(); ?> <div id="content" class="clearfix"> </div><!--end #content--> </div><!-- end #page --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [WPGPlus] [Plugin: WPGPlus] Failing for German usersFür all jene, bei denen die debug.txt wie bei Ariherzogs Kommentar aussieht, habe ich eine L?sung:
Den Link aus der Zeile ‘2012-02-19 18:22:32 : and base url is…’ in den Browser eingeben und dann die Nutzungsbedingungen best?tigen.
Dann klappt die Ver?ffentlichung auf g+
——————
For all those, with which the file debug.txt looks as with ariherzogs Comment has I a solutionThe URL from the line ‘2012-02-19 18:22: 32: and base URL is…’ enter into the browser and the use conditions confirm.
Then the publication folds on g+
Hello together!
This function interests me also! In foreseeable, is when this function is available?
Forum: Plugins
In reply to: [Social] social shows not all CommentsI think, I white the reason for it, which would be one the opinion was tweet not indicated: It is a Retweet on tweet another and from there icon the Retweeters is probably only indicated
Yes, in the Frontend everything is fine!
But google WMT are added each day new 404er error, which harms reliably the standing of the Domain, if 1000 errors are counted sometime
Hello!
Thx for your answer!
The Link to my Site is https://themenfreund.de and the page named ‘Kommentare abonnieren’. So the Permalink is https://themenfreund.de/kommentare-abonnieren/
My Permalink-Structure is /%postname%/ .
And of from there it I registered under Settings > Subscribe to Comments > Management Page > Management URL /kommentare-abonnieren.
I think, that would have to be actually correct
Forum: Fixing WordPress
In reply to: My feed fails validation?Hello!
I had the same error. And someone, which helped me, the error to find changed in comments.php the following
comments_rss_link
to
post_comments_feed_link
But with my articles now the URL is added to my twitter account to the article URL. Does someone know, the error lies where there?