gtamborero
Forum Replies Created
-
Forum: Plugins
In reply to: [BJ Lazy Load] BJ Lazy Load – Breaks Login EntirelyCan you explain it a bit more? Activate PHP errors and open Javascript console to try to see whats wrong…
It works ok for me but I don’t have those pluginsTo make an invisible “Google recaptcha” on your mailpoet 2.x forms, you can do it with the Native “Google recaptcha” mailpoet build in and a bit of CSS and JS code.
To do so, first you have to activate the Google recaptcha on your site (you will need a google key).
After that add a CSS line:
.g-recaptcha { display:none; }
And a JS code in your theme/footer.php :
jQuery( document ).ready(function() { jQuery('.wysija-input').focus( function(){ jQuery('.g-recaptcha').show(); }); });
This code will hide the recaptcha window, but if the user clicks on the input box (wysija-input) then the recaptcha window will be shown.
You will may have to do some CSS adjustments to show nicely the recaptcha window.
Hope it’s usefull!
- This reply was modified 6 years, 11 months ago by gtamborero.
Forum: Plugins
In reply to: [Custom Related Products for WooCommerce] omit related products?Hi there! I was trying to do the same hack and found that on the backend sidebar WOOCOMMERCE -> Custom related products you have the option you mention:
If I have not selected related products: Don’t show anyForum: Plugins
In reply to: [TimeBank] 'New Exchange' button shortcode for post or phpHi Pct,
We are developing this idea inside the “wp job manager”. There is no short code created right now. Which gallery is the one you are using?
Thanks,
GuillermoForum: Plugins
In reply to: [Revisr] How to change permissions?It worked for me just creating on the root of the site ( / ) a folder named “.git” and a file inside the “.git” folder named “config” and seting them to permision 777
Thank you!Forum: Plugins
In reply to: [TimeBank] Can I translate it at allHi Dani! there’s a new release working with languages. Backup your timebank and update! Let me know if it’s all solved. There’s an existing spanish translation (on /languages/)
Forum: Plugins
In reply to: [TimeBank] Can I translate it at allHi Dani, We are working on it. A bit slowly… When we have the new language release you will know it because of the update. Is just our next step: Full and easy translation compatibility. Thank you!
Forum: Plugins
In reply to: [WP Less Compiler] Does this auto-compile?Same question! ?? It would be great to have a trigger / watcher of the .less file to update the .css everytime the .less file is changed…
I have triyed via FTP but it doesn’t work this way. I have to clic to “compile” every time i change my .less