Andy Galaxy
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi Step Form] Field classesThis is good news. Just updated plugin and it works perfectly adding custom ID to fields using the label. Good work @mondula2016
Forum: Plugins
In reply to: [Glossary] Glossary terms showing multiple tooltips on hoverCool. Can you delete this thread. I shouldn’t have put the site password up for everyone to view. Cheers
Forum: Plugins
In reply to: [Multi Step Form] Field IDI see in /multi-step-form/includes/lib/msf-block-text.class.php you have commented // TODO: add text field label variable and ids
I have edited this to work using
<input type=”text” class=”fw-text-input” data-id=”text” id=”<?php echo str_replace(‘ ‘, ‘-‘, strtolower($this->_label)); ?>”>This creates an ID from the given label.
When will you be implementing a proper fix so that I don;t have to edit every time the plugin is updated>?
Awesome thanks, Andy
Forum: Plugins
In reply to: [Multi Step Form] Field IDActually looking at this – I’m not sure it is a PLUS question (although I did go ahead and buy the upgrade) as the answer was to edit a file in the opensource free plugin file includes/lib/class-mondula-multistep-forms-block-text.php at line 31 by adding
id="<?php echo str_replace(' ', '-', strtolower($this->_label)); ?>"
It works for me as it was suggested by Nicolas Hollman (is that you?) via email.
All the best ??
AndyForum: Plugins
In reply to: [Multi Step Form] Field IDThanks,
So where do I find the PLUS forum? CheersForum: Fixing WordPress
In reply to: missing Icons in website & dashboardHow do I delete my message, not just edit?
- This reply was modified 7 years, 12 months ago by Andy Galaxy.
Also, just so you know, I had to manually delete UM plugin as the deactivate/uninstall didn’t actually work from plugins admin.
sweet as. All the best and thanks for your support on your awesome plugin.
Want to move to New Zealand? We are after a WordPress guru at our company.
That looks like what I’m after. You are a legend. Thanks dude.
Done.
Hey, based on your plugin I want to use the dimensions to calculate the total volume in cubic metres.
eg. I have a product (decking timber) 3000mm(L) x 90mm(W) x 32mm(H)
and say the client wants 25 lengths
(the calculation being LxWxH/1,000,000 x quantity to give cubic metres)I’ll have shipping prices based on the resulting cubic metre.
Do you know of a plugin that handles this or do you want a job (paid) developing that functionality for me?
Forum: Reviews
In reply to: [WooCommerce] bad ideayea, there’s a few options out there @kettlekabin. Check out the likes of WooCommerce E-Commerce Bundle Rate Shipping and WC Tiered Shipping. Look before you leap.
I agree.
Perfect. You are a legend. Thanks Marco.
Forum: Themes and Templates
In reply to: Proper Way To Do A Child Theme Functionswell, after the last couple of hours searching for an answer I just deleted the ?> from the end of my functions.php and all good in da hood.
Thanks for your help earlier Paul – it pointed me in the right direction – very helpful dude.
Andy