Title: evant's Replies | WordPress.org

---

# evant

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to to the of each category page.](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/#post-10705048)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to to the of each category page.](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/#post-10704042)
 * I need a slightly different one in each category.
    For example, I am going to
   have different caterogory_id, category_text etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to to the of each category page.](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-to-to-the-of-each-category-page/#post-10703951)
 * Well, it’s a shoe store and I need to add some code from a site that sends me
   traffic.
    I need to add in each category page the following code
 *     ```
       <!-- Glami piXel for FermatShoes.gr -->
       <script>
       (function(f, a, s, h, i, o, n) {f['GlamiTrackerObject'] = i;
       f[i]=f[i]||function(){(f[i].q=f[i].q||[]).push(arguments)};o=a.createElement(s),
       n=a.getElementsByTagName(s)[0];o.async=1;o.src=h;n.parentNode.insertBefore(o,n)
       })(window, document, 'script', '//www.glami.gr/js/compiled/pt.js', 'glami');
   
       glami('create', '8DFF30821A80BAACCBBAA539EB1ACAF8', 'gr');
       glami('track', 'PageView');
   
       glami('track', 'ViewContent', {
       content_type: 'category',
       item_ids: ['ADZXFLUX001', 'NRS02', 'NRS03', 'NRS04', 'NRS05', 'NRS06', 'NRS07', 'NRS08', 'NRS09', 'NRS10'], // currently viewed first 10 product IDs in the category. Use the same IDs as you use in the feed (ITEM_ID).
       product_names: ['Adidas ZX Flux Power Red', 'Nike running shorts', ...] // currently viewed first 10 product names. Use the same names as you use in the feed (PRODUCTNAME).
       category_id: 'ID_SHOES_001' // currently viewed category ID. Use the same category ID as you use in the feed (CATEGORY_ID)
       category_text: 'Men | Shoes | Sneakers' // currently viewed category_text. Use the same category_text as you use in the feed (CATEGORYTEXT)
       });
       </script>
       <!-- End Glami piXel -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more] SMTP ERROR](https://wordpress.org/support/topic/smtp-error-15/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/smtp-error-15/#post-10452778)
 * It’s a greek one, papaki.gr
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more] SMTP ERROR](https://wordpress.org/support/topic/smtp-error-15/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/smtp-error-15/#post-10452773)
 * > evant – Could you share what the issue was on your provider’s end? Having a
   > similar problem.
 * Sadly they didn’t really elaborate. I just e-mailed them about my problem with
   the plugin and they only told me there was an issue with the connection to the
   mail server and they fixed it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Every order entering “on-hold”](https://wordpress.org/support/topic/every-order-entering-on-hold/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/every-order-entering-on-hold/#post-10449046)
 * I can tell from the payment method. What I want exactly is to have an automatic
   email when an order has been placed and then to be able to send a manual email
   when we see it. This is why I want everything on hold
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more] SMTP ERROR](https://wordpress.org/support/topic/smtp-error-15/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/smtp-error-15/#post-10438271)
 * Thank you. It was my provider’s issue and they fixed it for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more] SMTP ERROR](https://wordpress.org/support/topic/smtp-error-15/)
 *  Thread Starter [evant](https://wordpress.org/support/users/evant/)
 * (@evant)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/smtp-error-15/#post-10435681)
 * I’ve used this guide before and also my providers guide for their specific configuration.
   The same problem persists: SMTP ERROR: Failed to connect to server: Cannot assign
   requested address (99)SMTP connect() failed. [https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting)

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