Matt Ryan
Forum Replies Created
-
Hi Krista,
Yes. Add the snippet of php into the functions.php file you will find in the theme folder. Remember that the functions.php file is theme specific, so if you change themes at any point, the snippet will need to be added to the functions.php file in the new theme’s folder.I made this change last week and all has gone well. The sky did not fall on Jan 12.
Take care,
MattIf you are not up to a plugin hack, this filter snippet added to functions.php will do the trick.
/**
*———————————————————————-
* Updating the Web-to-Case and Web-to-Lead Endpoint URL for Gravity Forms -> Salesforce connection
*———————————————————————-
* See: https://help.salesforce.com/articleView?eid=ss-tc&id=Updating-the-Web-to-Case-and-Web-to-Lead-Endpoint-URL&language=en_US&type=1
*
* Websites using the W2C/W2L forms will cease to create new cases
* and/or leads within customers’ Salesforce orgs if the websites are
* not updated with the new endpoint URL by the Summer ‘17 release.
*
*/
function update_gf_salesforce_request_subdomain( $sub, $test ) {
return $test ? $sub : ‘webto’;
}
add_filter( ‘gf_salesforce_request_subdomain’, ‘update_gf_salesforce_request_subdomain’, 10, 2 );Forum: Plugins
In reply to: [Gravity Forms Constant Contact] PHP 7 SupportHi,
I’d like to add my inquiry on this too. My client’s site running on WP Engine and we’re about to move to a PHP 7 server. What are the plans for making the plugin PHP 7 compatible?
TIA.
Forum: Fixing WordPress
In reply to: Download failed. Problem with the SSL CA cert (path? access rights?)Hey All,
I, too, have been experiencing the error noted in the subject line for quite some time. I was trying to get iThemes Sync activated and talking on a client website without success. The afore-mentioned error message kept coming up.
HostGator support has been unresponsive on the issue. Finally bit the bullet and installed the Pronamic plugin workaround and voila, success.
Error gone and now I can get the site to talk to iThemes Sync.
Happy camper.
Thanks, planetude, for the link.
Forum: Plugins
In reply to: [Simple Social Icons] Icons not displaying properlyYo Nick.
You ‘da man.
I did do customization to add one new icon on each of those sites for different specialty social networks the customer participates in.
Thanks for figuring that out.
All the best to you,
Matt