Hutchhouse
Forum Replies Created
-
Forum: Plugins
In reply to: [Marketo Forms and Tracking] Remove pre-built cssHi alexmattorr,
Sorry for the delay, we’ve not been receiving notifications to our repo inbox.
The plugin loads the css using wp_enqueue_style so simply us the following to unenque the style from the build:
wp_dequeue_style('marketo-forms-popout');
You’ll then have an unstyled plugin/popout!
John from Hutchhouse
Forum: Plugins
In reply to: [Marketo Forms and Tracking] load forms only on pages needed?Hi efishinsea. We’ve not been receiving notifications from the plugin repo, so apologies for the delay.
We are looking at form actions in the next version, so thanks for the vote on that one. In terms of only loading the scripts etc on specific pages, we’ll discuss this as a potential feature for future versions, thank you for the feedback.
John from Hutchhouse
Hi protojimmy. Sorry for the delay, it looks like we had a problem receiving notifications from the plugin repo.
This sounds like a bug or potentially a limitation with the Marketo Forms 2.0 API that we’ll look to pick up in the next version if possible.
John from Hutchhouse
Hi mikeg112. Sorry for the delay, it looks like emails and notifications from the plugin repo have been going to our junk inbox.
There’s currently no way of doing this in the plugin but we are considering the scope for the next version so this is something that we’d be happy to consider in the conversation. I don’t have timescales as yet, but as soon as I have some idea I’ll try get back to you on this support forum.
John from Hutchhouse
Forum: Plugins
In reply to: [Marketo Forms and Tracking] CSS for non popouts?Sorry for the delay there seanscs. Emails from the plugin repo seem to be hitting our junk folder.
The forms are left in a vanilla state so they should adopt the styles from your theme (depending on how much styling coverage your theme has).
If not then you can simply write some styling for the forms into your theme or try to use the styling from Marketo.
John
Forum: Plugins
In reply to: [Marketo Forms and Tracking] Styling optionsHi DaK888,
An updated version of the plugin is currently being scoped out, which looks at enhancements. I’ll add your positioning/layout suggestions to the conversation.
In the meantime I suggest looking to override the popout’s styling via the CSS in your theme. The responsive issues look like they could be specific to your theme, so this would be the way of overcome them in any event.
John
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] WordPress Muilti site not workingHi Soft79 and Jeasy,
Sorry, got completely wrapped up with other projects.
The line you you need to edit is line 22 in
Changing it to this fixed it for us:
if ( in_array( 'woocommerce/woocommerce.php', array_keys(get_site_option( 'active_sitewide_plugins' ) )) ) {
Of course to make it happy to deal with both sitewide and single site activated plugins it’ll need to handle both methods.
I hope that helps guys.
John
Hi There,
Did you find what you needed?
Marketo’s UI update has left a few things up in the air. If not I’ll see what I can do to resolve things for you.
John
Forum: Plugins
In reply to: [Marketo Forms and Tracking] Considered adding Nonce?I’ll resolve this if OK.
John
Forum: Plugins
In reply to: [Marketo Forms and Tracking] Forms not showingHi Rich,
Sorry your thread notification hit spam…
It looks like everything should be set up correctly, I’d double check the form id, which you get from the form builder in Marketo.
Thanks for the spot regarding the escaping, we’ll check it out for the next release.
John
HutchhouseForum: Plugins
In reply to: [Marketo Forms and Tracking] Considered adding Nonce?Sure – we’ll look at this in a future release.
Thanks for the suggestion.
John
HutchhouseForum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] WordPress Muilti site not workingHey Soft79,
We have fixed the plugin. It was simple enough in the end. You just need to use active_sitewide_plugins to check for woocommerce and init your plugin. Do you want me to send you the updated multisite friendly plugin code so you can adapt it to work for both multisite and single installs?
John
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] WordPress Muilti site not workingWe have just tried replacing get_option references with get_site_option and update_option with update_site_option and then deactivating and reactivating the plugin but to no avail.
We’l continue to look into this but any help would be much appreciated. This seemed to be an obvious place to start given that the plugin uses get_option which wouldn’t support multisite.
John.
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] WordPress Muilti site not workingHI Soft79,
Thanks for your previous support regards subscriptions but we have now just hit this issue. A live site has just been upgraded to a WP network and this plugin has stopped functioning after a few customers informed us.
Are you able to help provide a patch?
The plugin activates without an issue, but we just don’t get the ability to toggle the automatic coupon /on/off in usage restrictions.
We will have a look at the plugin but thought you might be able to offer a quick fix.
Hutchhouse (John)
Forum: Plugins
In reply to: [Marketo Forms and Tracking] How to define the Thank you page (Submit Page)Hi Driver5453,
This is usually handled in Marketo – so the form itself has options for what to do once the form has been completed. We are planning more control from the plugin in a future release so that you can do all sorts of things such as display content, redirect to a page etc, but for now go with the Marketo form settings on this side of things.
I hope that helps clear this up. I look forward to hearing from you.
Hutchhouse