imax57
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slider widget does not work on the theme Onplay(wpzoom)My term support has expired.
Forum: Plugins
In reply to: [WP-PostViews] Views are not counting on WordPress 3.7.1Solved the problem by removing the file “/blog/wp-content/themes/onplay/functions/theme/functions.php” the following code:
function entry_views_update( $post_id = '' ) { global $wp_query; if ( !empty( $post_id ) ) { $meta_key = apply_filters( 'entry_views_meta_key', 'Views' ); $old_views = get_post_meta( $post_id, $meta_key, true ); $new_views = absint( $old_views ) + 1; update_post_meta( $post_id, $meta_key, $new_views, $old_views ); } } function entry_views_get( $attr = '' ) { global $post; $attr = shortcode_atts( array( 'before' => '', 'after' => '', 'post_id' => $post->ID ), $attr ); $meta_key = apply_filters( 'entry_views_meta_key', 'Views' ); $views = intval( get_post_meta( $attr['post_id'], $meta_key, true ) ); return $attr['before'] . number_format_i18n( $views ) . $attr['after']; }I think this solution is suitable for all new themes from the team wpzoom.
Forum: Plugins
In reply to: [WP-PostViews] Views are not counting on WordPress 3.7.1Where there may be a problem in the subject with a wry update fields in table views wp_postmeta? This field is displayed normally, but after the opening post, the counter is reset to 1.
Forum: Plugins
In reply to: [WP-PostViews] Views are not counting on WordPress 3.7.1Sent to the WP login to your gmail.
Access to the server what is needed? Via FTP?
Forum: Plugins
In reply to: [WP-PostViews] Views are not counting on WordPress 3.7.11. In a typical post and static page no additional fields.
static pages:
http://www.sgt.su/feed-event/
http://www.sgt.su/doc/2. Finished
3. FinishedThe problem was not solved. Leave at the time of the default theme, plugins are off except wp-postvieschs to diagnose the problem.
What else must follow the steps to resolve the incident?