Title: elated's Replies | WordPress.org

---

# elated

  [  ](https://wordpress.org/support/users/elated/)

 *   [Profile](https://wordpress.org/support/users/elated/)
 *   [Topics Started](https://wordpress.org/support/users/elated/topics/)
 *   [Replies Created](https://wordpress.org/support/users/elated/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/elated/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/elated/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/elated/engagements/)
 *   [Favorites](https://wordpress.org/support/users/elated/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/elated/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/elated/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qty Increment Buttons for WooCommerce] only 1 pcs added to cart even i choose 5 pcs](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/)
 *  [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [6 years ago](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/#post-12630543)
 * I narrowed down to the file: wp-content/themes/groci/woocommerce/content-product.
   php
    what should I look for in there?
 *     ```
       // Ensure visibility.
       if ( empty( $product ) || ! $product->is_visible() ) {
       	return;
       }
       ?>
       <?php if(wc_get_loop_prop( 'columns' ) == '4'){ ?>
          <?php $column = '3'; ?>
       <?php } else { ?>
          <?php $column = '4'; ?>
       <?php } ?>
   
       <div class="col-md-<?php echo esc_attr($column); ?> pmb-3">
       	<?php
       	/**
       	 * Hook: woocommerce_before_shop_loop_item.
       	 *
       	 * @hooked woocommerce_template_loop_product_link_open - 10
       	 */
       	do_action( 'woocommerce_before_shop_loop_item' );
   
       	/**
       	 * Hook: woocommerce_before_shop_loop_item_title.
       	 *
       	 * @hooked woocommerce_show_product_loop_sale_flash - 10
       	 * @hooked woocommerce_template_loop_product_thumbnail - 10
       	 */
       	do_action( 'woocommerce_before_shop_loop_item_title' );
   
       	/**
       	 * Hook: woocommerce_shop_loop_item_title.
       	 *
       	 * @hooked woocommerce_template_loop_product_title - 10
       	 */
       	do_action( 'woocommerce_shop_loop_item_title' );
   
       	/**
       	 * Hook: woocommerce_after_shop_loop_item_title.
       	 *
       	 * @hooked woocommerce_template_loop_rating - 5
       	 * @hooked woocommerce_template_loop_price - 10
       	 */
       	do_action( 'woocommerce_after_shop_loop_item_title' );
   
       	/**
       	 * Hook: woocommerce_after_shop_loop_item.
       	 *
       	 * @hooked woocommerce_template_loop_product_link_close - 5
       	 * @hooked woocommerce_template_loop_add_to_cart - 10
       	 */
       	do_action( 'woocommerce_after_shop_loop_item' );
       	?>
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qty Increment Buttons for WooCommerce] only 1 pcs added to cart even i choose 5 pcs](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/)
 *  [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [6 years ago](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/#post-12630517)
 * Thanks
    -  This reply was modified 6 years ago by [elated](https://wordpress.org/support/users/elated/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qty Increment Buttons for WooCommerce] only 1 pcs added to cart even i choose 5 pcs](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/)
 *  [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [6 years ago](https://wordpress.org/support/topic/only-1-pcs-added-to-cart-even-i-choose-5-pcs/#post-12628899)
 * I have the same problem. I does not work with the changes on line 469. You can
   see here: finemarket.gr/shop/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079850)
 * Thanks, I did that. Now it seems to be working. I don’t know how accurate is 
   but at least it’s updating the numbers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079841)
 * Can you send me some older version of the plugin? Probably with different algorithm
   of counting or something like that? Is it safe to overwrite with older version
   or it will mess everything?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079835)
 * Strange, it should be working. From where are you accessing it?
 * Anyway, any ideas what could be the problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079829)
 * I published new article few hours earlier and it’s not showing the real view 
   count. Right now there is 70 people online, reading the article and 20-30fb likes
   but the WPP plugin shows only 4 people visited.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079814)
 * No, it’s definitely not counting views… Is the site loading now? Can you check?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Not counting views](https://wordpress.org/support/topic/not-counting-views-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-counting-views-1/#post-5079726)
 * Yes, of course. I was one update behind when I noticed this problem, so I updated
   to the last version today and cleared cache several times.
 * I guess I will investigate how it behaves for another day.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Wrong views number](https://wordpress.org/support/topic/wrong-views-number-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wrong-views-number-1/#post-3789543)
 * It’s all good. Thank you again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Wrong views number](https://wordpress.org/support/topic/wrong-views-number-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wrong-views-number-1/#post-3789538)
 * Weird, you kind of downgraded the plugin version. It Was 2.3.3 and now it’s 2.3.2:).
   But it’s ok, i manualy downloaded and replaced it. Now everything is ok. Thank
   you very much for your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Wrong views number](https://wordpress.org/support/topic/wrong-views-number-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wrong-views-number-1/#post-3789432)
 * I use this code for the view count in single posts:
    <?php if (function_exists(‘
   wpp_get_views’)) { echo wpp_get_views( get_the_ID() ); } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Wrong views number](https://wordpress.org/support/topic/wrong-views-number-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wrong-views-number-1/#post-3789424)
 * Yes, the theme is the only change. Post meta – the info about the post (date,
   author and views). The function inside the single post is showing corect views.
   The problem is when using as widget and at the back end with the stats.
 * See this: prntscr.com/16yd3l
    The first post in the top 20 shows with 42 views.
 * Then see this: prntscr.com/16yd9z
    The same post actually got 42 700 views
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Wrong views number](https://wordpress.org/support/topic/wrong-views-number-1/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wrong-views-number-1/#post-3789397)
 * iskamdaznam.com is the URL. I recently changed the theme, but I cant image what
   went wrong and why is the plugin actiong so weird.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom field URL problem](https://wordpress.org/support/topic/custom-field-url-problem/)
 *  Thread Starter [elated](https://wordpress.org/support/users/elated/)
 * (@elated)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/custom-field-url-problem/#post-1484766)
 * with http:// is fine. Thank you.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/elated/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/elated/replies/page/2/?output_format=md)