Forum Replies Created

Viewing 15 replies - 106 through 120 (of 334 total)
  • Hi David –

    Thanks for the positive words and encouragement 🙂

    Leadin should start tracking your visitors as soon as you activate the plugin inside your WordPress dashboard. The 30 day window that I think you’re referencing is only on the stats dashboard, which shows your contacts from the last 30 days. Even if a contact was created over 30 days ago, Leadin will still track that contact indefinitely. We created a help document explaining in more detail how Leadin tracks visitors if you’d like to learn more.

    As for your WordPress.com dashboard showing new users that Leadin didn’t catch, that could be due to a number of things. Leadin should work with most WordPress form plugins and custom built HTML forms. The only exceptions are forms that are not enclosed in a HTML <form> tag or if the form is loaded through an iFrame. If the form submits through Javascript we can’t detect that it’s a form, or if it’s an iFrame we can’t detect the submission because of cross site security reasons. So it could be that one of your forms that hooks into WordPress.com isn’t being tracked for the two reasons I mentioned above.

    That’s strange that the Leadin popup doesn’t work after you toggled it off then on. Off the top of my head, that could be caused by one of two reasons:

    1. Does your theme call the wp_footer method anywhere? It sounds like it does if the popup was working initially which leads me to believe the popup isn’t showing for reason #2, but if you removed the call to that method since turning off the Leadin popup it would prevent our scripts from being included. Usually you’ll see a call in your main theme to get_footer, which includes the footer.php file. Inside of footer.php is where wp_footer() is usually called. Leadin’s javascript files are loaded in the WordPress footer and if wp_footer is never called in your theme, the Leadin scripts fail to loaded properly.

    2. Can you trying clearing all your caches cache and then load the page to see if it works on a fresh page build?

    I hope I answered all your questions and please let me know if I missed anything. Always happy to help our users better understand how Leadin works from a technical perspective and get the kinks straightened out.

    Cheers!

    Hi there –

    Right now we only offer the ability to toggle the Leadin popup for specific types of objects in the WordPress loop – specifically the homepage, archives, posts and pages. As you can see we don’t have the ability to include on all pages, except this specific URL. It’s an interesting idea though and I’ll bring it to my team. We’re actually planning to start really focusing on improving our popup’s capabilities so now is the perfect time for feedback like this. Do you have any other ideas or needs on what we can do to make the popup function more efficiently for you?

    I wrote this idea down on our backlog of features to discuss with the team, so I’m going to mark this ticket as resolved and will circle back here as we talk about it more.

    Thanks!

    Hi Jeff –

    Thanks for the kind words about Leadin 🙂

    Do you mind posting the URL for the site that doesn’t seem to working here or email it directly to support@leadin.com?

    Off the top of my head without seeing the actual source code for the site, this could be caused by a few different issues:

    Is the form housed in an iFrame or is the form submitted with a jQuery submit event? Leadin should work with most WordPress form plugins and custom built HTML forms. The only exceptions are forms that are not enclosed in a HTML <form> tag, if the form is loaded through an iFrame or if there is already a jQuery submit event attached to the form that overrides our own parsing logic. If the form submits through Javascript we can’t detect that it’s a form, or if it’s an iFrame we can’t detect the submission because of cross site security reasons.

    The other issue off the top of my head is that the Leadin scripts might not be included in your page source. Can you please inspect the HTML source code for your page and make sure the leadin-tracking.min.js file is included? If it’s not, it might be one of two reasons:

    1. Does your theme call the wp_footer method anywhere? Usually you’ll see a call in your main theme to get_footer, which includes the footer.php file. Inside of footer.php is where wp_footer() is usually called. Leadin’s javascript files are loaded in the WordPress footer and if wp_footer is never called in your theme, the Leadin scripts fail to loaded properly.

    2. Can you trying clearing all your caches cache and then load the page to see if it works on a fresh page build?

    Let me know what you find and we’ll go from there.

    Right now the plugin doesn’t have the ability to skip sending emails for specific forms. It’s a good idea though and I added it to our backlog of features to discuss with the team.

    What you could do as a temporary hack is create a tagged list for the form (.cjfm-form), and then setup a filter on the form in your email searching the subject line for something like ‘Form submission tagged as “Your Tag name”‘. Hope that helps and let me know if you have any questions.

    Sorry for the issue. It sounds like there is a database error with your Leadin tables. This usually happens if one of the Leadin tables crashes or a funky character breaks on of the MySQL queries for the contact list.

    Do you mind creating an administrative login for andy@leadin.com? I’m happy to take a look to get to the bottom of this for you. Thanks in advance.

    Hi there –

    Sorry for the issue. This is caused by Leadin Pro trying to install itself when the WordPress.org repository of Leadin already exists. The solution is to first delete the existing Leadin plugin then try reinstalling Leadin Pro. Don’t worry – none of your data will be deleting and Leadin Pro should just seamlessly update itself.

    Alternatively, you can update to Leadin Pro by extracting the contents of the ZIP file, and then manually uploaded the new “leadin” folder to your /wp-content/plugins directory, overwriting the existing “leadin” directory in there.

    If you want some more information on how to upgrade, we put together this support document outlining both ways to upgrade.

    Please let me know if you have anymore questions and I’ll happily help you out. Cheers!

    I’m so sorry Leadin crashed your site and took down your front-end as well as your WordPress Dashboard. Our team has tried really hard to build a stable, reliable plugin that can run on any permutation of WordPress, PHP, and MySQL while avoiding conflicts with the tens of thousands of plugins that exist, but the reality of the situation is that it’s impossible for us to predict every issue before it happens. I can assure you though that we take situations like this very seriously and will be looking into why Leadin caused your server to crash.

    Usually this is the result of a PHP error, like when two plugins have the same function name or are using the same third-party library. We try very hard to follow all the best practices of WordPress development, including writing object oriented code, appending all our shared functions with a “leadin_” prefix, and “namespacing” all our third-party libraries with “LI_” to avoid conflicts with other plugins. I’ll be the first to admit we are not 100% perfect, as evidence in this situation we’re we let you down. I want to say I’m sorry, and we’re working towards improving the stability of the plugin. The first steps we took is admitting our tiny, two-person team isn’t equipped right now to build a plugin of Leadin’s power – while doing it all for free – so we’re brought on three more “real” engineers recently who will be working to make the backend of Leadin more reliable by moving off some of the more advanced functionality off your local WordPress server and onto the cloud. This should really cut down on conflicts with other plugins, MySQL query timeouts, or any of the other hundreds of issues we encounter by building on the WordPress stack.

    I can assure you we’re working as hard as we can to build the most reliable and powerful inbound marketing tool for WordPress while keeping it free. We messed up in this situation, and I’m sorry. Thank you for your patience and support while we work to make the plugin better for all the WordPress users our there. I hope you understand what happened and I hope we can regain your trust soon. Please do let me know if I can make the situation right or if you have any suggestions for how we can improve – my personal email address is andy@leadin.com.

    Unfortunately we don’t have an API or hook that you can hit right now to make this happen easily. You could modify the code of the plugin to make it happen., but that would mean that every time you update you’d be likely to overwrite your custom code.

    Sorry I don’t have a better solution for you. The best I can do for your directly right now is let you know that we are actively thinking about how to make this a part of the actual plugin.

    Hi Richard –

    Right now Leadin doesn’t have the ability to create a tagged list based off a specific value in an form. It’s a good idea though, so I’ll mark it down as something to take to my team soon. I’ll circle back here as we make progress and let you know what shakes out.

    Cheers!

    Hmm – that’s weird. From the sounds it it there might be a MySQL error in one of the queries. This happens from time and time and it’s really hard for us to anticipate because every person is running different combinations of various PHP + MySQL versions.

    Would you able to create me an administrative login to your WordPress dashboard so I can take a look?

    Sorry for the issue. Do you mind sending andy@leadin.com a link to your form so I can take a look?

    Also, what other plugins are you using in conjunction with Contact Form 7? To my knowledge, Contact Form 7 usually just shoots off an email with the contact information so it sounds like you have a separate plugin other than Contact Form 7 which is storing the contacts in the database.

    Hi David –

    I think I answered your question in more detail via a private email thread already, but I’ll repost an abridged answer here so other people can see the response publicly.

    Right now we don’t have an email connector for MailPoet, but that doesn’t mean we won’t ever build it though. The way our team works is that we ravenously listen to our user’s feedback, and when a feature request is asked for enough and it makes sense in the grand product vision, we usually bake it into the plugin.

    Let’s consider this an open feature request forum for a MailPoet integration with Leadin. If we get enough people to post that they want a MailPoet integration here, we’ll most likely build a connector into the plugin.

    Cheers!

    For everyone reading this thread, we tested this site in a few different browsers and the forms seem to be working now. The most likely culprit was local caching which may have excluded the Leadin Javascript files originally.

    I think this should be fixed in the most recent update for Leadin and Leadin Pro. Do you mind upgrading to the latest version and letting me know if the issue is fixed? Thanks.

    I’m going to mark this ticket as resolved since the CSS code above should help you over ride the styles. Thanks for posting here so that future readers can find this answer.

Viewing 15 replies - 106 through 120 (of 334 total)