Giovanni De Carlo
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Free Shipping Bar for WooCommerce] stopped displayingi had the same issue, you have to disable the flag “Hide shipping costs until an address is entered” in WooCommerce > Settings > Shipping > Shipping options
Grazie mille per la vostra risposta, procederemo a integrare via codice per mantenere le due liste separate e non aggiungere un campo addizionale, un saluto
Hi Naido,
you may have into your bootstrap theme function something like this:
/*
Show less info to users on failed login for security.
(Will not let a valid username be known.)
*/
function show_less_login_info() {
return “ERROR: Stop guessing!”; }
add_filter( ‘login_errors’, ‘show_less_login_info’ );this was retrieving the error, that you also have. Best
G
An update on this,
i had to unhide the error from css, because i need also the notice that appear when an user is not yet approved. So at this point i have the Stop Guessing appearing everytime i visit the login page.
I will investigate but i exclude “cloudflare” from the list because the same error appear on localhost.
Can be something related to bootstrap, because @naldovieira have the same problem and he is on bootstrap 4.
Thanks!
a pleasure!
Hi, thanks i tried several times and the plugin do not deactivate.
I have manually removed and reinstalled, and now everything is working as expected. thanks!Hi Naido,
i ended up hiding the Error via Css, everything is working as expected but i think that is a incompatibility with bootstrap, maybe at jscript level.
Forum: Plugins
In reply to: [Favorites] Trigger favorite button with Jquery / JavascriptI have succefully integrated it with swipebox, up and working also on mobile devices.
Thanks.
To me is not working, i have deleted all the latest post imported, and trashed, and nothing happen. i also removed the custom post type and re-added
Forum: Plugins
In reply to: [Custom Post Type Permalinks] How to Remove Custom Post Type rewrite BaseHello Marcie, unfortunately nop, i believe that is possible with some custom hook and function on custom rewrite, maybe..
Let me know if you find a solution 😉
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Client invoice return 404 not foundHi Maria, i give you an update on this,
i successfully made it work with Qtranslate x instead of using WPML.
Thanks
Best
G.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Client invoice return 404 not foundThe problem result to be WPML installed, so with WPML installed it return page not found.
i will try to check wpml setting if changing something there if it fix the issue.Thanks!
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Client invoice return 404 not foundHi maria, ok but is not working i get 404 not found now also if i m logged in. can be a problem with a cache plugin? Or because the installation is on a WordPress Network?
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Client invoice return 404 not foundUpdate, the flag: Show invoices only for logged in recipients. is not selected, this is the way it should be configured? or maybe the problem is that i have installed also the CRM and it force users to be logged in?
Thanks