MattiaConfalonieri
Forum Replies Created
-
Same problem here… stop working, any solution.
Forum: Plugins
In reply to: [WooCommerce P.IVA e Codice Fiscale per Italia] Nome aziendainfatti me ne sono appena accorto… grazie mille, sia delle risposte che del plugin, passo sicuramente alla versione pro.
Forum: Plugins
In reply to: [WooCommerce P.IVA e Codice Fiscale per Italia] Nome aziendaGrazie della risposta. scusa l’ignoranza ma sai che non trovo riferimenti a questa versione pro di woo commerce di cui parli. mi dai un link per cortesia… e scusa il disturbo.
Forum: Plugins
In reply to: [WooCommerce My Account Widget] No login errorthe problem is this function
add_action('wp_login_failed', 'wma_login_fail'); function wma_login_fail($username){ // Get the reffering page, where did the post submission come from? if (isset($_SERVER['HTTP_REFERER'])) { $referer = parse_url($_SERVER['HTTP_REFERER']); $referer= '//'.$referer['host'].''.$referer['path']; // if there's a valid referrer, and it's not the default log-in screen if(!empty($referer) && !strstr($referer,'wp-login') && !strstr($referer,'wp-admin')){ // let's append some information (login=failed) to the URL for the theme to use wp_redirect($referer . '?login=failed'); exit; } } }
That overwrite the error show into the default account page of woocommerce
Ok no problem… don’t worry, thanks.
Hi, can you now try again on mobile now, maybe now you can see the bug in mobile.
Ok don’t worry, if you want test it and you have a Mac you can download Xcode from App Store launch the simulator->safari and open my link. hope this help your work ??
I really don’t know I have only iPhone here, it’s not a big deal but if I can delete the bounce effect is great.
The error is on mobile… this screenshot is from safari iOS.
https://www.dropbox.com/s/cug2hh1atiyh0wh/photo_2017-10-10_13-05-55.jpg?dl=0
Hi i am now online. if you visit this link with mobile you can see that the bounce effect of table (on the left) show the first column under the column sticked. there is a way to delete the bounce effect?
Thanks
https://www.piccolericette.net/piccole_ricette_locale/stagionalita-degli-alimenti/
Forum: Plugins
In reply to: [Instant Articles for WP] Instant Articles is emptySame problem here, i can’t use the quick edit… any solution? (custom rule above not work for me). Thanks