calzo
Forum Replies Created
-
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] is this plugin dead? Latest version doesn’t work@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
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Post button disappeared@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
In reply to: [HubSpot for Gravity Forms] Last Name in Separate EntryThere’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.
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
In reply to: [Gravity Forms Salesforce Add-on] Date format issue for birthdateHello. 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 https://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
In reply to: [Nav Menu Roles] Do not work with avada themeIn 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
In reply to: [Nav Menu Roles] Does not work with Avada themeIn 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
In reply to: Need to hide WooCommerce 'shop' page to non membersI 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(https://website.com);
wp_redirect(“https://website.com)”;
wp_redirect(‘https://website.com’);None of them worked.
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?