lucasbhealy
Forum Replies Created
-
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] Custom FieldsI’m curious if this is an issue because your using a language other than english. I’ll have to look into the issue.
I’ve created a possible issue in GitHub: https://github.com/quesihealy/cf7-pipedrive/issues/9.
I’ll get around to it as soon as I have a moment, but it will likely have to wait until after Christmas.
Thank you for reporting your issue to me. I hope to have it fixed asap.
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] Custom FieldsThat should work. Is Cidade assigned as a custom field for Person in your Pipedrive settings?
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] I have 1 or more pipelinesHello,
Recently Pipedrive stopped accepting individual pipelines from the API. Instead, use the “Deal Stage,” option that is available under the options and select the stage of the Pipeline you want. The deal will be assigned to the stage you select, and automatically the Pipeline that stage is in.
Does that make sense?
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] Custom FieldsReviewing the default person fields I do not see a city field. So I assume you’ve added the field, “city,” for persons in your Pipedrive Custom Fields settings.
If you go to the frequently asked questions section of this page: https://www.everythinghealy.com/contact-form-7-pipedrive-integration-wordpress-plugin/. You’ll see I mention how to add fields via the WordPress filter system.
So your code would look like this:
add_filter('cf7_pipedrive_person_fields', 'update_fields'); function update_fields($fields) { $fields['your-custom-field-api-key'] = array( 'api_key' => 'your-custom-field-api-key', 'display_name' => 'Custom Field Display Name'); return $fields; }
Except replace your-custom-field-api-key with the field api-key and replace “custom field display name” with, “city.”
This can go in your theme’s functions.php file.
Forum: Reviews
In reply to: [CF7 Pipedrive Integration] SimpleHello,
We’ve released an update that allows you to send more information, including custom fields, and send each form to individual managers. Give it a shot and let me know what you think.
Thanks,
Lucas- This reply was modified 6 years, 11 months ago by lucasbhealy.
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] Custom FieldsA follow up: I’ve released a new version that includes more person, organization, and deal fields and allows for the use of custom fields using the WordPress Filter system.
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] Custom FieldsWorking on an update now that will make them available. Keep your eyes peeled.
Forum: Plugins
In reply to: [CF7 Pipedrive Integration] No Fields selectableHello,
Are you using the latest version of Contact Form 7?
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Query PostsI’d be interested in an answer as well. Thanks for the great plugin!
Forum: Reviews
In reply to: [ReOrder Posts within Categories] Language bugThank you so much!
Forum: Your WordPress
In reply to: www.djblackpanther.com Check it!hey man, great start. I’d suggest doing something about the red text on the picture in the header. I’m on a netbook, so maybe it’s my resolution, but it is not pleasant on the eye and is the first thing I see. Good luck!
Forum: Themes and Templates
In reply to: Full Width Footer twentyeleven childThank you so much!
Forum: Fixing WordPress
In reply to: Remove Sidebar on HomepageJonas,
I really appreciate your time. You’ve been an excellent help.
Forum: Fixing WordPress
In reply to: Remove Sidebar on HomepageThank you Jonas.
Using your help I’ve got the custom template front-page.php for my static homepage. Now I want call a different CSS for the front-page.php so I can reformat the column width, etc.
So far I’ve put this:
<?php if( is_front_page() || is_home() || is_404() ) { ?> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/front-page.css" /> <?php } ?>
In the head of my header.php. I’ve also just put a few lines of code in front-page.css to see if front_page.php is calling CSS from it. It doesn’t appear to be happening. Any ideas?
Thank you guys so much.
Forum: Your WordPress
In reply to: My WordPress, What can be done?It is the slide that comes with the theme Arras. Thanks!