Bakkie
Forum Replies Created
-
Forum: Plugins
In reply to: [EU VAT Assistant for WooCommerce] add translation to account details pageSince it has been more then a half year ago. I also want to translate it in Dutch. I use Loco translate, I added a new language > NL…
But in that file I cant seem to find the ‘vat’ word. On checkout and on invoices now still it says ‘vat’ instead of ‘btw’.For example:
Totale Bestelling β¬ 30,45 (inclusief β¬ 5,28 VAT (21%))
That should be
Totale Bestelling β¬ 30,45 (inclusief β¬ 5,28 BTW (21%))No plugin updates anymore :S To bad.
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] (Test) email not workingA bit late, but thank you Chetna π
Forum: Plugins
In reply to: [WooCommerce] Price excluding tax showing when set to incl taxThank you Mike, you mean in the general WC settings tab right? So if somebody from country X with different tax rule would come to the store they would see the prices including tax according to country Y where the shop is based. This will change on the checkout page after they have filled in there address etc?
Maybe the customer I was speaking off was ordering while in a country I dont deliver to sinch the shipping address was ok.
Same here for the Netherlands. Since the address also automatically gets send to other applications this is really important
Wow.. that is a quick reply! Thanks, going to try it!
I was wondering about this to.. I tested the change login url on some test websites, and it works good. But before I want to make this change to my main website I was wondering, if it does not work and I cant login anymore, how can i fix it?
The change is not in the /httacces file.. Does turning off and then turning it back on work? Because normally it remembers your last settings.
Forum: Fixing WordPress
In reply to: Website broke down after 3.9 update failed update, and redirect loopOh just changed the permalinks to standard,
with that piece of code in the .htaccess I get a 500 Internal Server Error on the login page…
Without that piece of code the login page works but just like before gets errors and cookie blocked notification\
This website server is mighty strange :S
Forum: Fixing WordPress
In reply to: Website broke down after 3.9 update failed update, and redirect loopThanks again for the quick response Jan!
It seems where on the right track.. When I changed the .htacces the login screen showed up.. The only thing was it did with a lot of errors π and the wordpress notifications that cookies where blocked due unexpected output. so I could not log in.
I found out that the cause of this is this piece of code in the .htaccess
<FilesMatch "\\.(inc|php|php3|php4|php5|php6|phtml|phps)$"> SetHandler x-httpd-php54 #SetHandler application/x-httpd-php </FilesMatch>Before when I did not used that piece of code I could not upload files etc.. and I had to set all the file rights to 777 to work..
See login with errors:
Forum: Fixing WordPress
In reply to: Website broke down after 3.9 update failed update, and redirect loopYeah Calm is a good thing, especially if you want people to help you.. π
I did the manual update.. After that went to /wp-admin and updated the database. Next I was back in the admin area and the website seemed to work fine. I thank you for that sir!
However when I try to go to the login page on in another browser (or even on other computer) it still gives they redirect loop..
Could anyone confirm that they also get the redirect loop? (see url in the first post
Forum: Plugins
In reply to: [Download Manager] Hide titelFigures.. it’s the first php file when you edit the plugin… Sorry for waisting your time, that was to easy to find π DOH!!
Sorry that i dont have a awnser to your question.. But how did you solved your first question, the back to galley main page button??
I use a theme called reviewit.. This is the website: http://www.documentairenet.nl.
I don’t have other security plugins installed, although in the past I had one but uninstalled it after switching to WP Security.
I have a lot of features enabled, but I dont think there are any (more) settings that have influence over comments..
Yeah it was the same thing.. Also if you for example did not fill in a correct emailadress.. it would not even give a mention about it.. It just goes straight to the error page.
If you want anymore information just let me know.. Or if you want me turn it on again for a while so you can see. Since you make some pretty awesome plugins I would be glad to help π
Forum: Plugins
In reply to: [All-In-One Security (AIOS) β Security and Firewall] 403 forbiddenI had 2 htaccess files apparently..
One in the root, that only contains w3 cache settings and
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>The other one was in the subfolder http://www.site.com/sitev2/
That one contained the All In One WP Security & Firewall settings that i deleted and
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /sitev2/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /sitev2/index.php [L] </IfModule> # END WordPressAlso tried with deleting the second one completely but still no luck..