Accountteam
Forum Replies Created
-
Thanks for your reply!
Unfortunatelly Paymill, WePay and Dwolla don’t support / offer iDeal payments. The same counts for 2Checkout. iDeal itself is not that fantastic, but it’s just fairly easy to use in comparison, simply because you don’t need any third party reseller. This counts for both senders and receivers. Everything is done by your own banking account without (in general) extra logins, monthly fees, money transfers, etc.
The reason why it’s so popular here is the ease of use, but also because (for whatever reason) creditcards are not very popular here. Paypal is neither. So it’s usually iDeal or Afterpay / Klarna.
There are (if correct) 76 parties supporting iDEAL and 23 of them have (som sort of) WordPress plugin: https://www.about-payments.com/knowledge-base/providers-search?alternatives=23
Forum: Plugins
In reply to: [Shortcode Exec PHP] Use parameters in shortcode?Found it : https://codex.www.ads-software.com/Shortcode_API
Apparently all I had to do was:
[test categorie=”een” aantal=”twee”]
<?php
extract(shortcode_atts(array(‘categorie’ => ‘1’, ‘aantal’ => ‘2’), $atts));
echo “categorie”. $categorie .”
“;
echo “aantal”. $aantal .”
“;
?>I tried this, but the plugin itself has some caching issue. Deleting the shortcode and creating it again solved it.
Forum: Plugins
In reply to: [Global Content Blocks] PHP doesn't seem to parse…Anyone?
Forum: Plugins
In reply to: Read external RSS with custom fieldsAnyone?
Forum: Fixing WordPress
In reply to: Safety measurements, anything else I can do?Thanks both, that is valuable info! I read all the topics and hardened with Bulletproof and Securi Security. Iam going to take a look at NinjaFirewall.
One question left though. The hacked WP had 25 admin accounts, one of them was ours, the rest was hacked. I deleted all users in WordPress itself. Then I changed the login / pass / username of the main account in MySQL. The username was ‘admin’ and I wanted a harder loginname.
One strange thing now, is that according WordPress there still are 6 admin accounts, while I deleted all but on in WordPress itself. When I look at the usertable in MySQL, I only see that account, nothing else. Bulletproof, Securi and Wordfence didn’t find anything weird.
Anyone any idea what this means?
Hi Tim,
Thanks for the reply. I appreciate it! Files have been sent.
Thanks in advance.
Regards
Forum: Plugins
In reply to: [Custom Content Type Manager] Image URL not shown, ID onlyNevermind, altough it was not documented, I just tried pasting :to_image_src next to the shortcode. So [+plattegrond:to_image_src+]
This works fine, for whoever comes accross the same problem.
Forum: Fixing WordPress
In reply to: Large chunks of HTML shortcodes, stored in a widgetWorks with Global Content Blocks. It’s a mix of solution 1 and 2, however without a visual selector. If anyone has ideas for that part, I’ll be all ears.
Forum: Plugins
In reply to: Module or widget builderFor whoever cases, I found https://nl.www.ads-software.com/plugins/custom-content-type-manager/ and it works fine.
Forum: Fixing WordPress
In reply to: Can't add www to the domain: too many redirectsSorry can’t edit the posts anymore. I also tried disabling all plugins, also no effect.
Forum: Fixing WordPress
In reply to: Can't add www to the domain: too many redirectsI also tried to change rewriterules from post to id, but no effect either. DNS settings seem fine as well.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Divide output into pagesHi Lewis,
Thank you for your reply, really appreciated!
I have to admit I’m pretty new to WP. Perhaps I am not using the shortcode as it should. What I simply do is add [wpptopdf_break] and [/wpptopdf_break] in the content of the post. The result is that WP and the PDF both show the shortcode as general text. I also tried the HTML field.
I am currently working with the lastest version of the plugin and WP. Both were updated last week.
Your idea about triggering a new page on an H2 is appreciated. I know PHP well, so if I can’t get the shortcode to work, i’ll code it.About the images, they are in JPG format, saved for web using Photoshop CS4. The site is not online yet (running local), but as soon as it is, i’ll send you the link and the image.
Thanks in advance!
Dave