Xaver
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailster WordPress Newsletter Plugin] First capital letter – mass changeWe’ll explain this here: https://kb.mailster.co/adding-custom-code-to-your-website/
Please keep in mind that we cannot give proper support here so please submit a ticket!
Thanks!
Forum: Plugins
In reply to: [Mailster WordPress Newsletter Plugin] First capital letter – mass changeHi Partyk,
The fasted way is to use the filter for replaced content. So if you have an uppercase username with{firstname}
you can runadd_filter( 'mailster_replace_firstname', function( $replace, $post, $extra ) {
return ucwords($replace);
}, 10, 3);
This will only change the output of the
{firstname}
tag and not change the actual value of the subscriber.Thanks @mayuripatel!
I was searching for a way to do this for block themes, not classic themes. This should also be reflected on the backend as well.Thank you anyway!
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Recent Update Beaks Shop!Hi all!
We’ve identified the issue and shipped an update (2.3.7) so please check your WordPress Dashboard for an update.
Sorry for the inconvenience!
- This reply was modified 2 years, 8 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] 404 after updating ver. 2.3.6Hi all!
We’ve identified the issue and shipped an update (2.3.7) so please check your WordPress Dashboard for an update.
Sorry for the inconvenience!
cc @brbdev @hitec4ever @rcnascimento @machineitsvcs @danielbmxd @dchristof @fernandot @se7en76 @phalancs
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] 404 after updating ver. 2.3.6Hey @piotrszczesniak!
A rollback should fix this. Can you please contact us here so we can check your site.
Redirections are often cached by the browser so make sure you either clear the cache, use an incognito mode or a different browser.
We’re looking forward to get this sorted.
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Recent Update Beaks Shop!Hi There!
Sorry for the inconvenience! We are working on a fix to get this sorted.
Thanks for your patience.
Hi Chris!
Thanks for the update. Unfortunately the filter is called before my custom one is loaded which makes it useless.
It’s better to load the SDK once all plugins are loaded like so:
add_action('plugins_loaded', function(){ $extendifySdk = new ExtendifySdk(); $extendifySdk(); });
- This reply was modified 3 years, 8 months ago by Xaver.
Well, it’s resolved for me at least.
Thanks for your feedback, I’ll wait for the filter in an update though.
Cheers!
Thanks a lot and congrats on the acquisition ??
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] Compress image via PHPThanks! I’m looking forward to see this added.
Create plugin/service!