Title: zenframe's Replies | WordPress.org

---

# zenframe

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics for WooCommerce] Intermittent issue: Analytics tracking page view but not the transaction itself.](https://wordpress.org/support/topic/intermittent-issue-analytics-tracking-page-view-but-not-the-transaction-itself/)
 *  Thread Starter [zenframe](https://wordpress.org/support/users/zenframe/)
 * (@zenframe)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/intermittent-issue-analytics-tracking-page-view-but-not-the-transaction-itself/#post-14138165)
 * Hallo, I made the initial post 8 days ago, and have heard nothing since. This
   issue is still ongoing, is there any further information you require to help 
   diagnose the problem?
 * I repeat, GA intermittently tracks ecommerce transactions as page views.
 * e.g. We see completed transactions with their ID in page views and not ecommerce.
 * Do you know of any reasons as to why this might be the case? Any pointers will
   be gratefully recieved.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Mega Menu by WooRockets.com] Poorly optimized, incompatible with some plugins – Do not touch](https://wordpress.org/support/topic/poorly-optimized-incompatible-with-some-plugins-do-not-touch/)
 *  Thread Starter [zenframe](https://wordpress.org/support/users/zenframe/)
 * (@zenframe)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/poorly-optimized-incompatible-with-some-plugins-do-not-touch/#post-9512972)
 * This plugin should be removed from the repository as it’s essentially not fit
   for purpose.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Remove or change format of excerpt ellipsis](https://wordpress.org/support/topic/remove-or-change-format-of-excerpt-ellipsis/)
 *  Thread Starter [zenframe](https://wordpress.org/support/users/zenframe/)
 * (@zenframe)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-or-change-format-of-excerpt-ellipsis/#post-8815913)
 * Hi [@dcooney](https://wordpress.org/support/users/dcooney/),
 * Thanks for the reply, your function didn’t work, but the get_the_excerpt() call
   put me on the right track. I eventually used this to make the replacement:
 *     ```
       function trim_excerpt($text) {
       	$string = "[...]";
            $text = str_replace( $string, '', $text);
            return $text;
           }
       add_filter('get_the_excerpt', 'trim_excerpt', 99);
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)