Title: xfechx's Replies | WordPress.org

---

# xfechx

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gravity Forms + Stripe] Terrible Support](https://wordpress.org/support/topic/terrible-support-16/)
 *  Thread Starter [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/terrible-support-16/#post-8404143)
 * We have used the paid version your plugin on a site with a lot of visitors, and
   we need to obtain a latest version, as your master branch has changed to reflect
   new Stripe API changes.
 * We would like to get an updated version with the features that you have developed
   for us.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gravity Forms + Stripe] Terrible Support](https://wordpress.org/support/topic/terrible-support-16/)
 *  Thread Starter [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/terrible-support-16/#post-8404140)
 * Hi there,
 * I have contacted your company many times via the other website you have linked
   to, without any response whatsoever.
 * Of course the bad review here is for you to realize that this attitude is both
   unprofessional, and also will help other people before deciding to go with your
   software and risk abandonment.
 * I will change this review if I see some interest of your side willing to help
   me with the plugin which is now outdated and we have paid for.
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Usage of email templates](https://wordpress.org/support/topic/usage-of-email-templates/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/usage-of-email-templates/#post-7215594)
 * Thanks for your reply [@asharppencil](https://wordpress.org/support/users/asharppencil/),
 * It does work with {{subject}} , but it doesn’t work with {{from_email}} @ xyz.
   com
 * Also, when using templates – the replacement for “reply-to” doesn’t work, it’s
   like as if it was hardcoded to just use the ‘from’ header…
 * That’s as far as I have got using templates..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Usage of email templates](https://wordpress.org/support/topic/usage-of-email-templates/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/usage-of-email-templates/#post-7215591)
 * Where are we supposed to use this? :
 * > Use {{subject}} and {{from_name}} in your template to allow substitution of
   > Subject and From Name respectively.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Usage of email templates](https://wordpress.org/support/topic/usage-of-email-templates/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/usage-of-email-templates/#post-7215590)
 * I am having an issue with templates.
 * Sparkpost requires email templates to have a subject and a “from” added when 
   creating the template.
 * When my site sends email, using this template, sparkpost is overriding the email
   subjects by the subject set up in the template.
 * Any help is appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Sparkpost plugin stripping Reply-to from Gravity Forms notifications](https://wordpress.org/support/topic/sparkpost-plugin-stripping-reply-to-from-gravity-forms-notifications/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/sparkpost-plugin-stripping-reply-to-from-gravity-forms-notifications/#post-7281182)
 * I am having a similar issue,
 * Sparkpost is overriding my subject lines and “From” of transactional emails coming
   from my websites.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SparkPost] Mandrill Template Content Substitution](https://wordpress.org/support/topic/mandrill-template-content-substitution/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mandrill-template-content-substitution/#post-7236575)
 * Can you share how did you make it work, so that people that have the same problem,
   can look at this forum and find an answer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Order of Columns and Currency](https://wordpress.org/support/topic/order-of-columns-and-currency/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/order-of-columns-and-currency/#post-6725513)
 * I did it this way and it works. Just insert it into your custom.js inside of 
   your child theme or on the main jquery file for your theme.
 * Of course change the selectors to match yours!
 * //ADD CURRENCY SYMBOL TO STICKYLIST PRICES
 * $(‘#sticky-list-wrapper_6’).find(‘td.sort-1’).each(function(){
    if($(this).text()!
   = “”){ $(this).prepend(‘$’); } });
 * $(‘#sticky-list-wrapper_8’).find(‘td.sort-2’).each(function(){
    if($(this).text()!
   = “”){ $(this).prepend(‘$’); } });
 * $(‘#sticky-list-wrapper_11’).find(‘td.sort-2’).each(function(){
    if($(this).text()!
   = “”){ $(this).prepend(‘$’); } });
 * $(‘#sticky-list-wrapper_36’).find(‘td.sort-1, td.sort-4, td.sort-5’).each(function(){
   
   if($(this).text() != “”){ $(this).prepend(‘$’); } });
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Order of Columns and Currency](https://wordpress.org/support/topic/order-of-columns-and-currency/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/order-of-columns-and-currency/#post-6725489)
 * Hi there,
 * I am looking for the same answer, if you find the solution, please post it here,
   I will do the same if I find it.
 * Kind regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms: Post Updates] How to only allow users to edit the posts that they made?](https://wordpress.org/support/topic/how-to-only-allow-users-to-edit-the-posts-that-they-made/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-only-allow-users-to-edit-the-posts-that-they-made/#post-6094327)
 * Hi there,
 * I’ve been using this plugin for a while and the authors of custom posts used 
   to be able to edit their own custom posts, but after latest update now the link
   for edit doesn’t work.
 * My authors roles include to edit posts…
 * Please help, I will have to return to an old version of this plugin while this
   is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Calendar WooCommerce Bookings Two Way Sync] import doesn't work](https://wordpress.org/support/topic/import-doesnt-work-1/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/import-doesnt-work-1/page/2/#post-5629598)
 * Thanks Maurice,
 * Sounds like a good workaround while the actual two-way sync gets implemented.
 * Could you please explain a bit further how to add an event in Google Calendar
   with the productID ?
 * Do I just add the number (ie. 1719), or does it need a specific character to 
   be recognised?
 * Kind regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Calendar WooCommerce Bookings Two Way Sync] import doesn't work](https://wordpress.org/support/topic/import-doesnt-work-1/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/import-doesnt-work-1/page/2/#post-5629590)
 * I have created a new google project and set up new API credentials, (different
   than woocommerce bookings), and using the same calendar ID. I’ve used the following
   redirect URI in both google project and ninja bookings:
 * [http://example.com/wp-admin/admin.php?page=google-calendar-woocommerce-bookings-two-way-sync/ninja-google-calendar-woocommerce-bookings-two-way-sync.php](http://example.com/wp-admin/admin.php?page=google-calendar-woocommerce-bookings-two-way-sync/ninja-google-calendar-woocommerce-bookings-two-way-sync.php)
 * So far, I am able to obtain oAuth authorization, that says “google would like
   to manage your calendars” however nothing else happens afterwards, I go to bookings
   > calendar, and none of my google calendar events are listed there, and I don’t
   get any acknowledgement of success…
 * If someone has successfully made this plugin work, could you give me some advice?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Calendar WooCommerce Bookings Two Way Sync] import doesn't work](https://wordpress.org/support/topic/import-doesnt-work-1/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/import-doesnt-work-1/page/2/#post-5629589)
 * Hi everyone,
 * Is this plugin working? I have been trying to implement it without success, I
   do not get any errors, but I don’t see my website reflecting my availability 
   in google calendar.
 * I’ve authorised it numerous times, and still not working.
 * Have somebody has successfully made this work?
 * Kind regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] Not working](https://wordpress.org/support/topic/not-working-339/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/not-working-339/#post-3921296)
 * Hi there Danny, great plugin.
 * How can we use it coding it “manually” rather than using a shortcode?
 * Appreciate your help.
 * Fernando.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP e-Commerce] 4,328 issues in 1 year](https://wordpress.org/support/topic/plugin-wp-e-commerce-4328-issues-in-1-year/)
 *  [xfechx](https://wordpress.org/support/users/xfechx/)
 * (@xfechx)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-4328-issues-in-1-year/#post-1253612)
 * Hi Guys,
 * Do you guys know how to attach the custom text for the product to the email message
   that is sent once the purchase has been done?
 * If not, could you refer me to a place where I can ask this? I’ve purchased the
   gold cart and I can’t see any official support.
 * Thanks,
    Fernando.

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