Title: calzo's Replies | WordPress.org

---

# calzo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for Gravity Forms] is this plugin dead? Latest version doesn’t work](https://wordpress.org/support/topic/is-this-plugin-dead-latest-version-doesnt-work/)
 *  Thread Starter [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-dead-latest-version-doesnt-work/#post-12173068)
 * [@big-sea](https://wordpress.org/support/users/big-sea/) Thanks for the reply.
   I found their plugin a few weeks and have switched over. Thanks for making the
   initial plugin, it was a life saver!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[rtMedia for WordPress, BuddyPress and bbPress] Post button disappeared](https://wordpress.org/support/topic/post-button-disappeared/)
 *  Thread Starter [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/post-button-disappeared/#post-12035985)
 * [@alysonmac](https://wordpress.org/support/users/alysonmac/) in all fairness 
   though, this plugin isn’t made by the Buddypress developers. It’s a 3rd party
   plugin so the support will differ. As they stated they are working on it. It’s
   also a free plugin so support is likely to be limited.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for Gravity Forms] Last Name in Separate Entry](https://wordpress.org/support/topic/last-name-in-separate-entry/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/last-name-in-separate-entry/#post-11982654)
 * There’s very little support for this plugin unfortunately but have you tried 
   using the previous version of the plugin. This seems to be fixing a few issues.
   The latest version has a few issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Folders - Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager] Folders plugin is breaking the site](https://wordpress.org/support/topic/folders-plugin-is-breaking-the-site/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/folders-plugin-is-breaking-the-site/#post-11981160)
 * I’ve got a similar issue. The site crashes when updating the plugin and then 
   I can’t login to wordpress admin without disabling the plugin in FTP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Salesforce Add-on] Date format issue for birthdate](https://wordpress.org/support/topic/date-format-issue-for-birthdate/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/date-format-issue-for-birthdate/#post-4636042)
 * Hello. Unfortunately I can’t get that code to work in the site. When changing
   the code for British date format it doesn’t send the date to Salesforce. Here
   is the code I’m using. Can you see anything wrong with it? Thanks for your help…
 *     ```
       add_filter('gf_salesforce_format_date', 'modify_gf_salesforce_format_date');
   
       /**
        * The default is US-style,  though Salesforce recommends Y-m-d\'\T\'H:i:s
        * You can use any date formatting as shown here:
        * @link  http://php.net/manual/en/function.date.php
        */
       function modify_gf_salesforce_format_date($previous = '') {
           $date_format = 'd-m-Y\'\T\'H:i:s';
           return $date_format;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nav Menu Roles] Do not work with avada theme](https://wordpress.org/support/topic/do-not-work-with-avada-theme/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/do-not-work-with-avada-theme/#post-4734220)
 * In order to get the plugin working with the AVADA theme you need to disable both
   the themes Mega Menu in the ‘Extra’ Options and Uber Menu. Works perfectly now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nav Menu Roles] Does not work with Avada theme](https://wordpress.org/support/topic/does-not-work-with-avada-theme/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/does-not-work-with-avada-theme/#post-4627738)
 * In order to get the plugin working with the AVADA theme you need to disable both
   the themes Mega Menu in the ‘Extra’ Options and Uber Menu. Works perfectly now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need to hide WooCommerce 'shop' page to non members](https://wordpress.org/support/topic/need-to-hide-woocommerce-shop-page-to-non-members/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-to-hide-woocommerce-shop-page-to-non-members/#post-3142994)
 * I tried this and I got an error further down in the archive-product.php file.
 * What is the exact string that I need to put in here: wp_redirect(some-page-on-
   your-site);
 * I tried these: wp_redirect([http://website.com](http://website.com));
    wp_redirect(“
   [http://website.com](http://website.com))”; wp_redirect(‘[http://website.com&#8217](http://website.com&#8217););
 * None of them worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Group Join] [Plugin: Auto Group Join] Some improvements and fixes to the plugin](https://wordpress.org/support/topic/plugin-auto-group-join-some-improvements-and-fixes-to-the-plugin/)
 *  [calzo](https://wordpress.org/support/users/calzo/)
 * (@calzo)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-auto-group-join-some-improvements-and-fixes-to-the-plugin/#post-1961114)
 * Hi Harry, I tried downloading that version but it doesn’t appear to work with
   the latest wordpress and buddypress mulitsite? I can’t find the admin options?

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