Title: top-node's Replies | WordPress.org

---

# top-node

  [  ](https://wordpress.org/support/users/top-node/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EU VAT Assistant for WooCommerce] Translating strings using WPML](https://wordpress.org/support/topic/translating-strings-using-wpml/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/translating-strings-using-wpml/#post-14838016)
 * Hi Diego, thank you for your answer. Unfortunately, I cannot confirm this. After
   scanning the plugin with WPML, I get three different text domains: “default”,“
   plugin-update-checker” and “easy_booking” – [https://paste.pics/72a74f6446df92eecd21dd01f91457a8](https://paste.pics/72a74f6446df92eecd21dd01f91457a8).
   
   Also, the text I want to translate is the “EU VAT field label” in the “EU VAT
   Assistant – Settings”, not an actual string in the plugin – [https://paste.pics/4b3c34fa88e6bba453f1c5ca9ef7e7d4](https://paste.pics/4b3c34fa88e6bba453f1c5ca9ef7e7d4)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Resending E-mails in HTML format Only Sends Plain Text](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/#post-13926649)
 * Hi Tim, thank you for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Resending E-mails in HTML format Only Sends Plain Text](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/#post-13900669)
 * Hi Tim, sorry, I was still on leave when your response came in.
    I can confirm
   this is still the case for some emails – it seems like HTML emails sent through
   Gravity Forms cannot be resent correctly, but WooCommerce custom emails can. 
   Any idea of why this could be the case?
 * P.s. Thank you for the reminder regarding payment, the question was more whether
   there is a “Pro” version of this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Resending E-mails in HTML format Only Sends Plain Text](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/resending-e-mails-in-html-format-only-sends-plain-text/#post-13653588)
 * Any idea whether you can have a look at this? I’m happy to pay should this result
   in a faster turn around time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Slider Fields] GF_Field:GF_Field::get_conditional_logic_event is deprecated](https://wordpress.org/support/topic/gf_fieldgf_fieldget_conditional_logic_event-is-deprecated/)
 *  [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/gf_fieldgf_fieldget_conditional_logic_event-is-deprecated/#post-12101646)
 * It actually does break the conditional functionality. The slider field cannot
   be used as an input for a different field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] URL rewriting on custom post type](https://wordpress.org/support/topic/url-rewriting-on-custom-post-type/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/url-rewriting-on-custom-post-type/#post-7620457)
 * I’ve found a fix for this on this page – [https://core.trac.wordpress.org/ticket/15551](https://core.trac.wordpress.org/ticket/15551)
 * Adding the code below to the functions.php file worked:
 *     ```
       <?php
       function fix_request_redirect( $request ) {
   
               if ( isset( $request->query_vars['post_type'] )
                    && 'custom_type' === $request->query_vars['post_type']
                    && true === $request->is_singular
                    && - 1 == $request->current_post
                    && true === $request->is_paged
               ) {
                       add_filter( 'redirect_canonical', '__return_false' );
               }
   
               return $request;
       }
   
       add_action( 'parse_query', 'fix_request_redirect' );
       ```
   
 * Where you’ll have to update “custom_type” with the name of custom post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events URL not displaying page title](https://wordpress.org/support/topic/events-url-not-displaying-page-title/)
 *  [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/events-url-not-displaying-page-title/#post-7179185)
 * Yes, I am getting the same issue. axmentorhng, were you able to resolve this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Add new currency](https://wordpress.org/support/topic/add-new-currency-5/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/add-new-currency-5/#post-6905230)
 * Perfect, thank you. That worked like a charm!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Multi week event with recurring time slots](https://wordpress.org/support/topic/multi-week-event-with-recurring-time-slots/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/multi-week-event-with-recurring-time-slots/#post-6877449)
 * Hi Caimin, thank you, I’ll try that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Multi week event with recurring time slots](https://wordpress.org/support/topic/multi-week-event-with-recurring-time-slots/)
 *  Thread Starter [top-node](https://wordpress.org/support/users/top-node/)
 * (@top-node)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/multi-week-event-with-recurring-time-slots/#post-6877350)
 * I am not going to sell tickets through the site but I will want people to be 
   able to book for such a camp, yes.

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