Jake Bresnehan
Forum Replies Created
-
Thank for pointing this out Howard.
I haven’t had time to test this and work on fixing it. I’ll add it to my backlog.
FYI – if you happen to be a developer the plugin is open-sourced so feel free to submit a pull request – https://github.com/web-design-weekly/campaign-monitor-dashboard
Thank again for raising this issue.
Cheers,
JakeForum: Plugins
In reply to: [Campaign Monitor Dashboard] Slow, doesn't seem to work. Throws errors.No worries Kyle!
Thanks for that info. I have put aside some time in the coming week to look that issue.
Cheers,
JakeForum: Plugins
In reply to: [Campaign Monitor Dashboard] Slow, doesn't seem to work. Throws errors.Hey yaykyle,
Thanks for submitting this.
Is there any chance you can post a little bit more information so I can help debug this issue.
Which plugins do you have installed?
Also can you please make sure your Campaign Monitor API credentials are correct.
Cheers,
JakeForum: Plugins
In reply to: [Campaign Monitor Dashboard] Add more than one listHey Howardpw,
I couldn’t agree more. It has been on my to-do list for sometime now but haven’t been able to find time yet.
Are you a developer? If so, the plugin is on GitHub – Campaign Monitor Dashboard are a pull request is welcome.
When I have added this functionality I’ll be sure to get in contact.
Thanks again for you feedback.
Cheers,
JakeForum: Reviews
In reply to: [Campaign Monitor Dashboard] Error on activating plugin.Thanks Servemark!
I’ll dig into it and I’ll keep you posted.
Forum: Reviews
In reply to: [Campaign Monitor Dashboard] Error on activating plugin.Hi Servemark,
Thanks for reaching out and I’m sorry you had issues. I have tried to replicate your issue but with no luck yet….
Is this still proving to an issue and does it still happen in 3.9.2?
Keen to hear more and try and fix the issue.
Please don’t hesitate to email me with any questions.
Regards,
JakeForum: Plugins
In reply to: [Campaign Monitor Dashboard] curl error:Hey manojsinghchahal,
Cool that you are extending the plugin. Unfortunately I am not 100% sure why this issue is happening as you have modified the code and it’s hard for me to debug without having your changes.
Have you got this code visible somewhere? GitHub?
If you happen to fix the issue, feel free to submit a pull request to the original plugin which is hosted on GitHub.
Forum: Plugins
In reply to: [Responsive Post Preview] Preview without savingHi Christian,
Good idea. The plugin is on GitHub. So feel free to submit a pull request.
I’ll add it to my to-do list, but I’m not 100% sure when I’ll get to it.
Cheers,
JakeForum: Plugins
In reply to: [Campaign Monitor Dashboard] Fatal Error when activatingHi Dzaitman,
It sounds like a plugin conflict. Possibly with the Form Marker plugin?
Can you deactivate the plugin? If not, do you have FTP access to your site? If you have FTP access, navigate to the plugin directory (WordPress -> wp-content -> plugins) and remove either plugin.
I hope that helps.
Cheers,
JakeForum: Plugins
In reply to: Conflicting API's in PluginIt sure does.
Cheers!
Forum: Plugins
In reply to: Conflicting API's in PluginCheers Pippin.
That is exactly the problem. Rookie mistake.
Also I am not sure if there is a way around this, but if you have two plugins using the same wrapper but one is older, is there any way of using the newer wrapper?
e.g.
Plugin 1 – Ajax CM uses version 1.0.3 of the wrapper
Plugin 2 – CM Dashboard uses version 3.1.0 of the wrapperPlugin 1 seems to be getting loaded first because of the name (alphabetical ordered) and uses version 1.0.3 of the wrapper and plugin 2 doesn’t load the wrapper because it’s already loaded but uses version 3.1.0 of the wrapper.
Cheers,
Jake