webkaz
Forum Replies Created
-
Forum: Plugins
In reply to: [Wholesale Customers For WooCommerce] Variable products showing double priceHi Andrew,
Thank you, for now I have editing the php to not have the From Price and used some CSS to hide the – symbol.
Thanks
Hi Cais
When I click on the edit Icon, it then sticks to the mouse and hovers with it.
I will do the test you mentioned. However also noticed the hosting this is on only has php 5.5, could this be the issue?
Thank you
Forum: Plugins
In reply to: [Rename wp-login.php] Custom redirect instead of Error 404Thank you flapane, that works perfectly.
Its easier than using a total block but in case anyone needs it you can lock down your wp-login or any other files like this
In your htaccess (replacing 123.123.123.10 with your IP address).
<files wp-login.php>
Order Deny,Allow
Deny from all
Allow from 123.123.123.10
ErrorDocument 403 “no”
</files>Forum: Plugins
In reply to: [Rename wp-login.php] Custom redirect instead of Error 404Yes I third the motion 🙂 Did either of you mange to find a work around?
Thanks
Forum: Plugins
In reply to: [WP Float] add a closing option in the cornerHi Asmina22,
did you ever figure out how to add a closing button? I too would like this option.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Change wordingHi
I am looking to do the same thing, did you figure it out?I know it probably involves adding a Hook in the functions.php in the theme but can’t seem to figure out the right code… anyone??
Thanks