aacook
Forum Replies Created
-
Forum: Plugins
In reply to: [HubSpot for WordPress] Horizontal LinesCould you send a message to us directly? This will allow us to support your specific issue. You can get help by logging into your HubSpot account, then clicking on “Getting Started” in the upper right.
Forum: Plugins
In reply to: [HubSpot for WordPress] Spam comments emails addedJust to confirm: you are seeing contacts in HubSpot that were marked as spam by Akismet?
Forum: Plugins
In reply to: [HubSpot for WordPress] Customize Hubspot Analytics CodeHey Sebastien,
HubSpot and Wistia integrate together. There’s no special configuration you need to do in the WordPress plugin.
Here’s a post describing how to set everything up:
https://knowledge.hubspot.com/how-to-integrate-hubspot-and-wistiaAlex
Forum: Plugins
In reply to: [HubSpot for WordPress] Does the plugin need root access to workThe plugin does not require root access. As long as you have the ability to add plugins, you should be all set.
We pushed an update earlier this week to address this issue. Is it working for you now? Do you want custom post types to categorize as standard pages or blog posts? Sounds like they should be categorized as standard-page.
This is the current code snippit:
if ( is_single () ) { echo '_hsq.push(["setContentType", "blog-post"]);' . "\n"; } else if ( is_archive () || is_search() ) { echo '_hsq.push(["setContentType", "listing-page"]);' . "\n"; } else { echo '_hsq.push(["setContentType", "standard-page"]);' . "\n"; }
I’m pretty sure this should dump custom post types into the last else statement and properly categorize them for you.
Do you mind testing?
Thanks!
Forum: Plugins
In reply to: [HubSpot for WordPress] CTA for only one, not randomGreat question. Right now the CTAs in the WordPress plugin are completely separate from HubSpot CTAs.
For right now, you’ll unfortunately need to copy and paste the embed code. Stay tuned, we’re working on it!
Forum: Plugins
In reply to: [HubSpot for WordPress] Change Follow Me to Follow Us or Follow CompanyWe will soon be updating this part of the plugin and apologies for the issues you’re facing.
Are you talking about Twitter? If so, I would check out this built in plugin for WordPress:
https://en.support.wordpress.com/twitter/twitter-follow-button/Let me know if that’s helpful.
Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to APIThis could be related to ad blockers blocking the domain for HubSpot analytics. As of the latest version, we’ve pointed the analytics to another domain. Could you update and test?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] WordPress HTTPS: This webpage has a redirect loopHi Mike, I also emailed you a login you can use for debugging.
Thanks!
Looks like multi-file support has been added in the most recent beta:
https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/Going to test it now