Soprano
Forum Replies Created
-
Thank you Andrii!
Thanks for the detailed reply Andrii, it seems like HivePress has everything I need.
A couple of follow up questions:
- Do you have a guide that explains how to customize the permalink settings to use domain.com/username/ for the listings? And would there be any complications or issues removing URL prefixes this way?
- The booking addon looks great, but from the Demo video and description page it appears that it only allows bookings for rentals (i.e: whole days.) Is it possible to allow bookings by the hours based on timezones, similar to how WP Booking Calendar plugin does it?
Thank you!
Hey Elliot,
Thanks for the response. It’s good to hear you might add support for it in the future.
I’ve seen my sales dip quite a bit, but I don’t know if that’s just a week on week low cycle.
As some sales are coming through, I assume it’s safe to use your plugin with cartflows even if it doesn’t support it. But what should I be looking out for to identify any conflicts between your plugin and cartflows?
Thank you
Forum: Fixing WordPress
In reply to: Fatal Error caused by Localized jQuery datepickerThanks for the suggestions @threadi. I’m trying to wait for the issue the occur again but the problem is there is no ‘message’ that appear consistently, it only happens every few days and the only way I really know it happens is because my host sends me an email saying there was an error on my site.
So I have no way of recreating the error in order to enable/disable plugins one by one to figure out what’s conflicting. Is there any other way around this?
Thank you
Forum: Plugins
In reply to: [WooCommerce] Adding a downloadable pdf manually to a past orderThank you @shameemreza, the Order Attachments plugin would be exactly what I need. I’ll give that a go. Cheers!
Thank you for taking in the feedback. I’ve tried using this code to dequeu the scripts but it doesn’t seem to do the job:
add_action('wp_print_scripts', 'conditional_remove_backorder_js'); function conditional_remove_give_js() { if ( !is_product( array( 3181, 999 ) ) ) { wp_dequeue_script( 'cwginstock_js-js' ); wp_dequeue_script( 'sweetalert2-js' ); wp_dequeue_script( 'cwginstock_popup-js' ); } } add_action('wp_print_styles', 'conditional_remove_backorder_css'); function conditional_remove_give_css() { if ( !is_product( array( 3181, 999 ) ) ) { wp_dequeue_style( 'cwginstock_frontend_css-css' ); wp_dequeue_style( 'cwginstock_bootstrap-css' ); } }
I’m happy to pay for an addon if you release it as such, but I was hoping to find a solution to this soon. Any estimates to when this may be released as a feature?
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] error with new updateI got a response from their support instructing me to update to: Social Warfare Pro Version 4.4.5.1 which seems to have patched the issue. The update has worked on for me.
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] error with new updateCan confirm for me also. It’s also affecting the front end now where the content in inaccessible so I’ve had to disable both plugins.
I’ve already opened a ticket for the Pro support, but I had a similar Critical error last January, which also resulted in downtime.
I’m having the same issue. It might be related to this recently reported bug: https://github.com/woocommerce/woocommerce/issues/39338 and a few other tickets I’ve seen on these WordPress forums.
I hope they release an update soon; The 7.9.0 version update has made all my variable subscription products unpurchasable. The Attributes still appear, but the ‘Used for Variations’ box has become unticked, and the Variations tab now shows the message: “Add some attributes in the Attributes tab to generate variations. Make sure to check the Used for variations box. Learn more” (even though there is two Attributes.)
I used it alongside Woo Subscriptions and Woo Memberships.Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsThat’s interesting, cause when I checked Analytics I still have no event data relating to mc4wp_signup: https://paste.pics/e956e3bde26ea603f69cfd1fcc2ffae7
And when I try use the ‘Analytics Debugger’ extension and check the GA4 tab it just shows the message: “GA4 Detected. Waiting for hits …”
You mentioned clearing Rocket’s cache in the previous response, maybe it’s that. I’ll clear that cache as well as Kinsta’s server level cache and see if that solves the issue.Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsSure thing, I’ve applied that edited code to the Homepage “Join the Pack” form.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsThe hompage https://shorturl.at/oCJOT has that “Join the Pack” CTA form above the fold which uses the MC4WP forms.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsYep, that’s the section I was looking at: https://paste.pics/85308b90c0d9c7c7097e702b27d2fa54
After clicking the mc4wp_signup event name I only get the reports saying there’s 0 events: https://paste.pics/19cad8e099061c8fe1a261f8aae748d2
I’ve implemented my Google Analytics via MonsterInsights Pro if that makes any different in terms of compatibility.
Here’s a link to my site: https://shorturl.at/oCJOT
- This reply was modified 1 year, 5 months ago by Soprano. Reason: adding link to my site
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsThanks @lapzor .
I updated all my forms to use the code snippet you provided a few days ago and went to check today to see if it’s been logging event hits.
In the Event’s list, I don’t see any mc4wp_action/form_name/form_id events. I only see two listed.
The ‘mc4wp_signup’: https://paste.pics/317b247161b55635f2af3645fd175d9b which says it has 444 Event Count but when I click it, it shows 0.And the ‘conversion_with_mc4wp___mc4wp___category’ which I think may be residue from the old code snippet I was using. Here’s the window of Events when I search for ‘mc4wp’ so you can see the action/form etc parameters aren’t appearing: https://paste.pics/235fbd06c8656a9aca84d60339640f87
When I look at the source code of my forms, it seems to be appearing as it should with the new code snippet: https://paste.pics/af0f6b6f66f9c7190b47ebbfd7b22cf7
Am I looking in the wrong place of GA4 Analytics? Do I need to be doing something else to get the parameters to pass trough? Like register the Event parameters for the mc4wp as custom dimensions that I can then tag as Conversions?Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Support for GA4 New Conversion EventsThanks @lapzor .
The snippet you shared is exactly like the snippet I’m using on all my forms:<script type="text/javascript"> mc4wp.forms.on('subscribed', function(form) { // gtag.js gtag('event', 'Sign-up', {'event_category': 'MC4WP', 'event_label': 'Name: ' + form.name + ' ID: ' + form.id}); }); </script>
And GA4 seems to be detecting the ‘Sign-up’ event: https://paste.pics/3c8ef0423913ea7c9b7d4285360d109c . But for some reason, it’s passing on the name of the forms to the Advanced Ads registered definition widget: https://paste.pics/03c8dbd00f9e9704c47553445de77c5f
As for the creation of a custom dimension to use for conversions, whenever I try to create the custom dimension GA4 doesn’t detect the event ‘Sign-up’ (see this: https://paste.pics/d4f1aea2492fe6b0d64ccd5df9a3dd32) even though as you can see from the previous screenshot, it is detecting the event hits.
Any thoughts?