spiekutowski
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Rest API ProblemsRest Apis Settings here:
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Digests no longer sentHi Guys,
Any update on this?
I am using Sendinblue and nothing happens either. Is this working?
Forum: Plugins
In reply to: [BP Group Documents] There are no documents uploaded for this group.Hi Lenasterg,
I sorted it by allowing more than 0 documents to be displayed on the page ??
Silly me.
Thanks for reply!
Literally 2 minutes before you wrote this I found it on the website.
Thanks.
Forum: Plugins
In reply to: [Moosend Subscription Forms for Wordpress] Change Field OrderHi @jakobbader,
That is great please do not feel like I am criticising something or your actions – this was merely a thought expression of what I have experienced in few days of using Moosend. I use free version of the service hence I presume that there will be things that are not as I wished there would be
but
I agree if you pay for something the service should be top notch and that includes all of the plugins and systems offered. They should have Devs on site who would attend to these things – especially something relatively easy like this.
Nevertheless I have found Moosend very useful as they have features that other marketing systems don’t or you have to “glue” few services together.
I am still testing it so I will see what else comes up as I have seen one more
hiccup but I am yet to test it which settings have cause it.Out of curiosity – are you able to share what you are doing ? This is simple out of interest.
Forum: Plugins
In reply to: [Moosend Subscription Forms for Wordpress] Change Field OrderWell all of the integrations are more of an extra for these services. A lot of people rely on direct integrations and often plugins are forgotten.
I have never seen Moosend until my friend has recommended me this as it is free and does what the paid stuff does and I am using it for one of the stores.
This is also a good plugin as it does not delay page loading speed where as for example Omnisend and others have done so.
You are using free plugin and free service so this is what is expected.
At least you got it sorted ??
Forum: Plugins
In reply to: [Moosend Subscription Forms for Wordpress] Change Field OrderHi jakobbader,
You need to edit php file to do that.
Go to: wp-content/plugins/moosend/src/admin/partials/fields
Open file: form-template.php
Locate: <div id=”custom-fields”> – it is on line 155 in my file
Cut everything from that <div id=”custom-fields”> (including <div id=”custom-fields”>) all the way down to last </div> on line 253 (in my file – just before <div class=”ms-form-submit-container”>) and then paste it to the line 126 or 127 just after: <h3 style='<?php echo $title_style ?>’><?php echo $form->title ?></h3>
This will alter the way fields are displayed – the custom fields will go first and then email at the bottom.