Jon Bishop
Forum Replies Created
-
Thanks this is what I needed. I’ll come up with a new version/name so the udpate wont conflict and I’ll try something new to make the CTAs displays in that box.
Great. I re-wrote the bit that displays the call to actions within the shortcode popup. I put it up on GitHub for the time being. Going to try and keep that as closely synced with the official version so I can keep some of the functionality my clients rely on that are missing from the latest official version. https://github.com/jonbish/hubspot/
Hi Terence. I’m still not able to recreate the problem on my end. It may be another plugin or theme manipulating the WordPress query which is affecting the results in that box.
In the meantime you can insert the shortcodes manually using the following syntax
[hs_action id="1, 2, 3, .."]All you need to do is provide the id attribute of the shortcode with a list of the CTA ids you want to randomly display. Hopefully this helps while I try work out how to make sure nothing else affects the query in that popup window.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Bufferapp, no link? Pinterest, no pic?There was a problem with the 2.1 upgrade. 2.1.1 has some fixes that should resolve these problems so ake sure you are using the latest version. Meanwhile I’ll check things on my end.
I’m not sure anyone from HubSpot is monitoring these threads. I used to work on the plugin but do not have commit access anymore. I’ll take a look on my end to see if I can reproduce it but ultimately I can only tell you how to fix it and can’t update the plugin itself.
Would have chimed in earlier but was hoping someone else would step up. Last support request was 5 months ago and there hasn’t been much activity since so I’m not sure they know to check up on this.
Forum: Plugins
In reply to: [WP About Author] Add rel="author" to WP About Author plugin?Yes I will be doing this soon. Making the rounds with all of my plugins and need to be sure I test each one before I push. WP About Author is next on my list and this is one of the new features I want to work in.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Buffer ButtonThis is the first of heard of this bug. How were you going about removing the button? Were you able to get this resolved?
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Can't Remove PluginThis doesn’t sound like a problem with the plugin and more of a conflict with another plugin. Were you able to get this resolved?
Try removing the plugin from the plugins folder using FTP
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Twitter button does not workCan you provide a link to your site so I can check out the source? Was this working in a previous version of Socialize?
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Show new buttons on old posts?Unfortunately this is still not possible. I’ve been going back through my old posts and adding the new button where I think it might actually get some use.
I’m trying to find an efficient means of accomplishing this. I’ll try and get this up with the next release to help using the new buttons a lot easier.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Pinterest supportFinally pushed the latest version live!
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] not showing inline also removes alert boxThis is a bug/poor wording on my part. I’ll try and fix this for the next release.
In “Socialize Settings -> Inline Button Display Settings” you need to show/hide the post types you want to use Socialize on in general and not just inline. So to have an alert box with new inline buttons on posts you would need to make sure posts was checked for both inline and action buttons. Then, in the default button settings or the posts themselves, you just uncheck all inline buttons. This will hide the inline buttons and still display the alert box.
I forgot to change the wording when I changed the functionality which cause the confusion. Sorry about that.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Facebook Like button is truncatedGreat!
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Pinterest supportSorry this has taken so long. Stuff came up and it got delayed.
This is where I’m at with the plugin now: https://github.com/jonbish/socialize
Hoping to have a stable version ready soon.
Still trying to resolve this issue for you guys. It seems like it’s a problem with a theme/plugin not using wp_footer correctly or wp_register_script/wp_enqueue_script. I’m going to try adding some tests for these functions to help my plugin degrade better.