da_Mask
Forum Replies Created
-
+1 for this feature. I am waiting to install this plugin when this feature is included.
Forum: Plugins
In reply to: [MIMO Woocommerce Order Tracking] Adding second provider doesn’t completeI nearly fell off my chair when I saw the dev had issued an update for this plugin.
He has added @newpadmin’s edit, but unfortunately has neglected to add @javiermates ‘s edit, and therefor that second
array()
argument still needs to be added to line 268Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Duplicate IDsGreat, thanks.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Changes site url and the plugin can’t recoverI tried lots of things, changed settings, and eventually it started progressing.
I’m sorry, I haven’t got a solution to contribute, I’m not sure what, if anything I did to fix it.
Forum: Themes and Templates
In reply to: [Storefront] Page not displaying full widthYou can use a bit of jQuery to get this effect. For instance I’m using the CSS JS Toolbox plugin to add the following bit of js to the front page only.
var $j = jQuery.noConflict(); $j(function($){ $j("#primary").parent(".col-full").removeClass("col-full"); });
Just thought I’d share.
- This reply was modified 6 years, 3 months ago by da_Mask.
Forum: Plugins
In reply to: [MIMO Woocommerce Order Tracking] Adding second provider doesn’t completeJust to update this, as soon as I press the Add Provider button (to add a second) the spinner beside that button becomes active/visable, and doesn’t stop spinning until I refresh the page.
I have tried disabling all plugins and code snippets on my site, but the spinner always spins once that button gets pressed.
There seems to be an issue with how the provider is being saved. For instance, I have also tried replacing the hard coded providers with the ones I want. I.e. I do a fresh install of your plugin, and I overwrite these lines:-
array( 'id' => 1, 'name' => 'Thailand post', 'tracking_url' => 'https://emsbot.com/#/?s=' , 'add_tracking_url' => 1 ),
array( 'id' => 2, 'name' => 'Kerry express', 'tracking_url' => 'https://th.kerryexpress.com/en/track/?track=' , 'add_tracking_url' => 1 ),
With the providers I want, and then activate the plugin. This seems to work, except when the completed email is sent, the first provider is always listed in the “Provider” column of the email, no matter which provider I’ve selected (all other columns of the email hold the correct info; i.e. tracking number, date and tracking url).- This reply was modified 6 years, 3 months ago by da_Mask.