emvlee
Forum Replies Created
-
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom description; help neededHi David,
I was a bit busy failing in multitasking. But I did make some CSS changes (can’t remember which) to correct the EURO sign. I used a totally different browser, so no cache available :).
We’re now live, and most runs smoothly. I found the new discription does not show in the WP-Admin side, just to the mollie api. I might have forgotten something?
Kind regards!
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Custom description; help neededExcellent! That works. Now I can call like:
function paytium_custom_payment_description( $payment_description, $payment, $items) { $new_description = "Factuurnummer: " . $items["pt-field-text-2"]; return $new_description; } add_filter( "paytium_payment_description", "paytium_custom_payment_description", 10, 3 );
The only trouble is the beta version has too many problems to actually use. The svg file for the wordpress plugin is just huge, covering the whole bottom of my wp-admin page. The other issue I have is with the ‘bedrag’ input field. When the user has to specify it, the first number is not visible (public.css:108)
Would you be able to implement your fix in a more stable version? Many many regards!!
Forum: Plugins
In reply to: [CalPress Calendar] CalPress Pro can't call up by category shortcodeI’ve got this too with the regular widget. The widget keeps on showing every single category although I narrowed down to one category. Using WP 3.9.1
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Stalled upgrade on Version 7.1-CEGot the same with the templates issue… Installation is getting stuck. Would be gratefull for a fixed update!
It’s a bit weird, I’m not returning to the same page as i started. I’m not getting directed to the mollie payment page..
Geert, see:
https://pastebin.com/5L6ZHUms
Using WP version 3.8 on php 5.3.15 and mySQL 5.0.95
Did notify the plugin admin@geertn did you get the plugin to work with the bit of code you described?
Doesnt work for me..Forum: Plugins
In reply to: [Invoice King Pro] Default theme with image: FPDF errorHi Ash,
I’ve updated the plugin to the latest version, and added the default theme with image again. Problem is I’m not prompted to specify a file path… So the theme stopped working. The theme you costumized for me isn’t working either. Sorry to bother you again. Any ideas?Forum: Plugins
In reply to: [Invoice King Pro] Default theme with image: FPDF errorHi Ash,
I certainly did upload the file to a couple of different locations, different resolutions and extebtions as well, but without any luck. I did not get a prompt for an update on the default-with-image theme.
You can confirm my payment for the theme browsing your PayPal history for penningmeester [at] [domain] .nl. Without giving full details this would give you enough to determine. Bought on 4-nov20-2013.Forum: Plugins
In reply to: [Invoice King Pro] Default theme with image: FPDF errorHi Ash, that did happen at first, but reinstalled immediately and set it back up. Error remains. Other ideas?
Forum: Plugins
In reply to: [Invoice King Pro] How do I get rid of this "a" symbolExcellent work Ash! Update works for me!
Many thanks. Only downloaded plugin today. When it’s of full satisfaction, I’ll buy a logo template from your site. Like the work.
Regards from the Netherlands
Forum: Plugins
In reply to: [Invoice King Pro] How do I get rid of this "a" symbolHi Ash, I’m encountering the exact same problem, but with the € sign. My sql db is in utf8_general_ci, if that’s of any help ??
I tried
€
but that made things worse ??