crossx
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingMake sure the jquery is loaded on the header before all others js calls!
edit: esclude jQuery from minify!
I have the same issue! Did you find any solution?
Forum: Plugins
In reply to: [Facebook] WordPress comments & Facebook Comments boxplace the code over the comment_form(); function in comments.php file.
Forum: Plugins
In reply to: [Contact Form 7] Javascript on last updateNever mind, that was send by WordPress!
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingI think I solved! The problem was under jQuery!
Thanks for you time and for the great plugin 🙂
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingReally strange, because both plugins are activated!
http://i41.tinypic.com/23wo9zp.jpg
<!-- Served from: www. .com @ 2013-10-08 18:09:36 by W3 Total Cache -->The same issue i have on another site.
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingHere is the page link
Thank you!
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingIs not counting either with W3TC Version 0.9.2.11
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingsorry, the_views(); is working!
Rolling back to older version of W3TC and I’m checking if it works!
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingI forwarded you the link on Google-Hangouts!
I just notice also that, the_views(); is returning an empty string!
Forum: Plugins
In reply to: [WP-PostViews] View Counts stoped workingIt’s stopped! Custom field under posts is the same as All Posts on WP Panel and the same on site post page…
It start counting only if I disable W3TC! (Version 0.9.3 ) :/
?
The problem is with URL-s with non english chars…
put this inside while have_posts tag
<meta property="og:url" content="<?php the_permalink() ?>"/> <meta property="og:title" content="<?php single_post_title(''); ?>" /> <meta property="og:description" content="<?php echo the_excerpt_rss($post->ID); ?>" />Forum: Plugins
In reply to: [Facebook] WordPress comments & Facebook Comments boxvishnudath, yes is possible to show both comments form
Forum: Plugins
In reply to: [Facebook] WordPress comments & Facebook Comments boxRemove the css_hide function inside comments file or delete the display:none; under hide.min.css file