innuvo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: moving wordpress from domain to subdomainDid you actually move all of the media files to the new location too? As its almost like you havent moved any media to the new site…
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Center Align SwatchesCan I email or PM on here? I don’t want to share with h link to everyone at this stage
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Center Align SwatchesI am using Flatsome.
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing Feeok, everything seems to be working ok nw, thanks so much for helping out.
If I have further plugin suggestions, would you like them here?
The only additions I can think of are making the form look more like a “payment” form and also having a total if tax/processing fees are included that displays next to/underneath the “pay” button so that people know the total before clicking pay.
Apart from that, i’d quite like to be able to float the GBP sign to the left of the field but as it is, I have it done using CSS
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeIts not working for me.
Plugin updated, and custom messages addon updated.
Have changed “Tax” to “Processing Fee” and it still says “Tax”.
Plus, there is now a £0.00 appeaaring above those words, regardless of the amount put into the box? this wasnt there before?
Happy to PM a web address or something if needed.
Thanks
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing Feeyeah i knew that, but at least the front end it looking ok.
I look forward to the update, this is definitely, 100% enhancing the plugin.
Excellent work
Forum: Fixing WordPress
In reply to: Cannot upload PicturesSounds like a folder permissions issues. heck with your host that your red/write permissions to the /uploads folder has not changed.
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeIts English. No other languages at all are in use.
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeI have done this, for now, just using CSS thinking about it. Its a workaround, but does the job for now.
.asp_price_tax_section { display: none; } .asp_under_price_line::before { content: "2% Processing Fee"; }
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeI have never customised like this before, so nope, I havent managed to resolve this yet.
Any chanceof a bit of help in doing this? I am still seeing “tax” but for now, I am just telling users that pay via this option that for now, tax is “processing fee”.
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing Feeok that is great, good idea. The issue I now have is that I need to translate the word “tax” to “Processing Fee”. Using the normal string replace function isnt working.
Is there a way that this text can be altered within the plugin instead then? So that I can replace?
Really appreciate you guys helping here
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeUnfortunately, I can’t do that as I am using the “Custom Amount” option, as all of my invoices vary in cost. No one is generally the same.
I get that Stripe can’t offer a way of adding a fee, however, is there a way to do that to automatically add a processing fee onto the total before they click “pay now”.
I genuinely think that this would be a good idea for your plugin, as its quite common that people will want to add this onto the costs
Forum: Plugins
In reply to: [Accept Stripe Payments] Adding a Processing FeeThat wouldn’t work unfortunately as I need the charge to be automatically applied when they enter their total or when they click “pay now”.
The PayPal plugin I use now does this for me automatically so for the moment I think I am going to have to revert to that method.
I can’t risk someone paying me a £1500 invoice using their card only to lose £20 of it in fees to stripe.
If this is something that you will consider adding then I may come back to the plugin a little further down the road.
Thanks for your reply however, it is appreciated.
Forum: Fixing WordPress
In reply to: Cannot change menu/navbar font color using Simple Custom CSSTry this in the Simple Custom CSS (Appearance->Custom CSS), it is only targetting the main navigation links.
#main-nav #site-navigation a { color: #fff !important; }
Forum: Fixing WordPress
In reply to: Youtube embeds not resizing?Just use the iframe embed code directly from youtube, it scales the video to fit the screen, dependant upon the width specified.